diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:16:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-19 22:16:24 +0000 |
commit | 8ada17c4d9d783b370d081c2a947ea1350cc8338 (patch) | |
tree | 47f3570cfefb2433a4dda01a32fb11316cf9f5bc /runtime/doc/starting.txt | |
parent | 05a7bb363b6ae132b7f2550be1a588e481a5dfa3 (diff) | |
download | vim-git-8ada17c4d9d783b370d081c2a947ea1350cc8338.tar.gz |
updated for version 7.0182v7.0182
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 55ca07351..1579e2141 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 7.0aa. Last change: 2005 Dec 04 +*starting.txt* For Vim version 7.0aa. Last change: 2006 Jan 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -799,8 +799,9 @@ accordingly. Vim proceeds in this order: - The |--noplugin| command line argument is used. - The "-u NONE" command line argument is used |-u|. - When Vim was compiled without the |+eval| feature. - Note that using "-c set noloadplugins" doesn't work, because the - commands from the command line have not been executed yet. + Note that using "-c 'set noloadplugins'" doesn't work, because the + commands from the command line have not been executed yet. You can + use "--cmd 'set noloadplugins'" |--cmd|. 5. Set 'shellpipe' and 'shellredir' The 'shellpipe' and 'shellredir' options are set according to the |