diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-04 15:06:24 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-04 15:07:43 +1300 |
commit | bfc727f28f7305850aa724ecc685be8c942a219f (patch) | |
tree | c7b41864d3f3ba42dc8309cfaa210540d32a853f /vim/after/ftplugin/diff.vim | |
parent | Remove accidentally created html.vim~ file (diff) | |
download | dotfiles-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.vim | 1 |
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' |