From 04cf824ac17f25ce36f04b5ab6c5e8befbe25e90 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 29 Nov 2018 23:30:11 +1300 Subject: Add missing detail to a comment --- vim/after/ftplugin/diff.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/after/ftplugin') 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 [' \ . '|xunmap [' \ . '|xunmap ]' -" Set mappings +" Set mappings for diff pruning plugin nmap p \ (DiffPrune) xmap p -- cgit v1.2.3