foo.vim (200B)
1 let g:loaded_foo_vim += 1 2 3 let foo#bar = {} 4 5 func foo#bar.echo() 6 let g:called_foo_bar_echo += 1 7 endfunc 8 9 func foo#addFoo(head) 10 return a:head .. 'foo' 11 endfunc 12 13 func foo#() 14 return 'empty' 15 endfunc
neovimNeovim text editor | |
| git clone https://git.dasho.dev/neovim.git | |
| Log | Files | Refs | README |