aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 22:48:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 22:48:49 +1200
commita4261e155c850d4cf8a2624b7a155d69b1bd0421 (patch)
tree6dd36493797308ef0837712045be97dc7390ffda
parentMerge branch 'release/v2.0.0' (diff)
parentBump VERSION (diff)
downloadvim-cursorline-current-a4261e155c850d4cf8a2624b7a155d69b1bd0421.tar.gz
vim-cursorline-current-a4261e155c850d4cf8a2624b7a155d69b1bd0421.zip
Merge branch 'hotfix/v2.0.1'v2.0.1
* hotfix/v2.0.1: Add :tabfirst command to go back to first tab
-rw-r--r--VERSION2
-rw-r--r--plugin/cursorline_current.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 227cea2..38f77a6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
+2.0.1
diff --git a/plugin/cursorline_current.vim b/plugin/cursorline_current.vim
index 034a422..1c09f91 100644
--- a/plugin/cursorline_current.vim
+++ b/plugin/cursorline_current.vim
@@ -20,7 +20,7 @@ augroup cursorline_current
autocmd VimEnter *
\ tabdo windo doautocmd WinLeave
autocmd VimEnter *
- \ 1 wincmd w | doautocmd WinEnter
+ \ tabfirst | 1 wincmd w | doautocmd WinEnter
" On entering a buffer, the Vim application gaining focus, leaving insert
" mode, or entering a window, set the local value of the 'cursorline' option