1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:00:05 +08:00
SpaceVim/bundle/neomake/tests/fixtures/vim/func-with-errors.vim
2020-06-13 14:06:35 +08:00

8 lines
109 B
VimL

function! Foo()
if l:something
let foo = 1
endif
echom foo . 'bar'
endfunction
" vim: ts=4 sw=4 et