SegFault wrote: > Dear all, > > I use Vim on a daily basis but am confused by the fact that "every" > tutorial and book (including O'Reilly's "Learning the vi and Vim > Editors, 2008") > states, that Vim uses 'm' as the marker command followed by the marker > 'letter', > e.g. 'mx', where x is the marker...This is not true, is it? I have to > use 'ma x'...at > least with my "Windows gvim 7.2". > > Did I miss something? >
To make a mark with x, just type mx (while in normal mode). In command mode you do need that extra letter, but you also had to have used a colon. (:ma x) Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
