aboutsummaryrefslogtreecommitdiff
path: root/doc/cursorline_current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cursorline_current.txt')
-rw-r--r--doc/cursorline_current.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/cursorline_current.txt b/doc/cursorline_current.txt
index 4984fec..0f25fd6 100644
--- a/doc/cursorline_current.txt
+++ b/doc/cursorline_current.txt
@@ -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.