neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

footest.vim (132B)


      1 " Autoload script used by test_listdict.vim, test_exists.vim and test_let.vim
      2 let footest#x = 1
      3 func footest#F()
      4  return 0
      5 endfunc