From 032ea319ccf25709f463d568752a07e1d4268da1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 4 Jun 2020 23:33:14 +1200 Subject: Remove corrected issue --- ISSUES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ISSUES.md b/ISSUES.md index 711d5f2d..6fd39517 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -33,4 +33,3 @@ Known issues * Typing the normal mode mapping for `paste_open.vim` *twice* causes an error. * Highlighting the variable name in e.g. `unset -v VARNAME` works with `bash` highlighting, but not with `sh` highlighting -* `detect_indent.vim` doesn't need to check e.g. help buffers -- cgit v1.2.3 From 03b9b3890183e794b99b8ab3aaf483dd31829580 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 5 Jun 2020 00:06:12 +1200 Subject: Update paste_insert.vim to v1.0.2 This fixes a problem noted in ISSUES.md with pressing the map to start a paste more than once. --- ISSUES.md | 1 - vim/bundle/paste_insert | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ISSUES.md b/ISSUES.md index 6fd39517..5ba90368 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -30,6 +30,5 @@ Known issues pushed upstream. * The `_text_filenames` completion handler for Bash won't work on files with newlines in their names. Can it be made to? -* Typing the normal mode mapping for `paste_open.vim` *twice* causes an error. * Highlighting the variable name in e.g. `unset -v VARNAME` works with `bash` highlighting, but not with `sh` highlighting diff --git a/vim/bundle/paste_insert b/vim/bundle/paste_insert index 0365dd11..1ffcb966 160000 --- a/vim/bundle/paste_insert +++ b/vim/bundle/paste_insert @@ -1 +1 @@ -Subproject commit 0365dd11c050f885050cd6dd22405c81aba5f462 +Subproject commit 1ffcb96611315dd068b734d5aae7ff07fa2b3a26 -- cgit v1.2.3 From ce7240f8e083e0ed671707ec3f47a5e7b238be82 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 5 Jun 2020 00:07:52 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6536bf3c..cc1a0871 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.17.0 -Wed, 03 Jun 2020 21:33:16 +0000 +tejr dotfiles v9.18.0 +Thu, 04 Jun 2020 12:07:52 +0000 -- cgit v1.2.3