summaryrefslogtreecommitdiff
path: root/src/testdir/test_ins_complete.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle2021-11-211-1/+1
* patch 8.2.3629: command completion in cmdline window uses global commandsv8.2.3629mityu2021-11-201-0/+49
* patch 8.2.3389: cannot stop insert mode completion without side effectsv8.2.3389zeertzjq2021-08-311-0/+60
* patch 8.2.3223: Vim: using {} block in autoloade omnifunc failsv8.2.3223Bram Moolenaar2021-07-251-0/+31
* patch 8.2.2427: can still switch windows for 'completefunc'v8.2.2427Bram Moolenaar2021-01-291-1/+1
* patch 8.2.2426: allowing 'completefunc' to switch windows causes troublev8.2.2426Bram Moolenaar2021-01-291-13/+6
* patch 8.2.2424: some tests are known to cause an error with ASANv8.2.2424Bram Moolenaar2021-01-281-15/+21
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-261-0/+2
* patch 8.2.2130: Insert mode completion messages end up in message historyv8.2.2130Bram Moolenaar2020-12-121-1/+13
* patch 8.2.1907: complete_info().selected may be wrongv8.2.1907Bram Moolenaar2020-10-261-1/+1
* patch 8.2.1901: variable completion does not work in command line windowv8.2.1901Bram Moolenaar2020-10-251-0/+25
* patch 8.2.1762: when a timer uses :stopinsert completion isn't stoppedv8.2.1762Bram Moolenaar2020-09-271-0/+22
* patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'v8.2.1747Bram Moolenaar2020-09-261-2/+15
* patch 8.2.1673: complete_info() selected index has an invalid valuev8.2.1673Bram Moolenaar2020-09-121-0/+18
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-0/+2
* patch 8.2.0698: insert mode completion not fully testedv8.2.0698Bram Moolenaar2020-05-051-0/+99
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-1/+1
* patch 8.2.0655: search code not sufficiently testedv8.2.0655Bram Moolenaar2020-04-281-0/+20
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+31
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-3/+3
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-0/+20
* patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar2020-03-151-1/+1
* patch 8.2.0158: triggering CompleteDone earlier is not backwards compatiblev8.2.0158Bram Moolenaar2020-01-261-3/+6
* patch 8.2.0123: complete_info() does not work when CompleteDone is triggeredv8.2.0123Bram Moolenaar2020-01-171-0/+2
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-051-0/+28
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-041-23/+24
* patch 8.2.0011: screen updating wrong when opeing preview windowv8.2.0011Bram Moolenaar2019-12-151-0/+27
* patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007Bram Moolenaar2019-12-141-0/+24
* patch 8.1.1791: 'completeslash' also applies to globpath()v8.1.1791Bram Moolenaar2019-08-021-5/+7
* patch 8.1.1774: test is silently skippedv8.1.1774Bram Moolenaar2019-07-291-1/+1
* patch 8.1.1769: 'shellslash' is also used for completionv8.1.1769Bram Moolenaar2019-07-281-0/+47
* patch 8.1.1732: completion in cmdwin does not work for buffer-local commandsv8.1.1732Bram Moolenaar2019-07-221-0/+18
* patch 8.1.1139: no test for what is fixed in patch 8.1.0716v8.1.1139Bram Moolenaar2019-04-081-0/+3
* patch 8.1.0716: get warning message when 'completefunc' returns nothingv8.1.0716Bram Moolenaar2019-01-111-11/+36
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-12/+12
* patch 8.1.0258: not enough testing for the CompleteDone eventv8.1.0258Bram Moolenaar2018-08-081-0/+13
* patch 8.1.0055: complete test has wrong order of argumentsv8.1.0055Bram Moolenaar2018-06-131-4/+4
* patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar2018-06-121-0/+25
* patch 8.0.1493: completion items cannot be annotatedv8.0.1493Bram Moolenaar2018-02-101-0/+120
* patch 8.0.1482: using feedkeys() does not work to test completionv8.0.1482Bram Moolenaar2018-02-091-0/+11
* patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar2017-11-051-0/+7
* patch 8.0.1242: function argument with only dash is seen as number zerov8.0.1242Bram Moolenaar2017-11-021-0/+19
* patch 8.0.1224: still interference between test functionsv8.0.1224Bram Moolenaar2017-10-271-0/+1
* patch 8.0.1221: still too many old style testsv8.0.1221Bram Moolenaar2017-10-261-0/+91