mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 23:31:07 +00:00
10 lines
266 B
VimL
10 lines
266 B
VimL
" Settings for test script execution
|
|
" Always use "sh", don't use the value of "$SHELL".
|
|
set shell=sh
|
|
|
|
" Don't depend on system locale, always use utf-8
|
|
set encoding=utf-8
|
|
|
|
" Use safer defaults for various directories
|
|
set backupdir=. directory=. undodir=. viewdir=.
|