summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/editor/completion_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes1
2026-04-14fix(completion): preselect ignores completeopt flag #39030glepnir1
2026-04-13feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613glepnir1
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq1
2026-01-09vim-patch:9.1.2064: completion: segfault during file name completion (#37316)zeertzjq1
2025-10-31fix(completion): complete drive-letter filepath on Windows #3635311soda111
2025-10-03vim-patch:9.1.1820: completion: some issues with 'acl' (#36007)zeertzjq1
2025-09-30vim-patch:9.1.1800: completion: strange behaviour with 'ac' completeopt=longe...zeertzjq1
2025-09-30vim-patch:9.1.1797: completion: autocompletion can be improvedzeertzjq1
2025-09-21test: fix 'autocompletedelay' test flakiness (#35856)zeertzjq1
2025-09-21vim-patch:9.1.1779: completion: 'autocomplete' cannot be enabled per buffer (...zeertzjq1
2025-09-19vim-patch:9.1.1772: completion: inconsistent selection of first item with 'au...zeertzjq1
2025-09-11vim-patch:9.1.1750: completion: preinserted text highlighed using ComplMatchInszeertzjq1
2025-08-25test: increase timeout in 'autocompletedelay' test (#35467)zeertzjq1
2025-08-24vim-patch:9.1.1681: tests: no test for actually moving cursor with 'acl' (#35...zeertzjq1
2025-08-23vim-patch:9.1.1657: Autocompletion adds delayzeertzjq1
2025-08-23vim-patch:9.1.1638: completion: not possible to delay the autcompletionzeertzjq1
2025-08-09fix(cmdline): completion for command after :restart (#35256)zeertzjq1
2025-07-17vim-patch:9.1.1563: completion: ruler may disappear (#34977)zeertzjq1
2025-07-13vim-patch:9.1.1539: completion: messages don't respect 'shm' setting (#34923)zeertzjq1
2025-05-28vim-patch:9.1.1408: not easily possible to complete from register content (#3...glepnir1
2025-04-25fix(ui): exclude unfocusable windows from 'complete' "w" completionLuuk van Baal1
2025-03-24fix(cmdline): cmdline completion of _defer_require() modules #33007phanium1
2025-03-15refactor(test): deprecate n.feed_command() #32915Justin M. Keyes1
2025-02-21test(completion_spec): make Enter test descriptions more accuratezeertzjq1
2025-02-21vim-patch:9.1.1121: Enter does not insert newline with "noselect"glepnir1
2025-01-05fix(api): nvim__complete_set requires completeopt=popup #31177glepnir1
2024-12-06fix(completion): avoid deleting text when completion leader changes #31448luukvbaal1
2024-12-05docs: graduate intro.txt to "flow layout" #31462Justin M. Keyes1
2024-12-02fix(extmark): builtin completion can still affect nearby extmarks #31387luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-01fix(completion): don't include <Lua function> in -complete= (#30209)zeertzjq1
2024-08-31fix(completion): fix inconsistent Enter behavior (#30196)zeertzjq1
2024-07-06fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq1
2024-06-18refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)zeertzjq1
2024-06-18fix(lua): find length of completion prefix earlier (#29384)zeertzjq1
2024-05-26refactor(tests): more global highlight definitionsbfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-30vim-patch:9.1.0065: Segfault with CompleteChanged autocommand (#27261)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-28docs: convert BACKERS.md to backers.txtdundargoc1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-11-29fix(extmark): restore extmarks when completing original textLuuk van Baal1