diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-29 23:30:11 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-29 23:30:11 +1300 |
commit | 04cf824ac17f25ce36f04b5ab6c5e8befbe25e90 (patch) | |
tree | 6cfd362f1c37bae4f8b27c35984ac138179edf33 /vim/after/ftplugin/diff.vim | |
parent | Remove double-key mapping shortcuts (diff) | |
download | dotfiles-04cf824ac17f25ce36f04b5ab6c5e8befbe25e90.tar.gz dotfiles-04cf824ac17f25ce36f04b5ab6c5e8befbe25e90.zip |
Add missing detail to a comment
Diffstat (limited to 'vim/after/ftplugin/diff.vim')
-rw-r--r-- | vim/after/ftplugin/diff.vim | 2 |
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 |