From: Daniel Carl Date: Mon, 22 Sep 2014 19:48:30 +0000 (+0200) Subject: Merge branch 'feature/autocmd' X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=be4c0ed8131ffb8833e8d7689672c6f20270d420;p=vimb.git Merge branch 'feature/autocmd' Conflicts: doc/vimb.1 --- be4c0ed8131ffb8833e8d7689672c6f20270d420 diff --cc doc/vimb.1 index 535e5ec,a1566a2..427f0e6 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@@ -626,16 -760,12 +760,15 @@@ part of the command Example: :eval document.cookie .TP -.BI ":no[rmal][!] [" CMDS ] +.BI :e[val]! " JAVASCRIPT" +Like :e[val], but there is nothing print to the input box. +.TP +.BI ":no[rmal] [" CMDS ] Execute normal mode commands \fICMDS\fP. This makes it possible to execute -normal mode commands typed on the input box. If the \fI!\fP is given, mappings -will not be used. +normal mode commands typed on the input box. + \fICMDS\fP cannot start with a space. Put a count of 1 (one) before it, "1 " is one space. - This comman cannot be followed by antoher command, since any '|' is considered part of the command.