aboutsummaryrefslogtreecommitdiff
path: root/plugin/insert_cancel.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/insert_cancel.vim')
-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