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
897897 let v = args
898898 endif
899899 return v
900- endfunction :
900+ endfunction
901901
902902function ! s: main () abort
903903 try
Original file line number Diff line number Diff line change @@ -931,7 +931,7 @@ function! s:parse_args() abort
931931 let v = args
932932 endif
933933 return v
934- endfunction :
934+ endfunction
935935
936936function ! s: main () abort
937937 try
Original file line number Diff line number Diff line change 11#! /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 11#! /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