From bfc727f28f7305850aa724ecc685be8c942a219f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 4 Dec 2018 15:06:24 +1300 Subject: Remove b:undo_ftplugin cmds for double-key maps The relevant maps were removed in commit 5f1f5b9, but these unmap instructions were left behind. --- vim/after/ftplugin/diff.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'vim/after/ftplugin/diff.vim') diff --git a/vim/after/ftplugin/diff.vim b/vim/after/ftplugin/diff.vim index 123f0d0a..5d4ff9ae 100644 --- a/vim/after/ftplugin/diff.vim +++ b/vim/after/ftplugin/diff.vim @@ -30,4 +30,3 @@ xmap p \ (DiffPrune) let b:undo_ftplugin .= '|nunmap p' \ . '|xunmap p' - \ . '|nunmap pp' -- cgit v1.2.3