aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:46:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 11:46:59 +1200
commit2e1bb38fc7c3ea68f88bd2495b584b043a501ccc (patch)
tree81ee585d1baa13d4155a670b7b098c8adc5ae842 /doc
parentMerge branch 'release/v0.3.0' into develop (diff)
downloadvim-cursorline-current-2e1bb38fc7c3ea68f88bd2495b584b043a501ccc.tar.gz
vim-cursorline-current-2e1bb38fc7c3ea68f88bd2495b584b043a501ccc.zip
Switch to two-spacing
Diffstat (limited to 'doc')
-rw-r--r--doc/cursorline_current.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cursorline_current.txt b/doc/cursorline_current.txt
index 1a84ece..a6a4514 100644
--- a/doc/cursorline_current.txt
+++ b/doc/cursorline_current.txt
@@ -4,7 +4,7 @@ DESCRIPTION *cursorline_current*
This plugin tweaks the behaviour of the 'cursorline' option to enable it only
in the current window, when not in insert mode, and (if supported) when Vim
-has focus. It essentially makes 'cursorline' follow the cursor in normal mode
+has focus. It essentially makes 'cursorline' follow the cursor in normal mode
as much as possible.
It uses the global value of 'cursorline' as its default, and should also
@@ -12,14 +12,14 @@ correctly handle local values for windows.
REQUIREMENTS *cursorline_current-requirements*
-This plugin only loads if 'compatible' is not set. It requires the |+autocmd|
+This plugin only loads if 'compatible' is not set. It requires the |+autocmd|
and |+windows| features.
OPTIONS *cursorline_current-options*
*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
+cursor line switching off while you're in insert mode. This option defaults to
1.
AUTHOR *cursorline_current-author*