aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-11 10:28:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-11 10:29:58 +1200
commit683de7cdab8b0bdf80ae8e307556cb264ad4beef (patch)
tree206b67a13ce5de4082dcd775f0c5bb22dec4541d /README.md
parentMerge branch 'release/v0.3.0' into develop (diff)
downloadvim-insert-cancel-683de7cdab8b0bdf80ae8e307556cb264ad4beef.tar.gz
vim-insert-cancel-683de7cdab8b0bdf80ae8e307556cb264ad4beef.zip
Refactor completely with TextChanged/CursorMoved
Not as bad as I thought performance-wise, even with the latter.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 85e81ab..e767d80 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
insert\_cancel.vim
==================
-This plugin provides a mapping target to cancel an insert operation, by
-triggering `i_CTRL-C` and undoing a change if one was made by that insert
-operation.
+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.
License
-------