1. d5fdfa5 patch 9.1.1426: completion: register contents not completed by glepnir · 10 months ago
  2. 6c40df0 patch 9.1.1424: PMenu selection broken with multi-line selection and limits by Girish Palya · 10 months ago
  3. 49864ae patch 9.1.1417: missing info about register completion in complete_info() by glepnir · 10 months ago
  4. 19ef6b0 patch 9.1.1416: completion limits not respected for fuzzy completions by Girish Palya · 10 months ago
  5. 7c62105 patch 9.1.1410: out-of-bounds access with 'completefunc' by Girish Palya · 10 months ago
  6. 14f6da5 patch 9.1.1409: using f-flag in 'complete' conflicts with Neovim by Girish Palya · 10 months ago
  7. 0546068 patch 9.1.1408: not easily possible to complete from register content by glepnir · 10 months ago
  8. 08db2f4 patch 9.1.1389: completion: still some issue when 'isexpand' contains a space by glepnir · 11 months ago
  9. 8d0e42b patch 9.1.1383: completion: 'isexpand' option does not handle space char correct by glepnir · 11 months ago
  10. 5a18ccf patch 9.1.1381: completion: cannot return to original text by glepnir · 11 months ago
  11. dc31405 patch 9.1.1374: completion: 'smartcase' not respected when filtering matches by Girish Palya · 11 months ago
  12. bcd5995 patch 9.1.1341: cannot define completion triggers by glepnir · 12 months ago
  13. 1343681 patch 9.1.1337: Undo corrupted with 'completeopt' "preinsert" when switching buffer by zeertzjq · 12 months ago
  14. 9880097 patch 9.1.1319: Various typos in the code, issue with test_inst_complete.vim by zeertzjq · 12 months ago
  15. cfe502c patch 9.1.1315: completion: issue with fuzzy completion and 'completefuzzycollect' by glepnir · 12 months ago
  16. 0ac1eb3 patch 9.1.1311: completion: not possible to limit number of matches by Girish Palya · 12 months ago
  17. b156588 patch 9.1.1308: completion: cannot order matches by distance to cursor by Girish Palya · 12 months ago
  18. cbe5319 patch 9.1.1301: completion: cannot configure completion functions with 'complete' by Girish Palya · 12 months ago
  19. 3e50a28 patch 9.1.1272: completion: in keyword completion Ctrl_P cannot go back after Ctrl_N by glepnir · 1 year ago
  20. e4e4d1c patch 9.1.1269: completion: compl_shown_match is updated when starting keyword completion by glepnir · 1 year ago
  21. 71f17fd patch 9.1.1265: tests: no tests for typing normal char during completion by Christian Brabandt · 1 year ago
  22. 5753084 patch 9.1.1228: completion: current position column wrong after got a match by glepnir · 1 year, 1 month ago
  23. 84a7503 patch 9.1.1205: completion: preinserted text not removed when closing pum by glepnir · 1 year, 1 month ago
  24. 5876016 patch 9.1.1201: 'completefuzzycollect' does not handle dictionary correctly by glepnir · 1 year, 1 month ago
  25. 53b1457 patch 9.1.1197: process_next_cpt_value() uses wrong condition by glepnir · 1 year, 1 month ago
  26. dd42b05 patch 9.1.1185: endless loop with completefuzzycollect and no match found by glepnir · 1 year, 1 month ago
  27. f31cfa2 patch 9.1.1178: not possible to generate completion candidates using fuzzy matching by glepnir · 1 year, 1 month ago
  28. f7087cb patch 9.1.1174: tests: Test_complete_cmdline() may fail by Jim Zhou · 1 year, 1 month ago
  29. 94a045e patch 9.1.1161: preinsert requires bot "menu" and "menuone" to be set by glepnir · 1 year, 1 month ago
  30. a2c5559 patch 9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items by glepnir · 1 year, 1 month ago
  31. 12b1eb5 patch 9.1.1147: preview-window does not scroll correctly by Girish Palya · 1 year, 1 month ago
  32. 060e655 patch 9.1.1132: Mark positions wrong after triggering multiline completion by zeertzjq · 1 year, 1 month ago
  33. 52fd867 patch 9.1.1127: preinsert text is not cleaned up correctly by glepnir · 1 year, 1 month ago
  34. 3af0a8d patch 9.1.1125: cannot loop through pum menu with multiline items by glepnir · 1 year, 1 month ago
  35. 07f0dbe patch 9.1.1121: Enter does not insert newline with "noselect" by glepnir · 1 year, 2 months ago
  36. c0b7ca4 patch 9.1.1107: cannot loop through completion menu with fuzzy by glepnir · 1 year, 2 months ago
  37. 001c26c patch 9.1.1069: preinsert text completions not deleted with <C-W>/<C-U> by glepnir · 1 year, 2 months ago
  38. bfb4eea patch 9.1.1059: completion: input text deleted with preinsert when adding leader by glepnir · 1 year, 2 months ago
  39. 8297e2c patch 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim by zeertzjq · 1 year, 2 months ago
  40. edd4ac3 patch 9.1.1056: Vim doesn't highlight to be inserted text when completing by glepnir · 1 year, 2 months ago
  41. d65aa1b patch 9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt' by zeertzjq · 1 year, 2 months ago
  42. f400a0c patch 9.1.1049: insert-completed items are always sorted by glepnir · 1 year, 2 months ago
  43. 037b028 patch 9.1.1020: no way to get current selected item in a async context by glepnir · 1 year, 3 months ago
  44. d4088ed patch 9.1.0983: not able to get the displayed items in complete_info() by glepnir · 1 year, 3 months ago
  45. 1c5a120 patch 9.1.0905: Missing information in CompleteDone event by glepnir · 1 year, 4 months ago
  46. 959ef61 patch 9.1.0899: default for 'backspace' can be set in C code by Luca Saccarola · 1 year, 4 months ago
  47. 6eda269 patch 9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu' by zeertzjq · 1 year, 5 months ago
  48. 46dcd84 patch 9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal by zeertzjq · 1 year, 5 months ago
  49. 7cfe693 patch 9.1.0733: keyword completion does not work with fuzzy by glepnir · 1 year, 7 months ago
  50. 753794b patch 9.1.0684: completion is inserted on Enter with "noselect" by glepnir · 1 year, 8 months ago
  51. b9de1a0 patch 9.1.0654: completion does not respect completeslash with fuzzy by glepnir · 1 year, 8 months ago
  52. 13032a4 patch 9.1.0634: Ctrl-P not working by default by Christian Brabandt · 1 year, 8 months ago
  53. 0be03e1 patch 9.1.0605: internal error with fuzzy completion by glepnir · 1 year, 9 months ago
  54. 8159fb1 patch 9.1.0598: fuzzy completion does not work with default completion by glepnir · 1 year, 9 months ago
  55. 600a12d patch 9.1.0549: fuzzycollect regex based completion not working as expected by glepnir · 1 year, 9 months ago
  56. 43eef88 patch 9.1.0503: cannot use fuzzy keyword completion by glepnir · 1 year, 10 months ago
  57. acc8746 patch 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix by zeertzjq · 1 year, 10 months ago
  58. aced8c2 patch 9.1.0489: default completion may break with fuzzy by glepnir · 1 year, 10 months ago
  59. f94c9c4 patch 9.1.0487: completed item not update on fuzzy completion by glepnir · 1 year, 10 months ago
  60. 8e56747 patch 9.1.0484: Sorting of completeopt+=fuzzy is not stable by zeertzjq · 1 year, 10 months ago
  61. 529b9ad patch 9.1.0469: Cannot have buffer-local value for 'completeopt' by zeertzjq · 1 year, 10 months ago
  62. 551d8c3 patch 9.1.0467: typos in some comments by zeertzjq · 1 year, 10 months ago
  63. a218cc6 patch 9.1.0463: no fuzzy-matching support for insert-completion by glepnir · 1 year, 10 months ago
  64. 53387c5 patch 9.1.0447: completion may be wrong when deleting all chars by glepnir · 1 year, 10 months ago
  65. 0a419e0 patch 9.1.0254: [security]: Heap buffer overflow when calling complete_add() in 'cfu' by zeertzjq · 2 years ago
  66. c029c13 patch 9.1.0220: Few typos in source and test files by zeertzjq · 2 years ago
  67. 8950bf7 patch 9.1.0190: complete_info() returns wrong order of items by Girish Palya · 2 years, 1 month ago
  68. fef6630 patch 9.1.0065: Segfault with CompleteChanged autocommand by Christian Brabandt · 2 years, 2 months ago
  69. 57f9ce1 patch 9.0.2090: complete_info() skips entries with 'noselect' by Christian Brabandt · 2 years, 5 months ago
  70. 87ca5e8 patch 9.0.2077: CI fails because of trailing whitespace in test by Christian Brabandt · 2 years, 5 months ago
  71. daef8c7 patch 9.0.2074: Completion menu may be wrong by Christian Brabandt · 2 years, 5 months ago
  72. 2e3cd52 patch 9.0.2039: completion shows current word after completion restart by nwounkn · 2 years, 6 months ago
  73. 69fb5af patch 9.0.2018: complete_info() returns wrong index by LemonBoy · 2 years, 6 months ago
  74. 6ac2e43 patch 9.0.1432: completion popup in wrong position with virtual text "above" by Bram Moolenaar · 3 years ago
  75. 440d4cb patch 9.0.1371: ballooneval interferes with Insert completion by zeertzjq · 3 years, 1 month ago
  76. 94722c5 patch 9.0.1257: code style is not check in test scripts by Bram Moolenaar · 3 years, 2 months ago
  77. 4cd45f1 patch 9.0.1062: some test function names do not match what they are doing by zeertzjq · 3 years, 4 months ago
  78. 7dd5a78 patch 9.0.0625: too many delete() calls in tests by Bram Moolenaar · 3 years, 6 months ago
  79. 0ff0183 patch 9.0.0579: using freed memory when 'tagfunc' wipes out buffer by Bram Moolenaar · 3 years, 6 months ago
  80. 75f4baf patch 9.0.0572: insert complete tests leave a mapping behind by zeertzjq · 3 years, 6 months ago
  81. 87af60c patch 9.0.0567: 'completeopt' "longest" is not used for complete() by bfredl · 3 years, 6 months ago
  82. b18b496 patch 9.0.0363: common names in test files causes tests to be flaky by Bram Moolenaar · 3 years, 7 months ago
  83. d83392a patch 9.0.0345: error message for list argument could be clearer by Bram Moolenaar · 3 years, 7 months ago
  84. 816736b patch 9.0.0325: MS-Windows: completion test fails by Bram Moolenaar · 3 years, 7 months ago
  85. 3b0d70f patch 9.0.0323: using common name in tests leads to flaky tests by Bram Moolenaar · 3 years, 7 months ago
  86. 7502094 patch 9.0.0118: no test for what patch 9.0.0155 fixes by zeertzjq · 3 years, 8 months ago
  87. a6f9e30 patch 9.0.0102: reading past end of line with insert mode completion by Bram Moolenaar · 3 years, 8 months ago
  88. 61021aa patch 9.0.0092: plugins cannot change v:completed_item by Shougo Matsushita · 3 years, 8 months ago
  89. b9e7173 patch 9.0.0060: accessing uninitialized memory when completing long line by Bram Moolenaar · 3 years, 9 months ago
  90. baefde1 patch 9.0.0046: reading past end of completion with duplicate match by Bram Moolenaar · 3 years, 9 months ago
  91. caea664 patch 9.0.0045: reading past end of completion with a long line by Bram Moolenaar · 3 years, 9 months ago
  92. 2d29501 patch 9.0.0027: the command line test is getting quite big by Bram Moolenaar · 3 years, 9 months ago
  93. f12129f patch 9.0.0020: with some completion reading past end of string by Bram Moolenaar · 3 years, 9 months ago
  94. cfe4565 patch 8.2.5029: "textlock" is always zero by zeertzjq · 3 years, 10 months ago
  95. 9bcb9ca patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completion by LemonBoy · 3 years, 11 months ago
  96. cd5dbad patch 8.2.4865: :startinsert right after :stopinsert may not work by zeertzjq · 4 years ago
  97. ac72c21 patch 8.2.4710: smart indenting does not work after completion by Christian Brabandt · 4 years ago
  98. d979d64 patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X by Bram Moolenaar · 4 years, 1 month ago
  99. 35d8c20 patch 8.2.4497: wrong color for half of wide character next to pum scrollbar by Bram Moolenaar · 4 years, 1 month ago
  100. 1fca5f3 patch 8.2.4416: Vim9: using a script-local function requires using "s:" by Bram Moolenaar · 4 years, 2 months ago