aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-25 13:10:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-25 13:10:55 +1200
commit77a3c2ddf9f3eefe8bdb7380e3af34b7708b5f84 (patch)
tree2b506fb06d9dd7c3cb6f2d20c9fa64719ca27599
parentClear away filetype buffer mappings in vimrc (diff)
downloaddotfiles-77a3c2ddf9f3eefe8bdb7380e3af34b7708b5f84.tar.gz
dotfiles-77a3c2ddf9f3eefe8bdb7380e3af34b7708b5f84.zip
Remove misguided buffer mapping clear
This gets rid of the <Plug> targets as well, of course...
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a6a3beae..13211067 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -277,9 +277,6 @@ if has('autocmd') && v:version >= 700
augroup vimrc_filetype_mappings
autocmd!
- " Clear away existing local mappings
- autocmd FileType * mapclear <buffer>
-
" Diff: prune sections
autocmd FileType diff nmap <buffer> _p <Plug>DiffPrune
autocmd FileType diff xmap <buffer> _p <Plug>DiffPrune