index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
ui
/
popupmenu_spec.lua
Commit message (
Expand
)
Author
Age
*
vim-patch:8.2.0382: some tests fail when run under valgrind (#21936)
zeertzjq
2023-01-21
*
vim-patch:8.2.4655: cmdline completion popup menu positioned wrong (#21894)
zeertzjq
2023-01-19
*
Merge pull request #21731 from tk-shirasaka/fix/builtin_popup_on_ext_popupmenu
bfredl
2023-01-15
|
\
|
*
fix: properly close builtin popup in ext_popupmenu
shirasaka
2023-01-11
*
|
vim-patch:8.2.4579: cannot use page-up and page-down in the cmdline popup menu
zeertzjq
2023-01-15
*
|
vim-patch:8.2.4341: command line not redrawn when finishing popup menu (#21792)
zeertzjq
2023-01-14
|
/
*
vim-patch:9.0.1030: using freed memory with the cmdline popup menu
zeertzjq
2022-12-09
*
vim-patch:9.0.0866: no test for what patch 8.2.2207 fixes (#21034)
zeertzjq
2022-11-13
*
vim-patch:8.2.2207: illegal memory access if popup menu items are changed (#2...
zeertzjq
2022-11-12
*
feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)
zeertzjq
2022-10-17
*
feat(pum): pretend 'mousemoveevent' is set when showing right-click menu
zeertzjq
2022-09-04
*
feat(api): add "move" to nvim_input_mouse
zeertzjq
2022-09-04
*
feat(tui): support 'mousemoveevent'
zeertzjq
2022-09-04
*
fix(cmdline): do not trigger completion at wrong time (#19920)
zeertzjq
2022-08-24
*
vim-patch:8.2.4334: command line popup menu not positioned correctly
zeertzjq
2022-08-22
*
vim-patch:8.2.4328: command line complete matches cleard when typing character
zeertzjq
2022-08-22
*
vim-patch:8.2.4325: 'wildmenu' only shows few matches (#19876)
zeertzjq
2022-08-21
*
feat(defaults): mouse=nvi #19290
matveyt
2022-07-17
*
fix(pum): make right drag in anchor grid to select work in multigrid UI (#19382)
zeertzjq
2022-07-16
*
feat(ui): make right-click menu work properly with ext_multigrid
zeertzjq
2022-07-01
*
refactor(ui)!: link `VertSplit` to `Normal` by default
Famiu Haque
2022-05-15
*
docs: typo fixes (#17859)
dundargoc
2022-04-15
*
test: move completion :stopinsert test to completion_spec.lua (#17992)
zeertzjq
2022-04-04
*
fix(test): only use buffer completion in popupmenu timer test
bfredl
2022-03-02
*
fix(completion): update submode message when selecting from API (#17022)
zeertzjq
2022-01-28
*
vim-patch:8.2.1762: when a timer uses :stopinsert completion isn't stopped
zeertzjq
2022-01-15
*
feat(completion): support selecting item via API from Lua mapping
zeertzjq
2022-01-11
*
fix(pum_redraw): use grid_puts_len() to truncate the text
zeertzjq
2021-12-24
*
refactor(tests): use assert_alive() #15546
Justin M. Keyes
2021-09-01
*
Merge pull request #12698 from erw7/fix-popupmenu-with-rl
Jan Edmund Lazo
2020-11-13
|
\
|
*
ui: fix problem with the popupmenu when rightleft is set
erw7
2020-07-31
*
|
Fix popupmenu position issue
erw7
2020-10-23
|
/
*
api/ui: simplify popup menu position get/set logic; fix test
Yatao Li
2020-04-28
*
api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...
Yatao Li
2020-04-28
*
gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...
Yatao Li
2020-04-28
*
popupmenu: don't use 'rightleft' option in cmdline mode
Björn Linse
2020-03-23
*
wildmode: fix wildmode=longest,full with pum #11690
akovaski
2020-01-21
*
ui: add basic tests for pumheight,pumwidth
Jan Edmund Lazo
2019-12-29
*
vim-patch:8.1.0554: popup menu overlaps with preview window
Jan Edmund Lazo
2019-12-29
*
vim-patch:8.0.1538: popupmenu is too far left when completion is long
Jan Edmund Lazo
2019-12-29
*
vim-patch:8.0.1491: the minimum width of the popup menu is hard coded
Jan Edmund Lazo
2019-12-29
*
test: fix screen assertions
Jan Edmund Lazo
2019-10-01
*
cmdline: wildmenumode() should be true with wildoptions+=pum
Björn Linse
2019-09-28
*
ex_getln.c: fix <S-Tab> not triggering pum when wildoptions=pum (#10042)
glacambre
2019-09-08
*
Add nvim_ui_pum_set_height to api
erw7
2019-09-08
*
test/ui: update tests for new msg_grid implementation
Björn Linse
2019-09-01
*
ui: transmit "blend=" property of highlight attributes
Björn Linse
2019-08-18
*
screen: disable redrawing inside VimResized
Björn Linse
2019-07-05
*
cmdline: correct the column position of wildoptions=pum popupmenu
Björn Linse
2019-07-01
*
ui: add 'winblend' to support blending of floating windows
Björn Linse
2019-06-25
[next]