- ba11e78 patch 9.1.1512: completion: can only complete from keyword characters by Girish Palya · 9 weeks ago
- fa16c7a patch 9.1.1498: completion: 'complete' funcs behave different to 'omnifunc' by Girish Palya · 10 weeks ago
- cd68f21 patch 9.1.1475: completion: regression when "nearest" in 'completeopt' by Girish Palya · 3 months ago
- 5fbe72e patch 9.1.1471: completion: inconsistent ordering with CTRL-P by Girish Palya · 3 months ago
- ecf8f15 patch 9.1.1452: completion: redundant check for completion flags by glepnir · 3 months ago
- 91782b4 patch 9.1.1447: completion: crash when backspacing with fuzzy completion by zeertzjq · 3 months ago
- de1c7ac patch 9.1.1444: Unused assignment in set_fuzzy_score() by zeertzjq · 3 months ago
- b8ee1cf patch 9.1.1441: completion: code can be improved by Girish Palya · 3 months ago
- 8cd42a5 patch 9.1.1435: completion: various flaws in fuzzy completion by Girish Palya · 3 months ago
- 86d46a7 patch 9.1.1428: completion: register completion needs cleanup by glepnir · 3 months ago
- d5fdfa5 patch 9.1.1426: completion: register contents not completed by glepnir · 3 months ago
- 6c40df0 patch 9.1.1424: PMenu selection broken with multi-line selection and limits by Girish Palya · 3 months ago
- 98c29db patch 9.1.1422: scheduling of complete function can be improved by Girish Palya · 3 months ago
- 19ef6b0 patch 9.1.1416: completion limits not respected for fuzzy completions by Girish Palya · 3 months ago
- 7c62105 patch 9.1.1410: out-of-bounds access with 'completefunc' by Girish Palya · 3 months ago
- 14f6da5 patch 9.1.1409: using f-flag in 'complete' conflicts with Neovim by Girish Palya · 3 months ago
- 0546068 patch 9.1.1408: not easily possible to complete from register content by glepnir · 3 months ago
- 08db2f4 patch 9.1.1389: completion: still some issue when 'isexpand' contains a space by glepnir · 4 months ago
- 8d0e42b patch 9.1.1383: completion: 'isexpand' option does not handle space char correct by glepnir · 4 months ago
- 5a18ccf patch 9.1.1381: completion: cannot return to original text by glepnir · 4 months ago
- dc31405 patch 9.1.1374: completion: 'smartcase' not respected when filtering matches by Girish Palya · 4 months ago
- c3fbaa0 patch 9.1.1373: 'completeopt' checking logic can be simplified by glepnir · 4 months ago
- a4a00a7 patch 9.1.1372: style: braces issues in various files by Hirohito Higashi · 4 months ago
- 19e1dd6 patch 9.1.1371: style: indentation and brace issues in insexpand.c by glepnir · 4 months ago
- 355db99 patch 9.1.1352: style: inconsistent indent in insexpand.c by Hirohito Higashi · 4 months ago
- 3accf04 patch 9.1.1344: double free in f_complete_match() (after v9.1.1341) by Christian Brabandt · 4 months ago
- bcd5995 patch 9.1.1341: cannot define completion triggers by glepnir · 4 months ago
- 1343681 patch 9.1.1337: Undo corrupted with 'completeopt' "preinsert" when switching buffer by zeertzjq · 5 months ago
- cfe502c patch 9.1.1315: completion: issue with fuzzy completion and 'completefuzzycollect' by glepnir · 5 months ago
- b53d4fb patch 9.1.1313: compile warning about uninitialized value by Christian Brabandt · 5 months ago
- 0ac1eb3 patch 9.1.1311: completion: not possible to limit number of matches by Girish Palya · 5 months ago
- 1c2b258 patch 9.1.1310: completion: redundant check for preinsert effect by glepnir · 5 months ago
- b156588 patch 9.1.1308: completion: cannot order matches by distance to cursor by Girish Palya · 5 months ago
- cf7f012 patch 9.1.1305: completion menu active after switching windows/tabs by glepnir · 5 months ago
- d2079cf patch 9.1.1302: Coverity warns about using uninitialized value by Christian Brabandt · 5 months ago
- cbe5319 patch 9.1.1301: completion: cannot configure completion functions with 'complete' by Girish Palya · 5 months ago
- 3e50a28 patch 9.1.1272: completion: in keyword completion Ctrl_P cannot go back after Ctrl_N by glepnir · 5 months ago
- e4e4d1c patch 9.1.1269: completion: compl_shown_match is updated when starting keyword completion by glepnir · 5 months ago
- 7b6add0 patch 9.1.1266: MS-Windows: type conversion warnings by Yegappan Lakshmanan · 5 months ago
- 84a7503 patch 9.1.1205: completion: preinserted text not removed when closing pum by glepnir · 6 months ago
- 5876016 patch 9.1.1201: 'completefuzzycollect' does not handle dictionary correctly by glepnir · 6 months ago
- 53b1457 patch 9.1.1197: process_next_cpt_value() uses wrong condition by glepnir · 6 months ago
- dd42b05 patch 9.1.1185: endless loop with completefuzzycollect and no match found by glepnir · 6 months ago
- 4422de6 patch 9.1.1181: Unnecessary STRLEN() calls in insexpand.c by zeertzjq · 6 months ago
- f31cfa2 patch 9.1.1178: not possible to generate completion candidates using fuzzy matching by glepnir · 6 months ago
- 94a045e patch 9.1.1161: preinsert requires bot "menu" and "menuone" to be set by glepnir · 6 months ago
- a2c5559 patch 9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items by glepnir · 6 months ago
- 5090a1f patch 9.1.1145: multi-line completion has wrong indentation for last line by glepnir · 6 months ago
- f4b3641 patch 9.1.1137: ins_str() is inefficient by calling STRLEN() by John Marriott · 7 months ago
- 060e655 patch 9.1.1132: Mark positions wrong after triggering multiline completion by zeertzjq · 7 months ago
- 4418041 patch 9.1.1126: patch 9.1.1121 used a wrong way to handle enter by glepnir · 7 months ago
- 3af0a8d patch 9.1.1125: cannot loop through pum menu with multiline items by glepnir · 7 months ago
- 07f0dbe patch 9.1.1121: Enter does not insert newline with "noselect" by glepnir · 7 months ago
- c0b7ca4 patch 9.1.1107: cannot loop through completion menu with fuzzy by glepnir · 7 months ago
- 40891ba patch 9.1.1101: insexpand.c hard to read by glepnir · 7 months ago
- e3647c8 patch 9.1.1098: leaking memory with completing multi lines by glepnir · 7 months ago
- 76bdb82 patch 9.1.1086: completion doesn't work with multi lines by glepnir · 7 months ago
- 001c26c patch 9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> by glepnir · 7 months ago
- bfb4eea patch 9.1.1059: completion: input text deleted with preinsert when adding leader by glepnir · 7 months ago
- 8297e2c patch 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim by zeertzjq · 7 months ago
- edd4ac3 patch 9.1.1056: Vim doesn't highlight to be inserted text when completing by glepnir · 7 months ago
- d65aa1b patch 9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt' by zeertzjq · 7 months ago
- f400a0c patch 9.1.1049: insert-completed items are always sorted by glepnir · 8 months ago
- 037b028 patch 9.1.1020: no way to get current selected item in a async context by glepnir · 8 months ago
- 9fddb8a patch 9.1.1005: completion text is highlighted even with no pattern found by glepnir · 8 months ago
- e890887 patch 9.1.0996: ComplMatchIns may highlight wrong text by glepnir · 8 months ago
- d4088ed patch 9.1.0983: not able to get the displayed items in complete_info() by glepnir · 8 months ago
- 8d0bb6d patch 9.1.0956: completion may crash, completion highlight wrong with preview window by glepnir · 9 months ago
- f25d8f9 patch 9.1.0945: ComplMatchIns highlight doesn't end after inserted text by zeertzjq · 9 months ago
- d32bf0a patch 9.1.0942: a few typos were found by zeertzjq · 9 months ago
- 6a38aff patch 9.1.0936: cannot highlight completed text by glepnir · 9 months ago
- 6e19993 patch 9.1.0927: style issues in insexpand.c by glepnir · 9 months ago
- 1c5a120 patch 9.1.0905: Missing information in CompleteDone event by glepnir · 9 months ago
- a49c077 patch 9.1.0896: completion list wrong after v9.1.0891 by glepnir · 9 months ago
- 80b6620 patch 9.1.0891: building the completion list array is inefficient by glepnir · 9 months ago
- 5e6ea92 patch 9.1.0882: too many strlen() calls in insexpand.c by John Marriott · 10 months ago
- 5c66e23 patch 9.1.0867: ins_compl_add() has too many args by glepnir · 10 months ago
- 6eda269 patch 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu' by zeertzjq · 10 months ago
- 7baa014 patch 9.1.0772: some missing changes from v9.1.0771 by glepnir · 11 months ago
- 0fe17f8 patch 9.1.0771: completion attribute hl_group is confusing by glepnir · 11 months ago
- 6a89c94 patch 9.1.0754: fixed order of items in insert-mode completion menu by glepnir · 11 months ago
- 7cfe693 patch 9.1.0733: keyword completion does not work with fuzzy by glepnir · 12 months ago
- 58d7052 patch 9.1.0705: Sorting of fuzzy filename completion is not stable by zeertzjq · 1 year ago
- 38f99a1 patch 9.1.0690: cannot set special highlight kind in popupmenu by glepnir · 1 year ago
- 753794b patch 9.1.0684: completion is inserted on Enter with "noselect" by glepnir · 1 year, 1 month ago
- b9de1a0 patch 9.1.0654: completion does not respect completeslash with fuzzy by glepnir · 1 year, 1 month ago
- 13032a4 patch 9.1.0634: Ctrl-P not working by default by Christian Brabandt · 1 year, 1 month ago
- 073cb02 patch 9.1.0632: MS-Windows: Compiler Warnings by Ken Takata · 1 year, 1 month ago
- 6b6280c patch 9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion by glepnir · 1 year, 1 month ago
- 4100852 patch 9.1.0629: Rename of pum hl_group is incomplete by zeertzjq · 1 year, 1 month ago
- 508e785 patch 9.1.0618: cannot mark deprecated attributes in completion menu by glepnir · 1 year, 1 month ago
- 220474d patch 9.1.0608: Coverity warns about a few potential issues by Christian Brabandt · 1 year, 2 months ago
- 0be03e1 patch 9.1.0605: internal error with fuzzy completion by glepnir · 1 year, 2 months ago
- 8159fb1 patch 9.1.0598: fuzzy completion does not work with default completion by glepnir · 1 year, 2 months ago
- 600a12d patch 9.1.0549: fuzzycollect regex based completion not working as expected by glepnir · 1 year, 2 months ago
- 65407ce patch 9.1.0534: completion wrong with fuzzy when cycling back to original by glepnir · 1 year, 2 months ago
- 7002c05 patch 9.1.0512: Mode message for spell completion doesn't match allowed keys by zeertzjq · 1 year, 3 months ago
- 43eef88 patch 9.1.0503: cannot use fuzzy keyword completion by glepnir · 1 year, 3 months ago
- f189138 patch 9.1.0496: matched text is highlighted case-sensitively by glepnir · 1 year, 3 months ago
- 105f741 patch 9.1.0490: minor style problems with patch 9.1.0487 by glepnir · 1 year, 3 months ago