aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-23 01:28:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-23 01:28:07 +1200
commitd346c39ca42ab3f6d3dd82ca6b25d63ebbfa911e (patch)
tree0745aa810a9c2754d375e022f0e0609235d755f0
parentMerge branch 'release/v3.0.0' into develop (diff)
downloadvim-cursorline-current-d346c39ca42ab3f6d3dd82ca6b25d63ebbfa911e.tar.gz
vim-cursorline-current-d346c39ca42ab3f6d3dd82ca6b25d63ebbfa911e.zip
Fix soft tabs in documentation
-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.