1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 12:50:03 +08:00
SpaceVim/bundle/vim-matchup/test/issues/15/gc.vim
2020-06-13 14:06:35 +08:00

14 lines
120 B
VimL

function! s:test()
let l:str = "hello"
return l:str
endfunction
if condition
call one()
call two()
endif