aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-02 21:28:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-02 21:28:07 +1200
commit2250ca53d795e5125f42ab60b2308bf0a1ad9d96 (patch)
tree463a3aedf392c57817e49c6fc6a8f127baf8ba55
parentUse b:changedtick instead of changenr() (diff)
downloadvim-insert-cancel-2250ca53d795e5125f42ab60b2308bf0a1ad9d96.tar.gz
vim-insert-cancel-2250ca53d795e5125f42ab60b2308bf0a1ad9d96.zip
Use a correct doc reference
-rw-r--r--doc/insert_cancel.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/insert_cancel.txt b/doc/insert_cancel.txt
index df3205f..aaabf6d 100644
--- a/doc/insert_cancel.txt
+++ b/doc/insert_cancel.txt
@@ -9,8 +9,8 @@ operation.
REQUIREMENTS *insert_cancel-requirements*
This plugin is only available if 'compatible' is not set. It works best if
-|+autocmd| is available, with the |InsertLeave| event from |version7|. It does
-a much better job of telling whether a change was made with these features
+|+autocmd| is available, with the |InsertLeave| event from |vim7|. It does a
+much better job of telling whether a change was made with these features
available, which avoids undoing unrelated changes inappropriately.
MAPPINGS *insert_cancel-mappings*