aboutsummaryrefslogtreecommitdiff
path: root/doc/insert_cancel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/insert_cancel.txt')
-rw-r--r--doc/insert_cancel.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/insert_cancel.txt b/doc/insert_cancel.txt
index d6efbfa..b7888b3 100644
--- a/doc/insert_cancel.txt
+++ b/doc/insert_cancel.txt
@@ -23,12 +23,12 @@ still rather better than just the intuitive mapping:
<
MAPPINGS *insert_cancel-mappings*
- *<Plug>InsertCancel*
-The single mapping target provided is |<Plug>InsertCancel|, mappable in any
+ *<Plug>(InsertCancel)*
+The single mapping target provided is |<Plug>(InsertCancel)|, mappable in any
mode. There is no default key mapping to the target; you should define this
yourself in your |vimrc|. For example:
>
- imap <C-C> <Plug>InsertCancel
+ imap <C-C> <Plug>(InsertCancel)
AUTHOR *insert_cancel-author*