diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-08-02 09:24:24 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-08-02 09:24:24 +0800 |
commit | b16a4ad49a010a8a2f1019394396fee5facbbd16 (patch) | |
tree | 8ac26ac0549434c20acb12ca6e939c555b710069 /runtime/doc/starting.txt | |
parent | 7c7039767aa4d715aea997721b0d759b308a43d4 (diff) | |
parent | 27356de2697ca542ded05ea6c2017a3ca738084f (diff) | |
download | rneovim-b16a4ad49a010a8a2f1019394396fee5facbbd16.tar.gz rneovim-b16a4ad49a010a8a2f1019394396fee5facbbd16.tar.bz2 rneovim-b16a4ad49a010a8a2f1019394396fee5facbbd16.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index d869516bff..91915406cb 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -214,7 +214,7 @@ argument. :set to display option values. When 'verbose' is non-zero messages are printed (for debugging, to stderr). - $TERM (see |TERM|) is not used. + |$TERM| is not used. If Vim appears to be stuck try typing "qa!<Enter>". You don't get a prompt thus you can't see Vim is waiting for you to type something. @@ -349,6 +349,9 @@ argument. *--api-info* --api-info Print msgpack-encoded |api-metadata| and exit. + *--headless* +--headless Do not start the built-in UI. + ============================================================================== 2. Initialization *initialization* *startup* |