xref
: /
Universal-ctags
/
Units
/
parser-vim.r
/
vim-command-in-function.d
/
input.vim
(revision 22bfe0fd6aab66d4f79f28cd4ecec5cce56bf08a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
fun! f()
2
command! MyCommand echom "foo"
3
endfun
4