mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:50: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))
|
\ shellescape(fnameescape(l:lhs))
|
||||||
\ )
|
\ )
|
||||||
try
|
try
|
||||||
let l:result = system(l:command)
|
call system(l:command)
|
||||||
checktime
|
checktime
|
||||||
endtry
|
endtry
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user