mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00

The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'.
4 lines
64 B
VimL
4 lines
64 B
VimL
let g:loaded_sourced_vim += 1
|
|
func! sourced#something()
|
|
endfunc
|