aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:26:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:26:53 +1200
commita2308ef31dcfad2bc01cac0b9d98571230a1b107 (patch)
tree561fe3aec0a202048ef986eaa9158c34f3717fed
parentMerge branch 'release/v3.0.0' (diff)
parentBump VERSION (diff)
downloadvim-insert-cancel-a2308ef31dcfad2bc01cac0b9d98571230a1b107.tar.gz
vim-insert-cancel-a2308ef31dcfad2bc01cac0b9d98571230a1b107.zip
Merge branch 'hotfix/v3.0.1'v3.0.1
* hotfix/v3.0.1: Bump VERSION Fix map ref in comment
-rw-r--r--VERSION2
-rw-r--r--plugin/insert_cancel.vim4
2 files changed, 3 insertions, 3 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/plugin/insert_cancel.vim b/plugin/insert_cancel.vim
index 6bd92aa..8512790 100644
--- a/plugin/insert_cancel.vim
+++ b/plugin/insert_cancel.vim
@@ -16,8 +16,8 @@ if v:version < 600
endif
let g:loaded_insert_cancel = 1
-" On leaving insert mode, whether normally or via <Plug>InsertCancel, check if
-" changenr() exceeds the last time we cached it, and flag that a change has
+" On leaving insert mode, whether normally or via <Plug>(InsertCancel), check
+" if changenr() exceeds the last time we cached it, and flag that a change has
" taken place if it did
function! s:Check()
if changenr() > b:insert_cancel_changenr