diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-06-05 00:23:35 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-06-05 00:23:35 +1200 |
commit | d1b8db2fe6b06bd556c777c7bd9d4632f12a3a1c (patch) | |
tree | b13dfbc9294894ec48bc5c84e572b0739fffe7a6 /doc | |
parent | Merge branch 'hotfix/v3.0.1' (diff) | |
parent | Bump VERSION (diff) | |
download | vim-cursorline-current-master.tar.gz vim-cursorline-current-master.zip |
* hotfix/v3.0.2:
Correct a misnamed variable in the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cursorline_current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cursorline_current.txt b/doc/cursorline_current.txt index 17b80d7..2e1a4a5 100644 --- a/doc/cursorline_current.txt +++ b/doc/cursorline_current.txt @@ -22,7 +22,7 @@ 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:cursorline_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. |