aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-23 01:29:19 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-23 01:29:19 +1200
commit4ab61f5dfa9a2868c529c75a50219dac6619080a (patch)
treefcef793f4cfdb1d7d084db4874233970a72e6628
parentMerge branch 'release/v3.0.0' (diff)
parentBump VERSION (diff)
downloadvim-cursorline-current-4ab61f5dfa9a2868c529c75a50219dac6619080a.tar.gz
vim-cursorline-current-4ab61f5dfa9a2868c529c75a50219dac6619080a.zip
Merge branch 'hotfix/v3.0.1'v3.0.1
* hotfix/v3.0.1: Fix soft tabs in documentation
-rw-r--r--VERSION2
-rw-r--r--doc/cursorline_current.txt12
2 files changed, 7 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index 4a36342..cb2b00e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.0
+3.0.1
diff --git a/doc/cursorline_current.txt b/doc/cursorline_current.txt
index 4984fec..17b80d7 100644
--- a/doc/cursorline_current.txt
+++ b/doc/cursorline_current.txt
@@ -1,4 +1,4 @@
-*cursorline_current.txt* For Vim version 7.0 Last change: 2019 Jun 19
+*cursorline_current.txt* For Vim version 7.0 Last change: 2019 Jun 23
DESCRIPTION *cursorline_current*
@@ -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.