aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-28 22:45:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-28 22:45:00 +1200
commite8f1153d387782d966b8a07b7b91efe5ddeff42e (patch)
tree2cd44d208efe8ac0065ff15f87b8412a7518b8cf /README.md
parentMerge branch 'release/v4.0.0' (diff)
parentBump VERSION (diff)
downloadvim-insert-cancel-e8f1153d387782d966b8a07b7b91efe5ddeff42e.tar.gz
vim-insert-cancel-e8f1153d387782d966b8a07b7b91efe5ddeff42e.zip
Merge branch 'release/v5.0.0'v5.0.0
* release/v5.0.0: Completely overhaul, losing autoload
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4efa5dd..b0e07eb 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
insert\_cancel.vim
==================
-This plugin provides a mapping target to cancel an insert operation. It leaves
-insert mode normally, firing `InsertLeave`, and then runs `:undo` if the buffer
-was changed by the insert. This is intended as a remap of Ctrl-C in insert
-mode.
+This small plugin provides a mapping in insert mode to cancel the current
+insert operation by undoing the last change upon insert exit, if a change to
+the buffer was made during insert mode, without firing `InsertLeave`. This is
+intended for remapping Ctrl-C in insert mode to do something more useful.
License
-------