Yakov Lerner wrote:
> I get weird up/down behaviour when cursor traverses the braces. vim 7.1.87,
> no custom plugins. This is apparently somehow related to matchparen.
>
> The testfile is x.c below.
> Here is what happens if I press down starting from the beginning of file,
> position 1:
>
> 1. Down. instead of going to line 2, cursor shows at line 4 !!!
> 2. Down. cursor is at line 3
> 3. Down. cursor is at line 2 !!!
> 4. Down. cursor is at line 5
> 6. Up. Cursor is at line 2!!!
> 7. Up. Cursor is at line 3.
> 8. Up. Cursor is '}' line 4!!!
> 9. Up. Cursor is at line 1.
>
> ----------- x.c ----------------
> int foo()
> {
> return 0;
> }
> /* */
How can you tell where the cursor is and it's not the highlighting that
makes you think the cursor is somewhere else? Try using a different
color scheme.
I don't have a vt220 so I can't try it out. I wonder if you are
actually using a vt220 anyway, these are quite rare these days...
--
hundred-and-one symptoms of being an internet addict:
255. You work for a newspaper and your editor asks you to write an
article about Internet addiction...in the "first person."
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---