diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-07-30 21:16:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-07-30 22:23:11 +0200 |
commit | 360ca18f550118b10ebde31dc56c65c0cd5d155a (patch) | |
tree | ea8fdb72568bebe21d8a119c2f355fcf481c9828 /runtime/doc/starting.txt | |
parent | cb13ef3596ee9d952a2d12c78d9036b7fd134c89 (diff) | |
download | rneovim-360ca18f550118b10ebde31dc56c65c0cd5d155a.tar.gz rneovim-360ca18f550118b10ebde31dc56c65c0cd5d155a.tar.bz2 rneovim-360ca18f550118b10ebde31dc56c65c0cd5d155a.zip |
doc: tui colors, cursor
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index d869516bff..0b72ec9960 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -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* |