aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmenu.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.1011: popupmenu internal error with some abbr in completion ite...zeertzjq2025-01-13
* fix(popup): wrong extmark data sync when lines changed in popup preview #30246glepnir2025-01-05
* vim-patch:9.1.0956: completion may crash, completion highlight wrong with pre...glepnir2024-12-24
* vim-patch:9.1.0954: popupmenu.c can be improvedglepnir2024-12-24
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* vim-patch:9.1.092: vim-patch:9.1.0923: wrong MIN macro in popupmenu.czeertzjq2024-12-13
* vim-patch:9.1.0921: popupmenu logic is a bit convolutedzeertzjq2024-12-13
* fix(float): close preview float window when no selected #29745glepnir2024-12-11
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* docs: misc (#31138)dundargoc2024-11-21
* vim-patch:9.1.0830: using wrong highlight group for spaces for popupmenu (#31...zeertzjq2024-11-03
* fix(pum): don't select item when clicking to the left/right (#30967)zeertzjq2024-10-28
* feat(ui): cascading style inheritance for Pmenu* highlights #29980Riley Bruins2024-10-10
* vim-patch:9.1.0772: some missing changes from v9.1.0771zeertzjq2024-10-10
* vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq2024-10-10
* vim-patch:9.1.0756: missing change from patch v9.1.0754 (#30636)glepnir2024-10-03
* vim-patch:9.1.0754: fixed order of items in insert-mode completion menu (#30619)glepnir2024-10-03
* vim-patch:9.1.0690: cannot set special highlight kind in popupmenu (#30128)zeertzjq2024-08-24
* vim-patch:9.1.0629: Rename of pum hl_group is incompletezeertzjq2024-07-27
* vim-patch:9.1.0619: tests: test_popup failsglepnir2024-07-27
* vim-patch:9.1.0618: cannot mark deprecated attributes in completion menuglepnir2024-07-27
* vim-patch:9.1.0525: Right release selects immediately when pum is truncated. ...zeertzjq2024-07-05
* vim-patch:9.1.0496: matched text is highlighted case-sensitivelyzeertzjq2024-06-18
* vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq2024-06-18
* vim-patch:9.1.0494: Wrong matched text highlighted in pum with 'rightleft' (#...zeertzjq2024-06-17
* vim-patch:9.1.0491: Cmdline pum doesn't work properly with 'rightleft' (#29355)zeertzjq2024-06-15
* vim-patch:9.1.0488: Wrong padding for pum "kind" with 'rightleft' (#29352)zeertzjq2024-06-15
* vim-patch:9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"zeertzjq2024-06-15
* vim-patch:9.1.0480: fuzzy string matching executed when not neededzeertzjq2024-06-15
* vim-patch:9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operationszeertzjq2024-06-15
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq2024-06-06
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor: add win_T argument to setcursor_mayforce()Luuk van Baal2024-05-02
* fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes2024-04-30
* fix(completion): improve popup window position (#26739)Raphael2024-04-25
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* Merge pull request #27398 from bfredl/arena2bfredl2024-02-10
|\
| * refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* | refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
|/
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(pum): handle right-click menu repositioning with multigrid (#26975)zeertzjq2024-01-10
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: follow style guidedundargoc2023-12-30
* docs: small fixes (#26651)dundargoc2023-12-28
* refactor: run IWYU on entire repodundargoc2023-12-21