summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_ins_complete.vim
AgeCommit message (Expand)Author
2024-06-19patch 9.1.0503: cannot use fuzzy keyword completionv9.1.0503glepnir
2024-06-16patch 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fixv9.1.0493zeertzjq
2024-06-15patch 9.1.0489: default completion may break with fuzzyv9.1.0489glepnir
2024-06-14patch 9.1.0487: completed item not update on fuzzy completionv9.1.0487glepnir
2024-06-14patch 9.1.0484: Sorting of completeopt+=fuzzy is not stablev9.1.0484zeertzjq
2024-06-05patch 9.1.0469: Cannot have buffer-local value for 'completeopt'v9.1.0469zeertzjq
2024-06-05patch 9.1.0467: typos in some commentsv9.1.0467zeertzjq
2024-06-03patch 9.1.0463: no fuzzy-matching support for insert-completionv9.1.0463glepnir
2024-05-27patch 9.1.0447: completion may be wrong when deleting all charsv9.1.0447glepnir
2024-04-02patch 9.1.0254: [security]: Heap buffer overflow when calling complete_add() ...v9.1.0254zeertzjq
2024-03-28patch 9.1.0220: Few typos in source and test filesv9.1.0220zeertzjq
2024-03-20patch 9.1.0190: complete_info() returns wrong order of itemsv9.1.0190Girish Palya
2024-01-29patch 9.1.0065: Segfault with CompleteChanged autocommandv9.1.0065Christian Brabandt
2023-11-04patch 9.0.2090: complete_info() skips entries with 'noselect'v9.0.2090Christian Brabandt
2023-10-27patch 9.0.2077: CI fails because of trailing whitespace in testv9.0.2077Christian Brabandt
2023-10-27patch 9.0.2074: Completion menu may be wrongv9.0.2074Christian Brabandt
2023-10-17patch 9.0.2039: completion shows current word after completion restartv9.0.2039nwounkn
2023-10-11patch 9.0.2018: complete_info() returns wrong indexv9.0.2018LemonBoy
2023-03-31patch 9.0.1432: completion popup in wrong position with virtual text "above"v9.0.1432Bram Moolenaar
2023-03-02patch 9.0.1371: ballooneval interferes with Insert completionv9.0.1371zeertzjq
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2022-12-15patch 9.0.1062: some test function names do not match what they are doingv9.0.1062zeertzjq
2022-09-29patch 9.0.0625: too many delete() calls in testsv9.0.0625Bram Moolenaar
2022-09-24patch 9.0.0579: using freed memory when 'tagfunc' wipes out bufferv9.0.0579Bram Moolenaar
2022-09-24patch 9.0.0572: insert complete tests leave a mapping behindv9.0.0572zeertzjq
2022-09-24patch 9.0.0567: 'completeopt' "longest" is not used for complete()v9.0.0567bfredl
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-09-01patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar
2022-08-29patch 9.0.0325: MS-Windows: completion test failsv9.0.0325Bram Moolenaar
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
2022-07-31patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118zeertzjq
2022-07-28patch 9.0.0102: reading past end of line with insert mode completionv9.0.0102Bram Moolenaar
2022-07-27patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092Shougo Matsushita
2022-07-23patch 9.0.0060: accessing uninitialized memory when completing long linev9.0.0060Bram Moolenaar
2022-07-07patch 9.0.0046: reading past end of completion with duplicate matchv9.0.0046Bram Moolenaar
2022-07-07patch 9.0.0045: reading past end of completion with a long linev9.0.0045Bram Moolenaar
2022-07-02patch 9.0.0027: the command line test is getting quite bigv9.0.0027Bram Moolenaar
2022-07-01patch 9.0.0020: with some completion reading past end of stringv9.0.0020Bram Moolenaar
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-26patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completionv8.2.5022LemonBoy
2022-05-04patch 8.2.4865: :startinsert right after :stopinsert may not workv8.2.4865zeertzjq
2022-04-07patch 8.2.4710: smart indenting does not work after completionv8.2.4710Christian Brabandt
2022-03-04patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-Xv8.2.4502Bram Moolenaar
2022-03-03patch 8.2.4497: wrong color for half of wide character next to pum scrollbarv8.2.4497Bram Moolenaar
2022-02-18patch 8.2.4416: Vim9: using a script-local function requires using "s:"v8.2.4416Bram Moolenaar
2022-02-12patch 8.2.4361: Vim9: some tests failv8.2.4361Bram Moolenaar
2022-01-30patch 8.2.4265: autoload tests failsv8.2.4265Bram Moolenaar
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-08patch 8.2.4037: Insert mode completion is insufficiently testedv8.2.4037Yegappan Lakshmanan