Andrie Avk wrote: > I'm running into a weird issue with vim 7.3 1-35 on Ubuntu. > > When a file is modified outside of vim in a way that adds a single line > (it's always added in a third line from top, but I don't think that > matters), and when you switch to the buffer, Vim prompts to load the > file. If I choose to load, the line is displayed as being 4th line from > top. If another line is added as third line again, it's now displayed as > 5th line, and so on. > > If I type :edit , lines will show in proper order. > > For my needs this is not a big issue at all, but I was wondering if this > is a known issue, is it fixed in latest vim, should I submit a bug > report?
I can't imagine how this can happen. Perhaps a plugin causes problems? Did you try starting with "vim -u NONE"? -- How To Keep A Healthy Level Of Insanity: 11. Specify that your drive-through order is "to go". /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
