unix.vim (398B)
1 " Settings for test script execution 2 " Always use "sh", don't use the value of "$SHELL". 3 set shell=sh 4 5 if has('win32') 6 set shellcmdflag=-c shellxquote= shellxescape= shellquote= 7 let &shellredir = '>%s 2>&1' 8 set shellslash 9 endif 10 11 " Don't depend on system locale, always use utf-8 12 set encoding=utf-8 13 14 " Use safer defaults for various directories 15 set backupdir=. directory=. undodir=. viewdir=.