Files
neovim/src/nvim/testdir/unix.vim
Eliseo Martínez da51dc9cf2 Introduce nvim namespace: Move files.
Move files from src/ to src/nvim/.
- src/nvim/ becomes the new root dir for nvim executable sources.
- src/libnvim/ is planned to become root dir of the neovim library.
2014-05-15 20:46:01 +02:00

4 lines
102 B
VimL

" Settings for test script execution
" Always use "sh", don't use the value of "$SHELL".
set shell=sh