Ver a proveniência

'main': Add missing arguments.

Part of #337.
pull/260/merge
Daniel Shahaf há 8 anos
ascendente
cometimento
da91264122
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh Ver ficheiro

@ -464,7 +464,7 @@ _zsh_highlight_main_highlighter()
fi
fi
;;
*) _zsh_highlight_main_add_region_highlight commandtypefromthefuture-$res
*) _zsh_highlight_main_add_region_highlight $start_pos $end_pos commandtypefromthefuture-$res
already_added=1
;;
esac

Carregando…
Cancelar
Guardar