mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 17:47:16 +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
|