diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-04 02:37:43 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-04 14:19:26 +0200 |
commit | e348e256f3ed93fe462971447ee79033307b2ddf (patch) | |
tree | b8c255d5249d493fce85b33506988ed8649b7780 /runtime | |
parent | 3ccd59ee8216f3da812c5cf81eb392e6a95b539a (diff) | |
download | rneovim-e348e256f3ed93fe462971447ee79033307b2ddf.tar.gz rneovim-e348e256f3ed93fe462971447ee79033307b2ddf.tar.bz2 rneovim-e348e256f3ed93fe462971447ee79033307b2ddf.zip |
'guicursor': Disable by default for unknown terminals.
User can still set guicursor explicitly in init.vim.
Closes #5990
Closes #6403
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index bd9bc5820b..2d5551eafe 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2796,7 +2796,7 @@ A jump table for the options with a short description can be found at |Q_op|. -blinkwait175-blinkoff150-blinkon175") global Configures the cursor style for each mode. Works in the GUI and some - terminals. Empty means "non-blinking block cursor in all modes": > + terminals. Unset to disable: > :set guicursor= < With tmux you might need this in ~/.tmux.conf (see terminal-overrides |