packages feed

docvim-0.3.1.2: tests/fixtures/parser/function-script-local.vim

fu! s:foo()
endf

fu! s:underscores_too()
endf

" Believe it or not, this is valid in VimL.
fu! s:()
endf