comparison runtime/doc/starting.txt @ 9041:34c45ee4210d

commit https://github.com/vim/vim/commit/06481427005a9dae39721087df94855f7d4d1feb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 30 15:13:38 2016 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Apr 2016 15:15:06 +0200
parents 47f17f66da3d
children 64035abb986b
comparison
equal deleted inserted replaced
9040:c3ba708cfa09 9041:34c45ee4210d
1 *starting.txt* For Vim version 7.4. Last change: 2016 Apr 05 1 *starting.txt* For Vim version 7.4. Last change: 2016 Apr 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
247 247
248 *-Z* *restricted-mode* *E145* 248 *-Z* *restricted-mode* *E145*
249 -Z Restricted mode. All commands that make use of an external 249 -Z Restricted mode. All commands that make use of an external
250 shell are disabled. This includes suspending with CTRL-Z, 250 shell are disabled. This includes suspending with CTRL-Z,
251 ":sh", filtering, the system() function, backtick expansion, 251 ":sh", filtering, the system() function, backtick expansion,
252 delete(), rename(), mkdir(), writefile(), libcall(), etc. 252 delete(), rename(), mkdir(), writefile(), libcall(),
253 job_start(), etc.
253 {not in Vi} 254 {not in Vi}
254 255
255 *-g* 256 *-g*
256 -g Start Vim in GUI mode. See |gui|. For the opposite see |-v|. 257 -g Start Vim in GUI mode. See |gui|. For the opposite see |-v|.
257 {not in Vi} 258 {not in Vi}