- 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.