diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-30 15:13:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-30 15:13:38 +0200 |
commit | 06481427005a9dae39721087df94855f7d4d1feb (patch) | |
tree | 1fecc2ac5af171492d02dcc073671562ce6d121d /runtime/doc/starting.txt | |
parent | 4cc39a527fecc96ad6639f10c9389c66af828cf1 (diff) | |
download | vim-06481427005a9dae39721087df94855f7d4d1feb.zip |
Update runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 050afcd9f..23546d959 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 7.4. Last change: 2016 Apr 05 +*starting.txt* For Vim version 7.4. Last change: 2016 Apr 22 VIM REFERENCE MANUAL by Bram Moolenaar @@ -249,7 +249,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly. -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(), + job_start(), etc. {not in Vi} *-g* |