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(-) (limited to 'vim') 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