From 88be99a05bc0143f62ef471ac2f6a5bd68d2f70c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 Oct 2017 00:14:43 -0400 Subject: clean up the help overrides stuff a bit --- vimrc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vimrc') 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 -- cgit v1.2.3-54-g00ecf