aboutsummaryrefslogtreecommitdiff
path: root/doc/insert_cancel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/insert_cancel.txt')
-rw-r--r--doc/insert_cancel.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/insert_cancel.txt b/doc/insert_cancel.txt
index 233e627..9e0deda 100644
--- a/doc/insert_cancel.txt
+++ b/doc/insert_cancel.txt
@@ -1,4 +1,4 @@
-*insert_cancel.txt* For Vim version 6.0 Last change: 2018 July 12
+*insert_cancel.txt* For Vim version 7.0 Last change: 2019 May 25
DESCRIPTION *insert_cancel*
@@ -9,13 +9,7 @@ the buffer was changed by the insert. This is intended as a remap of
REQUIREMENTS *insert_cancel-requirements*
-This plugin only loads if 'compatible' is not set. It works best if you have
-at least |vim7| with |autocmd|, because it leans on the |CursorMoved| event.
-
-If you don't have |CursorMoved|, the |'[| and |']| marks are used to detect
-changes instead. This still works for undoing insert additions, but it won't
-restore text that was erased when insert mode was entered with |c| or |s| or
-their variants, and it doesn't undo new unindented blank lines.
+This plugin only loads if 'compatible' is not set.
MAPPINGS *insert_cancel-mappings*