aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-26 10:30:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-26 10:30:01 +1200
commit33427ddd983cd26ed9e8b4202deb1d83c51a5af0 (patch)
treecf05276615b8f2c6fd3436ea17090e83bb62b5dd
parentMerge branch 'release/v3.1.0' into develop (diff)
downloadvim-insert-cancel-33427ddd983cd26ed9e8b4202deb1d83c51a5af0.tar.gz
vim-insert-cancel-33427ddd983cd26ed9e8b4202deb1d83c51a5af0.zip
Add issues to docs
-rw-r--r--doc/insert_cancel.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/insert_cancel.txt b/doc/insert_cancel.txt
index 4adb82c..1d8ce7c 100644
--- a/doc/insert_cancel.txt
+++ b/doc/insert_cancel.txt
@@ -26,6 +26,12 @@ example:
>
imap <C-C> <Plug>(InsertCancel)
<
+ISSUES *insert_cancel-issues*
+
+It doesn't work at all in paste mode, in the same way as any other mapping, so
+you can't cancel an insert operation while pasting. You might consider this a
+feature.
+
AUTHOR *insert_cancel-author*
Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.