Skip to content

Release v0.24

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 08:03

[0.24] 2021-03-13

Added

  • Add user autocmd ClapOnInitialize, can be used to ignore some buffers when opening clap. #653
  • Add g:clap_provider_colors_ignore_default to ignore the default colors in VIMRUNTIME. #632
  • Support neovim floating_win based action menu. #655

Improved

  • Truncate the lines of grep provider. #650
  • Support unordered substring query. #652
  • Add hi default link ClapIndicator ClapInput for the default theme.

Fixed

  • Cannot open files with pipe in file path. #643
  • Fix the grep preview when g:clap_enable_icon is enabled and g:clap_provider_grep_enable_icon is disabled. #648
  • Reset the old selections when the input changes. #646
  • Make customize the icon easier. #392

Changed

  • Remove some colors close the white color in the default value of g:clap_fuzzy_match_hl_groups.