aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:30:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:30:11 +1300
commit04cf824ac17f25ce36f04b5ab6c5e8befbe25e90 (patch)
tree6cfd362f1c37bae4f8b27c35984ac138179edf33 /vim
parentRemove double-key mapping shortcuts (diff)
downloaddotfiles-04cf824ac17f25ce36f04b5ab6c5e8befbe25e90.tar.gz
dotfiles-04cf824ac17f25ce36f04b5ab6c5e8befbe25e90.zip
Add missing detail to a comment
Diffstat (limited to 'vim')
-rw-r--r--vim/after/ftplugin/diff.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/after/ftplugin/diff.vim b/vim/after/ftplugin/diff.vim
index 1813e4b0..123f0d0a 100644
--- a/vim/after/ftplugin/diff.vim
+++ b/vim/after/ftplugin/diff.vim
@@ -23,7 +23,7 @@ let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>['
\ . '|xunmap <buffer> <LocalLeader>['
\ . '|xunmap <buffer> <LocalLeader>]'
-" Set mappings
+" Set mappings for diff pruning plugin
nmap <buffer> <LocalLeader>p
\ <Plug>(DiffPrune)
xmap <buffer> <LocalLeader>p