follow symlinks on unix

This commit is contained in:
2016-02-26 02:50:11 -08:00
parent 4cb7e78c35
commit 9ee851732b

2
vimrc
View File

@@ -3,7 +3,7 @@ scriptencoding utf-8
set encoding=utf-8
set shortmess=I "turn off splash screen
let vim_files=fnamemodify(expand("$MYVIMRC"), ":p:h")
let vim_files=fnamemodify(resolve(expand("$MYVIMRC")), ":p:h")
let plug_path=expand(vim_files . '/autoload/plug.vim')
let have_plug=filereadable(plug_path)
if(!have_plug && executable('curl'))