mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
6 lines
98 B
VimL
6 lines
98 B
VimL
" Autoload script used by test55 and test60
|
|
let footest#x = 1
|
|
func footest#F()
|
|
return 0
|
|
endfunc
|