mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:30:05 +08:00
call System
This commit is contained in:
parent
d19950b62e
commit
529c88a032
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user