Fix for vimrc
This commit is contained in:
parent
416cdb92d3
commit
817fab1cba
1
vimrc
1
vimrc
|
@ -4,6 +4,7 @@ set encoding=utf-8
|
||||||
" Store the current system name so that we can conditionally set configs for
|
" Store the current system name so that we can conditionally set configs for
|
||||||
" different platforms
|
" different platforms
|
||||||
let s:uname = system("echo -n \"$(uname)\"")
|
let s:uname = system("echo -n \"$(uname)\"")
|
||||||
|
let s:vim_dir = $HOME . "/.vim"
|
||||||
|
|
||||||
function! IsWindows()
|
function! IsWindows()
|
||||||
if s:uname =~ "mingw"
|
if s:uname =~ "mingw"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user