aboutsummaryrefslogtreecommitdiff
path: root/test/functional/viml/completion_spec.lua
Commit message (Expand)AuthorAge
* test: reorg #15698Justin M. Keyes2021-09-17
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* vim-patch:8.1.1072: extending sign and foldcolumn below the text is confusing...Marco Hinz2019-04-03
* autocmd: rename MenuPopupChanged to CompleteChanged #9819Qiming zhao2019-03-31
* autocmd: add MenuPopupChanged autocmdchemzqm2019-03-15
* edit.c: Disable indent during completionlePerdu2019-03-03
* tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* Merge #8377 'TextChangedP autocommand'Justin M. Keyes2018-05-19
|\
| * vim-patch:8.0.1494: no autocmd triggered in Insert mode with visible popup menuShougo Matsushita2018-05-14
|/
* vim-patch:8.0.1493: completion items cannot be annotated (#8003)Shougo2018-02-18
* win: enable more functional testsJan Edmund Lazo2018-01-06
* Merge #7454 'ui: ext_wildmenu'Justin M. Keyes2017-10-31
* api: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes2017-04-26
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* completion: fix segfault with ignorecase+infercase (#6452)Justin M. Keyes2017-04-06
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* build: Target luacheck HEAD.Justin M. Keyes2016-11-17
* vim-patch:8.0.0041Tommy Allen2016-10-22
* Merge pull request #5225 from equalsraf/windows-functionaltestsBjörn Linse2016-08-31
|\
| * Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* | api/ui: add tests for popupmenu_external eventsBjörn Linse2016-08-29
|/
* tests: don't ignore highlights in completion_specBjörn Linse2016-08-14
* functests: Check logs in lua codeZyX2016-06-10
* Testlinting.KillTheMule2016-05-10
* Merge pull request #4644 from KillTheMule/vim-7.4.882Justin M. Keyes2016-05-04
|\
| * Even though the patch is not needed for neovim, add a test for the bugfixKillTheMule2016-04-29
* | Add test for vim-patch 7.4.672KillTheMule2016-05-02
|/
* tests/ui: screen tests for completion popupmenuBjörn Linse2016-04-24
* Make completion_spec.lua more robustKillTheMule2016-04-16
* complete: noinsert/noselect should not set 'modified'. #4509Shougo Matsushita2016-04-09
* edit.c: K_EVENT should not hide the popupmenuBjörn Linse2016-03-17
* complete: disable folding when completingAnmol Sethi2016-03-09
* test: completion_spec: minor editsJustin M. Keyes2016-02-13
* tests: add always complete testsolawing2016-01-29
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* completion: Initialize v:completed_item #2839Shougo Matsushita2015-06-20
* Add complete() noinsert/noselect support #2792Shougo Matsushita2015-06-11
* Add noinsert and noselect features in completeopt #2564Shougo Matsushita2015-06-04
* completion: Add v:completed_item feature #2563Shougo Matsushita2015-05-24