aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/diff.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-04 15:06:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-04 15:07:43 +1300
commitbfc727f28f7305850aa724ecc685be8c942a219f (patch)
treec7b41864d3f3ba42dc8309cfaa210540d32a853f /vim/after/ftplugin/diff.vim
parentRemove accidentally created html.vim~ file (diff)
downloaddotfiles-bfc727f28f7305850aa724ecc685be8c942a219f.tar.gz
dotfiles-bfc727f28f7305850aa724ecc685be8c942a219f.zip
Remove b:undo_ftplugin cmds for double-key maps
The relevant maps were removed in commit 5f1f5b9, but these unmap instructions were left behind.
Diffstat (limited to 'vim/after/ftplugin/diff.vim')
-rw-r--r--vim/after/ftplugin/diff.vim1
1 files changed, 0 insertions, 1 deletions
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 <buffer> <LocalLeader>p
\ <Plug>(DiffPrune)
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>p'
\ . '|xunmap <buffer> <LocalLeader>p'
- \ . '|nunmap <buffer> <LocalLeader>pp'