Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

7 строки
212 B

7 лет назад
  1. describe 'a displayed suggestion' do
  2. it 'is shown in the default style'
  3. describe 'when ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE is set to a zle_highlight string' do
  4. it 'is shown in the specified style'
  5. end
  6. end