Allow to run multiple command together.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 29 Mar 2013 23:49:56 +0000 (00:49 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 30 Mar 2013 13:55:11 +0000 (14:55 +0100)
commit59a46f7bbf5f5e571f6abe5876d3b8d9a25d197c
tree309d52512503f4017a022063e8ce36b0dec14866
parente3525eccf8f952787447b1077cb9bfc51a201e56
Allow to run multiple command together.

For example following will work
:run set input-bg-normal=#000 | set input-fg-normal=#fff | 5pagedown.
doc/vimb.1.txt
src/command.c
src/command.h
src/main.c