summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-29 00:14:43 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-29 02:01:52 -0400
commit88be99a05bc0143f62ef471ac2f6a5bd68d2f70c (patch)
tree294be4f3eece13ef7f7032af7e1b49789d9cb7c5 /vimrc
parent5b650317822743efb0185ccee8c77f982a28b3e7 (diff)
downloadconf-88be99a05bc0143f62ef471ac2f6a5bd68d2f70c.tar.gz
conf-88be99a05bc0143f62ef471ac2f6a5bd68d2f70c.zip
clean up the help overrides stuff a bit
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/vimrc b/vimrc
index c123daa..743f314 100644
--- a/vimrc
+++ b/vimrc
@@ -437,14 +437,6 @@ function! Help(visual, iskeyword, command)
exe &helpheight . 'new'
set modifiable
exe 'call ' . a:command . '("' . l:word . '")'
- try
- silent %s/\%x1b\[\d\+m//g
- catch /.*/
- endtry
- try
- silent %s/.\%x08//g
- catch /.*/
- endtry
normal! ggdd
set buftype=nofile
set nobuflisted