kana / vim-fakeclip

Vim plugin: Provide pseudo "clipboard" registers
http://www.vim.org/scripts/script.php?script_id=2098
180 stars 37 forks source link

Fix the string comparisons which can be affected by the users ignorecase #12

Closed krader1961 closed 10 years ago

krader1961 commented 10 years ago

This includes changes to comparisons which are insensitive to the ignorecase setting but it's important to be consistent to avoid ambiguity. Note: The only broken comparison actually fixed is on line 86. This resolves issue #11 that I opened when I noticed the problem.

This also fixes issue #3 where "Y" in visual mode doesn't yank complete lines.

kana commented 10 years ago

Thank you for the patches. I'll review and merge them later.