diff --git a/ftplugin/help.vim b/ftplugin/help.vim index cc155a6..24dd22c 100644 --- a/ftplugin/help.vim +++ b/ftplugin/help.vim @@ -1,2 +1 @@ setlocal keywordprg=:help -setlocal relativenumber number diff --git a/vimrc b/vimrc index e3a2a88..387df35 100644 --- a/vimrc +++ b/vimrc @@ -270,7 +270,7 @@ command! ScratchVertical vnew | setlocal buftype=nofile | setlocal bufhidden=hid scriptencoding utf-8 syntax on -set fillchars=stl:\ ,stlnc:\ ,vert:┃ +set fillchars=stl:\ ,stlnc:\ ,vert:\|,fold:\ set guioptions-=mTrLb set guioptions+=c