aboutsummaryrefslogtreecommitdiff
path: root/test/functional/editor/completion_spec.lua
Commit message (Expand)AuthorAge
* fix(api): nvim__complete_set requires completeopt=popup #31177glepnir2025-01-05
* fix(completion): avoid deleting text when completion leader changes #31448luukvbaal2024-12-06
* docs: graduate intro.txt to "flow layout" #31462Justin M. Keyes2024-12-05
* fix(extmark): builtin completion can still affect nearby extmarks #31387luukvbaal2024-12-02
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(completion): don't include <Lua function> in -complete= (#30209)zeertzjq2024-09-01
* fix(completion): fix inconsistent Enter behavior (#30196)zeertzjq2024-08-31
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)zeertzjq2024-06-18
* fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
* refactor(tests): more global highlight definitionsbfredl2024-05-26
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* vim-patch:9.1.0065: Segfault with CompleteChanged autocommand (#27261)zeertzjq2024-01-30
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* docs: convert BACKERS.md to backers.txtdundargoc2023-12-28
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* fix(extmark): restore extmarks when completing original textLuuk van Baal2023-11-29
* fix(completion): filter results with complete+=f (#26029)Raphael2023-11-18
* fix(completion): make sure the buffer name is valid (#25975)mortezadadgar2023-11-11
* feat(complete): support f flag for complete buffer partglepnir2023-10-21
* feat(completion): support completing more string optionszeertzjq2023-10-01
* vim-patch:8.2.3517: TextChanged does not trigger after TextChangedI (#25384)zeertzjq2023-09-27
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(completion): correct what modes support fuzzy completionzeertzjq2023-01-17
* vim-patch:9.0.0969: matchparen highlight is not updated when switching buffer...zeertzjq2022-11-29
* fix(completion): set pum_size even if ext_popupmenu is used (#20648)zeertzjq2022-10-14
* fix(completion): remove wrong FUNC_ATTR_NONNULL_ALL (#19627)zeertzjq2022-08-03
* test: move completion :stopinsert test to completion_spec.lua (#17992)zeertzjq2022-04-04
* test: add a test for #17489zeertzjq2022-03-10
* test: reorg #15698Justin M. Keyes2021-09-17