From 21eeff50594ac4c1f79ed96315367bd9d0728845 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 11 Jul 2019 16:40:59 +1200 Subject: End paste mode on TextChanged too --- doc/paste_insert.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/paste_insert.txt') 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* -- cgit v1.2.3 From fb05447751b5e9c3dc4119a784f382c68fdf29ec Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 11 Jul 2019 16:43:54 +1200 Subject: Bump VERSION --- doc/paste_insert.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/paste_insert.txt') diff --git a/doc/paste_insert.txt b/doc/paste_insert.txt index 516f24c..35f1189 100644 --- a/doc/paste_insert.txt +++ b/doc/paste_insert.txt @@ -1,4 +1,4 @@ -*paste_insert.txt* For Vim version 7.0 Last change: 2019 Jun 23 +*paste_insert.txt* For Vim version 7.0 Last change: 2019 Jul 11 DESCRIPTION *paste_insert* -- cgit v1.2.3