mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00

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.
4 lines
102 B
VimL
4 lines
102 B
VimL
" Settings for test script execution
|
|
" Always use "sh", don't use the value of "$SHELL".
|
|
set shell=sh
|