aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/diff.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-04 15:08:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-04 15:08:51 +1300
commit1b8d301ffb3b30addadd7ea26f92d6eca4dfdcd8 (patch)
tree181d2520c60bde44e0d4c1245369403722c4042a /vim/after/ftplugin/diff.vim
parentMerge branch 'release/v2.8.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-1b8d301ffb3b30addadd7ea26f92d6eca4dfdcd8.tar.gz
dotfiles-1b8d301ffb3b30addadd7ea26f92d6eca4dfdcd8.zip
Merge branch 'release/v3.0.0'v3.0.0
* release/v3.0.0: Remove b:undo_ftplugin cmds for double-key maps Remove accidentally created html.vim~ file Use "stub .vimrc" method to dodge vim-tiny Use :help for 'keywordprg', junk tag binding Unseat tidy(1) as HTML 'equalprg' Remove line squeezing function for mail.vim
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'