aboutsummaryrefslogtreecommitdiff
path: root/doc/paste_insert.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/paste_insert.txt')
-rw-r--r--doc/paste_insert.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/paste_insert.txt b/doc/paste_insert.txt
index 68f1ef9..516f24c 100644
--- a/doc/paste_insert.txt
+++ b/doc/paste_insert.txt
@@ -3,13 +3,13 @@
DESCRIPTION *paste_insert*
This plugin implements a method for setting paste mode with the 'paste' option
-for only the duration of the next insert operation, to avoid the hassle of
-forgetting to unset the option after inserting.
+for only the duration of the next insert operation or normal mode change, to
+avoid the hassle of forgetting to unset the option after inserting.
-It includes a timeout if insert mode isn't entered within 'updatetime'
-seconds, or if the user navigates away from the buffer or window. It can also
-be cancelled in normal mode with CTRL-C or Escape. These keys can be changed
-if they are already mapped or otherwise unsuitable.
+It includes a timeout if the text isn't changed and insert mode isn't entered
+within 'updatetime' seconds, or if the user navigates away from the buffer or
+window. It can also be cancelled in normal mode with CTRL-C or Escape. These
+keys can be changed if they are already mapped or otherwise unsuitable.
REQUIREMENTS *paste_insert-requirements*