All the Perl that's Practical to Extract and Report
Perusing VIM, I found this piece of code: function! s:HtmlColor(color) return a:color endfun
function! s:HtmlColor(color)
return a:color
endfun
I don't know about you, but I really don't think any kind of programming language should allow the fun to end... O:-)