Allow to run multiple ex commands.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 21 Sep 2013 16:00:01 +0000 (18:00 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 21 Sep 2013 16:03:38 +0000 (18:03 +0200)
commitd14b54356e8d07f18a7d829a7c9e100f39d336ff
tree2f1a5418f75bac9a7194bfc6d14e1438bbd8b1e3
parente5abd5d4be60c95beefba5ebeb2054a8dd03b7c8
Allow to run multiple ex commands.

Ex commands can be joined with | like following example:

    :set scripts!|set plugins!

Or bound to a key sequence:

    :nmap <C-F1> :set scripts<CR>:set plugins!<CR>:open !tag<Tab>
src/ex.c