> Excerpts from AK's message of Thu Jul 14 02:51:49 +0200 2011:
>> It's 820 lines, although a lot of them can be ignored, but
>> still a lot of lines to work with.. but I'll try that as
>> a last resort.
> bisect (always use drop half). Then you're done in log(840)/log(2) = 9.6
> thus 10 iterations (max). That's theory. In practise lines may depend on
> each other. You can even write a script..
I thought about bisect but didn't realize it'll be so quick. I did it
and it turns out the setting that causes the problem is:
set virtualedit=all
Since I only need it locally in one buffer, that's what I'm going to do!
Thanks so much, -ak
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment