vim: fix for weird vim versions

master
an 2019-07-29 06:40:27 -04:00
parent 8ac882b381
commit eb5437946f
1 changed files with 2 additions and 1 deletions

View File

@ -338,7 +338,8 @@ else
endif
" gutentags
let gutentags_cache_dir=$HOME..'/.vim/tags/'
let gutentags_cache_dir=$HOME
let gutentags_cache_dir..='/.vim/tags/'
" searching
set grepprg=rg\ --vimgrep\ -n