1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 22:10:05 +08:00
SpaceVim/bundle/neomake/tests/fixtures/vim/func-with-errors.vim

8 lines
109 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
function! Foo()
if l:something
let foo = 1
endif
echom foo . 'bar'
endfunction
" vim: ts=4 sw=4 et