aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:26:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:26:17 +1200
commita728c0c4ea503524411f44577568364061698a42 (patch)
treecb9713d4e09bca992beefbea8ed6e199787cc2f9
parentMerge branch 'release/v3.0.0' (diff)
downloadvim-insert-cancel-a728c0c4ea503524411f44577568364061698a42.tar.gz
vim-insert-cancel-a728c0c4ea503524411f44577568364061698a42.zip
Fix map ref in comment
-rw-r--r--plugin/insert_cancel.vim4
1 files changed, 2 insertions, 2 deletions
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