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"
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---