aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-04 09:21:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-04 09:21:29 +1200
commit0ff1d657a0ec3bdad72fb4dcc244b36bf781f3f1 (patch)
tree19bc0faa2c0ccce09a8c0697fc82b5125f943eb0
parentMerge branch 'hotfix/v9.16.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-0ff1d657a0ec3bdad72fb4dcc244b36bf781f3f1.tar.gz
dotfiles-0ff1d657a0ec3bdad72fb4dcc244b36bf781f3f1.zip
Merge branch 'hotfix/v9.16.2'v9.16.2
* hotfix/v9.16.2: Add missing buffer-local flag to mail maps
-rw-r--r--VERSION4
-rw-r--r--vim/after/ftplugin/mail.vim4
m---------vim/bundle/detect_indent0
3 files changed, 4 insertions, 4 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
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 <buffer> <LocalLeader>Q'
\ . '|xunmap <buffer> <LocalLeader>Q'
" Mappings for enforcing strict quoting
-nnoremap <LocalLeader>s
+nnoremap <buffer> <LocalLeader>s
\ :StrictQuote<CR>
-xnoremap <LocalLeader>s
+xnoremap <buffer> <LocalLeader>s
\ :StrictQuote<CR>
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>s'
\ . '|xunmap <buffer> <LocalLeader>s'
diff --git a/vim/bundle/detect_indent b/vim/bundle/detect_indent
-Subproject 4b364f096f9c5ad06daa99f5d302e0b07424f0b
+Subproject b41d085cdcaf1f957b2c219630f332023baba72