1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 10: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)) \ shellescape(fnameescape(l:lhs))
\ ) \ )
try try
let l:result = system(l:command) call system(l:command)
checktime checktime
endtry endtry
endif endif