xref: /Universal-ctags/Units/parser-vim.r/vim-command-in-function.d/input.vim (revision 22bfe0fd6aab66d4f79f28cd4ecec5cce56bf08a)
1fun! f()
2  command! MyCommand echom "foo"
3endfun
4