File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -897,7 +897,7 @@ function! s:parse_args() abort
897
897
let v = args
898
898
endif
899
899
return v
900
- endfunction :
900
+ endfunction
901
901
902
902
function ! s: main () abort
903
903
try
Original file line number Diff line number Diff line change @@ -931,7 +931,7 @@ function! s:parse_args() abort
931
931
let v = args
932
932
endif
933
933
return v
934
- endfunction :
934
+ endfunction
935
935
936
936
function ! s: main () abort
937
937
try
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- vim -u NONE -i NONE -E -s -N --cmd ' set rtp+=.' -c ' exe "so" argv()[0]' -c q -- js/jscompiler.vim $*
2
+ vim -u NONE -i NONE -E -s -N -R -X - -cmd ' set rtp+=.' -c ' exe "so" argv()[0]' -c q -- js/jscompiler.vim $*
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- vim -u NONE -i NONE -E -s -N --cmd ' set rtp+=.' -c ' exe "so" argv()[0]' -c q -- py/pycompiler.vim $*
2
+ vim -u NONE -i NONE -E -s -N -R -X - -cmd ' set rtp+=.' -c ' exe "so" argv()[0]' -c q -- py/pycompiler.vim $*
You can’t perform that action at this time.
0 commit comments