Hi, Ben Fritz wrote: > > > > On Jun 11, 3:03 pm, Christian Brabandt <[email protected]> wrote: >> >> What Do you mean with the "first command on the commandline"? > > > > Read the tip for details, but as a quick example, I have an > > abbreviation set up using the method in the tip to replace wq1 with > > wq!. > > > > So, this will write the buffer and quit, discarding changes: > > > > :wq1 > > > > This will not do anything special, however: > > > > :let wq1 = "text"
Christian used :command in his examples, not :cabbr, so I think this will not be a problem. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
