docvim-0.3.1.2: tests/fixtures/parser/lexpr.vim
" Bang form.
lexpr! system(&grepprg . ' ' . g:command)
" Vanilla.
lexpr s:MyFancyFunc()
" We support the abbreviation too.
lex autoloaded#function("blah").
" Bang form.
lexpr! system(&grepprg . ' ' . g:command)
" Vanilla.
lexpr s:MyFancyFunc()
" We support the abbreviation too.
lex autoloaded#function("blah").