packages feed

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").