diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-19 15:43:04 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-10-24 13:26:55 +0200 |
commit | f96dfae52fe5ec211f6cfdf539882f2d10806374 (patch) | |
tree | b0b168ee8339a552c8f1e88eabab6563f8aafffc /runtime/doc/starting.txt | |
parent | fb503d73da49e26a3e44a07cd7c857d9fda9d035 (diff) | |
download | rneovim-f96dfae52fe5ec211f6cfdf539882f2d10806374.tar.gz rneovim-f96dfae52fe5ec211f6cfdf539882f2d10806374.tar.bz2 rneovim-f96dfae52fe5ec211f6cfdf539882f2d10806374.zip |
doc; vim-patch.sh
Also include missing changes from:
https://github.com/vim/vim/commit/06d2d38ab7564e1f784b1058a4ef4580cd6d1810
https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index dccbe2562e..bbc0260ffa 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -198,7 +198,8 @@ argument. -Z Restricted mode. All commands that make use of an external shell are disabled. This includes suspending with CTRL-Z, ":sh", filtering, the system() function, backtick expansion, - delete(), rename(), mkdir(), writefile(), libcall(), etc. + delete(), rename(), mkdir(), writefile(), libcall(), + jobstart(), etc. *-e* -e Start Vim in Ex mode |Q|. |