aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-28 22:56:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-28 22:56:58 +1200
commita3fe8ad383b8ef37d96221f4c88915391b2aff11 (patch)
tree914f35c7990a7481eedac20acc4693bc93edcd1f /README.md
parentMerge branch 'release/v5.0.0' into develop (diff)
downloadvim-insert-cancel-a3fe8ad383b8ef37d96221f4c88915391b2aff11.tar.gz
vim-insert-cancel-a3fe8ad383b8ef37d96221f4c88915391b2aff11.zip
Changed my mind again; do fire InsertLeave
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0e07eb..b78ba00 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ insert\_cancel.vim
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
+the buffer was made during insert mode, while firing `InsertLeave`. This is
intended for remapping Ctrl-C in insert mode to do something more useful.
License