neovim

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

sourced.vim (88B)


      1 let g:loaded_sourced_vim += 1
      2 func sourced#something()
      3 endfunc
      4 call sourced#something()