1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 16:50:05 +08:00
SpaceVim/bundle/vim-matchup/test/issues/15/gc.vim

14 lines
120 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
function! s:test()
let l:str = "hello"
return l:str
endfunction
if condition
call one()
call two()
endif