Merge branch 'feature/autocmd'
authorDaniel Carl <danielcarl@gmx.de>
Mon, 22 Sep 2014 19:48:30 +0000 (21:48 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 22 Sep 2014 19:48:30 +0000 (21:48 +0200)
Conflicts:
doc/vimb.1

1  2 
doc/vimb.1
src/ex.c

diff --cc 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.
  
diff --cc src/ex.c
Simple merge