aboutsummaryrefslogtreecommitdiff
path: root/doc/cursorline_current.txt
blob: be3e78dcbb765f2c2cb78df0074cd5436ebe8b2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*cursorline_current.txt*	For Vim version 7.0	Last change: 2019 May 25

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.

REQUIREMENTS				*cursorline_current-requirements*

This plugin only loads if 'compatible' is not set.

AUTHOR					*cursorline_current-author*

Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.

LICENSE					*cursorline_current-license*

Licensed for distribution under the same terms as Vim itself (see |license|).

 vim:tw=78:ts=8:ft=help:norl: