1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:50:05 +08:00

call System

This commit is contained in:
zhujinxuan 2018-04-22 19:27:26 -04:00
parent d19950b62e
commit 529c88a032

View File

@ -90,7 +90,7 @@ function! s:phpBeautify() abort
\ shellescape(fnameescape(l:lhs))
\ )
try
let l:result = system(l:command)
call system(l:command)
checktime
endtry
endif