Releases: skywind3000/vim-quickui
Releases · skywind3000/vim-quickui
20240322 - v1.4.6
- suppress annoying messages in the cmd line when closing context menu.
- minor improvements
20240224 - v1.4.5
- Fix issues with listbox plugin and add new function for clever input list.
- Adjusted listbox width calculation to consider title length.
- Added minsize calculation for title in listbox creation.
- Fixed default index value in clever_context and clever_listbox functions.
- Added new function quickui#tools#clever_inputlist for handling input lists in a clever way.
20230818 - v1.4.4
- 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.
20210131 - v1.4.3
- fixed compatibility issues in nvim 0.5.0 dev.
20211208 - v1.4.2
- new default color scheme for ansi terminals (8 colors).
20211206 - v1.4.1
- fixed: (neovim) preview window can't scroll in neovim.
- new: preview window can accept new option col and line to specify position.
- preview: set scrolloff to 0 by default.
20211130 - v1.4.0
New input box to input a string:
Could be used as a drop-in replacement of input()
function.
See: Input box help.
20210201 - v1.3.2
fixed: minor issues
20210105 - v1.3.0
20200214 - v1.2.4
- new: listbox/textbox/preview add a new option:
bordercolor