aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-23 11:59:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-23 11:59:40 +1300
commit62f04570fdd03055072b44a84266c626ada6d225 (patch)
tree6743c2c2c74be6a93de7556c100f49fa5688851c /vim/after
parentMerge branch 'hotfix/v1.76.2' (diff)
parentBump VERSION (diff)
downloaddotfiles-1.77.0.tar.gz (sig)
dotfiles-1.77.0.zip
Merge branch 'release/v1.77.0'v1.77.0
* release/v1.77.0: Bump VERSION Correct RHS of (un)important mail ftplugin map Add an issue about mail filetypes in Vim Remove a couple of unneeded XTerm resources
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftplugin/mail.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim
index 609cd92f..688ca6eb 100644
--- a/vim/after/ftplugin/mail.vim
+++ b/vim/after/ftplugin/mail.vim
@@ -43,10 +43,10 @@ endif
" Flag messages as important/unimportant
nnoremap <buffer> <LocalLeader>h
- \ <C-U>:call mail#FlagImportant()<CR>
+ \ :<C-U>call mail#FlagImportant()<CR>
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>h'
nnoremap <buffer> <LocalLeader>l
- \ <C-U>:call mail#FlagUnimportant()<CR>
+ \ :<C-U>call mail#FlagUnimportant()<CR>
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>l'
" Quote operator