From 4ed08b3af619ddefd9c7ae91d44f3eaeebed00f3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 4 Jun 2020 09:20:50 +1200 Subject: Add missing buffer-local flag to mail maps --- vim/after/ftplugin/mail.vim | 4 ++-- vim/bundle/detect_indent | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index ed52edf0..1ed5a71f 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -66,9 +66,9 @@ let b:undo_ftplugin .= '|nunmap Q' \ . '|xunmap Q' " Mappings for enforcing strict quoting -nnoremap s +nnoremap s \ :StrictQuote -xnoremap s +xnoremap s \ :StrictQuote let b:undo_ftplugin .= '|nunmap s' \ . '|xunmap s' diff --git a/vim/bundle/detect_indent b/vim/bundle/detect_indent index 4b364f09..b41d085c 160000 --- a/vim/bundle/detect_indent +++ b/vim/bundle/detect_indent @@ -1 +1 @@ -Subproject commit 4b364f096f9c5ad06daa99f5d302e0b07424f0bf +Subproject commit b41d085cdcaf1f957b2c219630f332023baba72e -- cgit v1.2.3 From 8731c48e84643858d9f2f28dd01be5f63d7cd131 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 4 Jun 2020 09:21:04 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a74f802a..05ac23a4 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.16.1 -Mon, 01 Jun 2020 21:31:44 +0000 +tejr dotfiles v9.16.2 +Wed, 03 Jun 2020 21:20:59 +0000 -- cgit v1.2.3