Skip to content

20230818 - v1.4.4

Latest
Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 18 Aug 09:37
· 11 commits to master since this release
  • Support context menu entry filetype blacklist.
  • Use vim9script to optimize slow routines if possible.
  • Introduce g:quickui_buffer_list_cli to set the CLI and flags that used for buffer list.
  • Introduce quickui_ctags_opts.
  • New quickui#context#open_nested api.
  • Bind CursorMoved event only to the current buffer.
  • Remove unnecessary files.
  • Take care of latest nvim compatibilities, like cursorlineopt in floatwin and buffer creation.
  • Fixed: menu may crash in some corner cases
  • Fixed: string_strip potential issues.