aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-25 08:22:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-25 08:22:34 +1200
commitbc4faaad575a202f4604b262e4f914aaa432bdf9 (patch)
treec6fc1c84c0073ecbfe1dbca88408ec5227ee3042
parentInitial version (diff)
downloadvim-diff-prune-bc4faaad575a202f4604b262e4f914aaa432bdf9.tar.gz
vim-diff-prune-bc4faaad575a202f4604b262e4f914aaa432bdf9.zip
Correct a comment
-rw-r--r--after/ftplugin/diff/prune.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/diff/prune.vim b/after/ftplugin/diff/prune.vim
index 49bc50f..9996023 100644
--- a/after/ftplugin/diff/prune.vim
+++ b/after/ftplugin/diff/prune.vim
@@ -41,7 +41,7 @@ vnoremap <buffer> <silent>
let b:undo_ftplugin = b:undo_ftplugin
\ . '|vunmap <buffer> <Plug>DiffPrune'
-" Default local normal mapping if not already defined
+" Default local visual mapping if not already defined
if !hasmapto('<Plug>DiffPrune', 'v')
vmap <buffer> <LocalLeader>p <Plug>DiffPrune
let b:undo_ftplugin = b:undo_ftplugin