Bram Moolenaar, 17.05.2009: > > Markus Heidelberg wrote: > > > The autocommand exists in these files: > > runtime/doc/eval.txt > > runtime/doc/usr_05.txt > > runtime/vimrc_example.vim > > > > eval.txt contains the most up-to-date autocommand, so adjust the others > > to it: > > * don't jump when the mark is in the first line > > * use :normal! instead of :normal to avoid mappings > > * use '" instead of `" with the g command for consistency > > I think it's fine to use g`". It helps when using long lines.
Sure, I forgot about the difference of these two marks. Then I think eval.txt should contain g`" instead of g'" as well. Markus --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
