Vim Quickui Versions Save

The missing UI extensions for Vim 9 (and NeoVim) !! :sunglasses:

1.4.6

1 week ago
  • suppress annoying messages in the cmd line when closing context menu.
  • minor improvements

1.4.5

1 month ago
  • 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.

1.4.4

7 months ago
  • 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.

1.4.3

2 years ago
  • fixed compatibility issues in nvim 0.5.0 dev.

1.4.2

2 years ago
  • new default color scheme for ansi terminals (8 colors).

1.4.1

2 years ago
  • 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.

1.4.0

2 years ago

New input box to input a string:

Could be used as a drop-in replacement of input() function.

See: Input box help.

1.3.2

3 years ago

fixed: minor issues

1.3.0

3 years ago
  • color scheme refactor, fix #35
  • new: quickui#tools#python_help() api.
  • new: quickui#menu#clear(section) api.
  • new: ignore_case option.
  • fix: function name conflict issue
  • fix: unknow option line.
  • fix: #23.

1.2.4

4 years ago
  • new: listbox/textbox/preview add a new option: bordercolor