While modifying one of my plugins, I had to add a new variable, and so
copy pasted some existing code and modified the name of the variable, so
it looked like this:

exists('g:lookupfile_LookupNotifyFunc')
  " The function that should be notified when a file is selected.
  let g:lookupfile_LookupNotifyFunc = ''
endif

Since I modified only the name of the variable (and the comment), the
rest is not touched. I saved the file, and later when I came back to it,
this was how it was:

exists('g:lookupfile_LookupNotifyFunc')
  " The function that should be notified when a file is selected.
  yrg t:ybbxhcsvyr_YbbxhcAbgvslShap = ''
raqvs

I can't believe that I have fat-fingered so badly for this to get so
badly transformed, can this be due to some bug in Vim?

-- 
Thanks,
Hari

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to