1. 84a7503 patch 9.1.1205: completion: preinserted text not removed when closing pum by glepnir · 5 months ago
  2. 5876016 patch 9.1.1201: 'completefuzzycollect' does not handle dictionary correctly by glepnir · 5 months ago
  3. 53b1457 patch 9.1.1197: process_next_cpt_value() uses wrong condition by glepnir · 5 months ago
  4. dd42b05 patch 9.1.1185: endless loop with completefuzzycollect and no match found by glepnir · 5 months ago
  5. f31cfa2 patch 9.1.1178: not possible to generate completion candidates using fuzzy matching by glepnir · 5 months ago
  6. f7087cb patch 9.1.1174: tests: Test_complete_cmdline() may fail by Jim Zhou · 5 months ago
  7. 94a045e patch 9.1.1161: preinsert requires bot "menu" and "menuone" to be set by glepnir · 5 months ago
  8. a2c5559 patch 9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items by glepnir · 5 months ago
  9. 12b1eb5 patch 9.1.1147: preview-window does not scroll correctly by Girish Palya · 5 months ago
  10. 060e655 patch 9.1.1132: Mark positions wrong after triggering multiline completion by zeertzjq · 6 months ago
  11. 52fd867 patch 9.1.1127: preinsert text is not cleaned up correctly by glepnir · 6 months ago
  12. 3af0a8d patch 9.1.1125: cannot loop through pum menu with multiline items by glepnir · 6 months ago
  13. 07f0dbe patch 9.1.1121: Enter does not insert newline with "noselect" by glepnir · 6 months ago
  14. c0b7ca4 patch 9.1.1107: cannot loop through completion menu with fuzzy by glepnir · 6 months ago
  15. 001c26c patch 9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> by glepnir · 6 months ago
  16. bfb4eea patch 9.1.1059: completion: input text deleted with preinsert when adding leader by glepnir · 6 months ago
  17. 8297e2c patch 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim by zeertzjq · 6 months ago
  18. edd4ac3 patch 9.1.1056: Vim doesn't highlight to be inserted text when completing by glepnir · 6 months ago
  19. d65aa1b patch 9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt' by zeertzjq · 6 months ago
  20. f400a0c patch 9.1.1049: insert-completed items are always sorted by glepnir · 7 months ago
  21. 037b028 patch 9.1.1020: no way to get current selected item in a async context by glepnir · 7 months ago
  22. d4088ed patch 9.1.0983: not able to get the displayed items in complete_info() by glepnir · 7 months ago
  23. 1c5a120 patch 9.1.0905: Missing information in CompleteDone event by glepnir · 8 months ago
  24. 959ef61 patch 9.1.0899: default for 'backspace' can be set in C code by Luca Saccarola · 8 months ago
  25. 6eda269 patch 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu' by zeertzjq · 9 months ago
  26. 46dcd84 patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal by zeertzjq · 9 months ago
  27. 7cfe693 patch 9.1.0733: keyword completion does not work with fuzzy by glepnir · 11 months ago
  28. 753794b patch 9.1.0684: completion is inserted on Enter with "noselect" by glepnir · 12 months ago
  29. b9de1a0 patch 9.1.0654: completion does not respect completeslash with fuzzy by glepnir · 1 year ago
  30. 13032a4 patch 9.1.0634: Ctrl-P not working by default by Christian Brabandt · 1 year ago
  31. 0be03e1 patch 9.1.0605: internal error with fuzzy completion by glepnir · 1 year, 1 month ago
  32. 8159fb1 patch 9.1.0598: fuzzy completion does not work with default completion by glepnir · 1 year, 1 month ago
  33. 600a12d patch 9.1.0549: fuzzycollect regex based completion not working as expected by glepnir · 1 year, 1 month ago
  34. 43eef88 patch 9.1.0503: cannot use fuzzy keyword completion by glepnir · 1 year, 2 months ago
  35. acc8746 patch 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix by zeertzjq · 1 year, 2 months ago
  36. aced8c2 patch 9.1.0489: default completion may break with fuzzy by glepnir · 1 year, 2 months ago
  37. f94c9c4 patch 9.1.0487: completed item not update on fuzzy completion by glepnir · 1 year, 2 months ago
  38. 8e56747 patch 9.1.0484: Sorting of completeopt+=fuzzy is not stable by zeertzjq · 1 year, 2 months ago
  39. 529b9ad patch 9.1.0469: Cannot have buffer-local value for 'completeopt' by zeertzjq · 1 year, 2 months ago
  40. 551d8c3 patch 9.1.0467: typos in some comments by zeertzjq · 1 year, 2 months ago
  41. a218cc6 patch 9.1.0463: no fuzzy-matching support for insert-completion by glepnir · 1 year, 2 months ago
  42. 53387c5 patch 9.1.0447: completion may be wrong when deleting all chars by glepnir · 1 year, 2 months ago
  43. 0a419e0 patch 9.1.0254: [security]: Heap buffer overflow when calling complete_add() in 'cfu' by zeertzjq · 1 year, 4 months ago
  44. c029c13 patch 9.1.0220: Few typos in source and test files by zeertzjq · 1 year, 4 months ago
  45. 8950bf7 patch 9.1.0190: complete_info() returns wrong order of items by Girish Palya · 1 year, 5 months ago
  46. fef6630 patch 9.1.0065: Segfault with CompleteChanged autocommand by Christian Brabandt · 1 year, 6 months ago
  47. 57f9ce1 patch 9.0.2090: complete_info() skips entries with 'noselect' by Christian Brabandt · 1 year, 9 months ago
  48. 87ca5e8 patch 9.0.2077: CI fails because of trailing whitespace in test by Christian Brabandt · 1 year, 10 months ago
  49. daef8c7 patch 9.0.2074: Completion menu may be wrong by Christian Brabandt · 1 year, 10 months ago
  50. 2e3cd52 patch 9.0.2039: completion shows current word after completion restart by nwounkn · 1 year, 10 months ago
  51. 69fb5af patch 9.0.2018: complete_info() returns wrong index by LemonBoy · 1 year, 10 months ago
  52. 6ac2e43 patch 9.0.1432: completion popup in wrong position with virtual text "above" by Bram Moolenaar · 2 years, 4 months ago
  53. 440d4cb patch 9.0.1371: ballooneval interferes with Insert completion by zeertzjq · 2 years, 5 months ago
  54. 94722c5 patch 9.0.1257: code style is not check in test scripts by Bram Moolenaar · 2 years, 6 months ago
  55. 4cd45f1 patch 9.0.1062: some test function names do not match what they are doing by zeertzjq · 2 years, 8 months ago
  56. 7dd5a78 patch 9.0.0625: too many delete() calls in tests by Bram Moolenaar · 2 years, 10 months ago
  57. 0ff0183 patch 9.0.0579: using freed memory when 'tagfunc' wipes out buffer by Bram Moolenaar · 2 years, 11 months ago
  58. 75f4baf patch 9.0.0572: insert complete tests leave a mapping behind by zeertzjq · 2 years, 11 months ago
  59. 87af60c patch 9.0.0567: 'completeopt' "longest" is not used for complete() by bfredl · 2 years, 11 months ago
  60. b18b496 patch 9.0.0363: common names in test files causes tests to be flaky by Bram Moolenaar · 3 years ago
  61. d83392a patch 9.0.0345: error message for list argument could be clearer by Bram Moolenaar · 3 years ago
  62. 816736b patch 9.0.0325: MS-Windows: completion test fails by Bram Moolenaar · 3 years ago
  63. 3b0d70f patch 9.0.0323: using common name in tests leads to flaky tests by Bram Moolenaar · 3 years ago
  64. 7502094 patch 9.0.0118: no test for what patch 9.0.0155 fixes by zeertzjq · 3 years ago
  65. a6f9e30 patch 9.0.0102: reading past end of line with insert mode completion by Bram Moolenaar · 3 years ago
  66. 61021aa patch 9.0.0092: plugins cannot change v:completed_item by Shougo Matsushita · 3 years ago
  67. b9e7173 patch 9.0.0060: accessing uninitialized memory when completing long line by Bram Moolenaar · 3 years, 1 month ago
  68. baefde1 patch 9.0.0046: reading past end of completion with duplicate match by Bram Moolenaar · 3 years, 1 month ago
  69. caea664 patch 9.0.0045: reading past end of completion with a long line by Bram Moolenaar · 3 years, 1 month ago
  70. 2d29501 patch 9.0.0027: the command line test is getting quite big by Bram Moolenaar · 3 years, 1 month ago
  71. f12129f patch 9.0.0020: with some completion reading past end of string by Bram Moolenaar · 3 years, 1 month ago
  72. cfe4565 patch 8.2.5029: "textlock" is always zero by zeertzjq · 3 years, 2 months ago
  73. 9bcb9ca patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completion by LemonBoy · 3 years, 2 months ago
  74. cd5dbad patch 8.2.4865: :startinsert right after :stopinsert may not work by zeertzjq · 3 years, 3 months ago
  75. ac72c21 patch 8.2.4710: smart indenting does not work after completion by Christian Brabandt · 3 years, 4 months ago
  76. d979d64 patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X by Bram Moolenaar · 3 years, 5 months ago
  77. 35d8c20 patch 8.2.4497: wrong color for half of wide character next to pum scrollbar by Bram Moolenaar · 3 years, 5 months ago
  78. 1fca5f3 patch 8.2.4416: Vim9: using a script-local function requires using "s:" by Bram Moolenaar · 3 years, 6 months ago
  79. 62b191c patch 8.2.4361: Vim9: some tests fail by Bram Moolenaar · 3 years, 6 months ago
  80. 6a05807 patch 8.2.4265: autoload tests fails by Bram Moolenaar · 3 years, 6 months ago
  81. 848fadd patch 8.2.4260: Vim9: can still use a global function without g: by Bram Moolenaar · 3 years, 6 months ago
  82. 62aec93 patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent by Bram Moolenaar · 3 years, 6 months ago
  83. 3707914 patch 8.2.4037: Insert mode completion is insufficiently tested by Yegappan Lakshmanan · 3 years, 7 months ago
  84. e982586 patch 8.2.3989: some insert completion code is not tested by Yegappan Lakshmanan · 3 years, 7 months ago
  85. 5d2e007 patch 8.2.3944: insert mode completion functions are too long by Yegappan Lakshmanan · 3 years, 7 months ago
  86. edc6f10 patch 8.2.3937: Insert mode completion function is too long by Yegappan Lakshmanan · 3 years, 7 months ago
  87. 4b28ba3 patch 8.2.3915: illegal memory access when completing with invalid bytes by Bram Moolenaar · 3 years, 7 months ago
  88. db1a410 patch 8.2.3838: cannot use script-local function for setting *func options by Yegappan Lakshmanan · 3 years, 8 months ago
  89. 04ef1fb patch 8.2.3792: setting *func options insufficiently tested by Yegappan Lakshmanan · 3 years, 8 months ago
  90. 6ae8fae patch 8.2.3788: lambda for option that is a function may be freed by Yegappan Lakshmanan · 3 years, 8 months ago
  91. 2172bff patch 8.2.3758: options that take a function insufficiently tested by Yegappan Lakshmanan · 3 years, 8 months ago
  92. 4dc24eb patch 8.2.3756: might crash when callback is not valid by Yegappan Lakshmanan · 3 years, 8 months ago
  93. 6409553 patch 8.2.3751: cannot assign a lambda to an option that takes a function by Yegappan Lakshmanan · 3 years, 8 months ago
  94. 7645da5 patch 8.2.3735: cannot use a lambda for 'imactivatefunc' by Yegappan Lakshmanan · 3 years, 8 months ago
  95. 8658c75 patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc' by Yegappan Lakshmanan · 3 years, 8 months ago
  96. 923dce2 patch 8.2.3637: typos in test files by Dominique Pelle · 3 years, 9 months ago
  97. a119812 patch 8.2.3629: command completion in cmdline window uses global commands by mityu · 3 years, 9 months ago
  98. dca29d9 patch 8.2.3389: cannot stop insert mode completion without side effects by zeertzjq · 4 years ago
  99. ff34bee patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails by Bram Moolenaar · 4 years ago
  100. 3eb6bd9 patch 8.2.2427: can still switch windows for 'completefunc' by Bram Moolenaar · 4 years, 6 months ago