mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
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.
This commit is contained in:
3
src/nvim/testdir/unix.vim
Normal file
3
src/nvim/testdir/unix.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
" Settings for test script execution
|
||||
" Always use "sh", don't use the value of "$SHELL".
|
||||
set shell=sh
|
Reference in New Issue
Block a user