aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>.