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