diff options
Diffstat (limited to 'doc/cursorline_current.txt')
-rw-r--r-- | doc/cursorline_current.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/cursorline_current.txt b/doc/cursorline_current.txt index 4984fec..17b80d7 100644 --- a/doc/cursorline_current.txt +++ b/doc/cursorline_current.txt @@ -1,4 +1,4 @@ -*cursorline_current.txt* For Vim version 7.0 Last change: 2019 Jun 19 +*cursorline_current.txt* For Vim version 7.0 Last change: 2019 Jun 23 DESCRIPTION *cursorline_current* @@ -15,24 +15,24 @@ REQUIREMENTS *cursorline_current-requirements* This plugin only loads if 'compatible' is not set. -OPTIONS *cursorline_current-options* +OPTIONS *cursorline_current-options* - *g:cursorline_current_line* + *g:cursorline_current_line* Set `g:cursorline_current_line` to 0 in your |vimrc| if you don't want 'cursorline' to follow the current window around, and instead prefer each window to track its own state. This option defaults to 1. - *g:cursorcolumn_current_column* + *g:cursorcolumn_current_column* Set `g:cursorline_current_column` to 0 in your |vimrc| if you don't want 'cursorcolumn' to follow the current window around, and instead prefer each window to track its own state. This option defaults to 1. - *g:cursorline_current_insert* + *g:cursorline_current_insert* Set `g:cursorline_current_insert` to 0 in your |vimrc| if you don't like the cursor line switching off while you're in insert mode. This option defaults to 1. - *g:cursorline_current_focus* + *g:cursorline_current_focus* Set `g:cursorline_current_focus` to 0 in your |vimrc| if you don't like the cursor line switching off when Vim loses focus, which probably only works in the GUI. This option defaults to 1. |