aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/insexpand.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> (...glepnir2025-02-02
* vim-patch:9.1.1059: completion: input text deleted with preinsert when adding...zeertzjq2025-02-01
* vim-patch:9.1.1057: Superfluous cleanup steps in test_ins_complete.vim (#32257)zeertzjq2025-01-30
* vim-patch:9.1.1056: Vim doesn't highlight to be inserted text when completing...zeertzjq2025-01-30
* vim-patch:9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in...zeertzjq2025-01-25
* vim-patch:9.1.1049: insert-completed items are always sortedzeertzjq2025-01-25
* vim-patch:9.1.1020: no way to get current selected item in a async context (#...zeertzjq2025-01-17
* vim-patch:9.1.1005: completion text is highlighted even with no pattern found...zeertzjq2025-01-12
* vim-patch:9.1.0996: ComplMatchIns may highlight wrong text (#31931)glepnir2025-01-10
* Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* vim-patch:partial:9.1.0882: too many strlen() calls in insexpand.c (#31490)zeertzjq2025-01-09
* Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell2025-01-08
|\
| * refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* | vim-patch:9.1.0983: not able to get the displayed items in complete_i… (#31...glepnir2024-12-31
|/
* vim-patch:9.1.0956: completion may crash, completion highlight wrong with pre...glepnir2024-12-24
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(messages): no message kind for completion menu messages #31646Tomasz N2024-12-20
* vim-patch:9.1.0945: ComplMatchIns highlight doesn't end after inserted text (...zeertzjq2024-12-18
* vim-patch:9.1.0936: cannot highlight completed textzeertzjq2024-12-18
* vim-patch:9.1.0927: style issues in insexpand.c (#31581)zeertzjq2024-12-15
* fix(completion): avoid deleting text when completion leader changes #31448luukvbaal2024-12-06
* vim-patch:9.1.0905: Missing information in CompleteDone event (#31455)glepnir2024-12-05
* fix(extmark): builtin completion can still affect nearby extmarks #31387luukvbaal2024-12-02
* vim-patch:9.1.0896: completion list wrong after v9.1.0891glepnir2024-11-30
* vim-patch:9.1.0891: building the completion list array is inefficientglepnir2024-11-30
* vim-patch:9.1.0867: ins_compl_add() has too many argsglepnir2024-11-28
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* vim-patch:9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu'zeertzjq2024-11-03
* 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.0754: fixed order of items in insert-mode completion menu (#30619)glepnir2024-10-03
* vim-patch:9.1.0684: completion is inserted on Enter with "noselect" (#30111)glepnir2024-08-31
* fix(completion): fix inconsistent Enter behavior (#30196)zeertzjq2024-08-31
* 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.0618: cannot mark deprecated attributes in completion menuglepnir2024-07-27
* vim-patch:9.1.{0503,0549} (#29643)zeertzjq2024-07-10
* vim-patch:9.1.0534: completion wrong with fuzzy when cycling back to original...zeertzjq2024-07-06
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* vim-patch:9.1.0512: Mode message for spell completion doesn't match allowed k...zeertzjq2024-06-21
* fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
* vim-patch:9.1.0496: matched text is highlighted case-sensitivelyzeertzjq2024-06-18
* vim-patch:9.1.0489: default completion may break with fuzzy (#29364)zeertzjq2024-06-16
* vim-patch:9.1.0490: minor style problems with patch 9.1.0487 (#29354)zeertzjq2024-06-15
* vim-patch:9.1.0487: completed item not update on fuzzy completion (#29341)zeertzjq2024-06-15
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* vim-patch:9.1.0484: Sorting of completeopt+=fuzzy is not stable (#29338)zeertzjq2024-06-15
* refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11