aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-14 01:46:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-14 01:46:27 +1200
commitaf423a79c9689531ec71658c2dc51804ed91a8ae (patch)
treed2eb5bf6cc67005077d0fd26270394df660ea225 /README.md
parentMerge branch 'hotfix/v3.0.1' (diff)
parentBump VERSION (diff)
downloadvim-insert-cancel-af423a79c9689531ec71658c2dc51804ed91a8ae.tar.gz
vim-insert-cancel-af423a79c9689531ec71658c2dc51804ed91a8ae.zip
Merge branch 'release/v3.1.0'v3.1.0
* release/v3.1.0: Bump VERSION Rewrite documentation
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 e767d80..0bfb346 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, by leaving
-insert mode normally and undoing a change if one was made by that insert
-operation. It's intended as a target for `i_CTRL-C`, to make it do something
-useful, and to fire `InsertLeave` afterwards where available.
+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.
License
-------