aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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