aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 22:22:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 22:24:14 +1200
commit03ce9988ddbea0ab4f055ac035d80dea449012aa (patch)
tree5394b7025024ae2f6ac4c666c940227cbb606e9a /doc
parentMerge branch 'release/v1.0.0' into develop (diff)
downloadvim-cursorline-current-03ce9988ddbea0ab4f055ac035d80dea449012aa.tar.gz
vim-cursorline-current-03ce9988ddbea0ab4f055ac035d80dea449012aa.zip
Refactor and simplify, remove autoload
Drop support for local values for 'cursorline'. I think I'm getting better at this.
Diffstat (limited to 'doc')
-rw-r--r--doc/cursorline_current.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/cursorline_current.txt b/doc/cursorline_current.txt
index be3e78d..a3d67a5 100644
--- a/doc/cursorline_current.txt
+++ b/doc/cursorline_current.txt
@@ -1,14 +1,11 @@
-*cursorline_current.txt* For Vim version 7.0 Last change: 2019 May 25
+*cursorline_current.txt* For Vim version 7.0 Last change: 2019 Jun 10
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
-as much as possible.
-
-It uses the global value of 'cursorline' as its default, and should also
-correctly handle local values for windows.
+as much as possible. It uses the global value of 'cursorline' as its default.
REQUIREMENTS *cursorline_current-requirements*