From 3aefc2ef992f40f925188e76feb7f90bdbd62250 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 6 Oct 2010 23:57:24 +1100 Subject: [PATCH] Add some documentation for :help :bar. --- common/locale/en-US/cmdline.xml | 64 ++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/common/locale/en-US/cmdline.xml b/common/locale/en-US/cmdline.xml index 44700c27..874e3fc7 100644 --- a/common/locale/en-US/cmdline.xml +++ b/common/locale/en-US/cmdline.xml @@ -38,7 +38,7 @@ :

- Opens the command-line in Ex mode. This is the mode used + Opens the command line in Ex mode. This is the mode used for entering the various commands listed in ex-cmd-index.

@@ -152,6 +152,68 @@
+

Ex command lines

+ + + :bar + + +

+ Multiple commands, separated by a | can be + given in a single command line and will be executed consecutively. + | can be included as an argument to a command by escaping + it with a backslash. E.g. + :map \| :echo "bar" + + Several commands process the entire command line string literally. + These commands will include any | as part of their + argument string and so cannot be followed by another command. The + list of these commands is: +

    +
  • abbreviate
  • +
  • autocmd
  • +
  • cabbrev
  • +
  • cmap
  • +
  • cnoremap
  • +
  • command
  • +
  • delmacros
  • +
  • delmarks
  • +
  • delqmarks
  • +
  • delstyle
  • +
  • echo
  • +
  • echoerr
  • +
  • echomsg
  • +
  • execute
  • +
  • highlight
  • +
  • iabbrev
  • +
  • imap
  • +
  • inoremap
  • +
  • javascript
  • +
  • let
  • +
  • map
  • +
  • marks
  • +
  • nmap
  • +
  • nnoremap
  • +
  • noremap
  • +
  • open
  • +
  • qmarks
  • +
  • silent
  • +
  • style
  • +
  • styledisable
  • +
  • styleenable
  • +
  • styletoggle
  • +
  • tabopen
  • +
  • toolbarhide
  • +
  • toolbarshow
  • +
  • toolbartoggle
  • +
  • vmap
  • +
  • vnoremap
  • +
  • winopen
  • +
+

+
+
+