summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4538: the find_tags_in_file() function is too longv8.2.4538Yegappan Lakshmanan2022-03-101-3/+10
* patch 8.2.4535: filename modifer ":8" removes the filenamev8.2.4535Christian Brabandt2022-03-101-0/+5
* patch 8.2.4534: Vim9: "is" operator with empty string and null returns truev8.2.4534Bram Moolenaar2022-03-101-0/+7
* patch 8.2.4533: Vim9: no test that after assigning null type is still checkedv8.2.4533Bram Moolenaar2022-03-091-0/+25
* patch 8.2.4530: making comparison with null work changes legacy behaviorv8.2.4530Bram Moolenaar2022-03-091-0/+32
* patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar2022-03-084-2/+44
* patch 8.2.4528: crash when using null_function for a partialv8.2.4528Bram Moolenaar2022-03-081-0/+9
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-084-4/+104
* patch 8.2.4525: some GUI tests don't work on Athenav8.2.4525Yegappan Lakshmanan2022-03-071-0/+12
* patch 8.2.4522: GUI test fails with Motifv8.2.4522Bram Moolenaar2022-03-061-2/+0
* patch 8.2.4520: using wrong highlight for cursor line numberv8.2.4520Bram Moolenaar2022-03-063-0/+66
* patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish"v8.2.4519Bram Moolenaar2022-03-061-0/+2
* patch 8.2.4518: the binary tag search feature is always enabledv8.2.4518Yegappan Lakshmanan2022-03-062-0/+84
* patch 8.2.4515: old subsitute syntax is still supportedv8.2.4515Bram Moolenaar2022-03-051-0/+4
* patch 8.2.4514: Vim9: some flow commands can be shortenedv8.2.4514Bram Moolenaar2022-03-051-0/+25
* patch 8.2.4513: window-local directory is not applied if 'acd' failsv8.2.4513zeertzjq2022-03-051-4/+9
* patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan2022-03-053-107/+42
* patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510Bram Moolenaar2022-03-051-2/+33
* patch 8.2.4509: Vim9: can declare a variable with ":va"v8.2.4509Bram Moolenaar2022-03-051-0/+5
* patch 8.2.4508: Vim9: cannot assign to a global variable on the command linev8.2.4508Bram Moolenaar2022-03-053-1/+10
* patch 8.2.4507: test fails because of new error messagev8.2.4507Bram Moolenaar2022-03-041-2/+6
* patch 8.2.4506: "pattern not found" for :global is not an error messagev8.2.4506Bram Moolenaar2022-03-041-0/+20
* patch 8.2.4505: Vim9: outdated "autocmd nested" still worksv8.2.4505Bram Moolenaar2022-03-041-0/+3
* patch 8.2.4504: when there is a partially matching map full map may not workv8.2.4504Bram Moolenaar2022-03-041-0/+17
* patch 8.2.4503: Vim9: there is no point in supporting :Print and :modev8.2.4503Bram Moolenaar2022-03-041-10/+15
* patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-Xv8.2.4502Bram Moolenaar2022-03-041-1/+12
* patch 8.2.4501: with 'showbreak' set cursor displayed in wrong positionv8.2.4501Bram Moolenaar2022-03-032-0/+28
* patch 8.2.4500: Vim9: can declare a global variable on the command linev8.2.4500Bram Moolenaar2022-03-033-30/+35
* patch 8.2.4499: Vim9: at the script level declarations leak to next blockv8.2.4499Bram Moolenaar2022-03-031-0/+24
* patch 8.2.4498: using <Plug> with "noremap" does not workv8.2.4498Bram Moolenaar2022-03-031-0/+30
* patch 8.2.4497: wrong color for half of wide character next to pum scrollbarv8.2.4497Bram Moolenaar2022-03-032-0/+28
* patch 8.2.4495: help test fails in 24 line terminalv8.2.4495Bram Moolenaar2022-03-021-1/+1
* patch 8.2.4494: the find_tags() function is much too longv8.2.4494Yegappan Lakshmanan2022-03-021-0/+5
* patch 8.2.4493: options test fails in the GUIv8.2.4493Bram Moolenaar2022-03-021-2/+0
* patch 8.2.4492: no error if an option is given a value with ":let &opt = val"v8.2.4492Bram Moolenaar2022-03-021-0/+2
* patch 8.2.4489: failing test for comparing v:null with numberv8.2.4489Bram Moolenaar2022-03-021-0/+7
* patch 8.2.4487: Vim9: cannot compare with v:nullv8.2.4487Bram Moolenaar2022-03-012-0/+77
* patch 8.2.4484: Vim9: some error messages are not testedv8.2.4484Bram Moolenaar2022-02-283-0/+92
* patch 8.2.4483: command completion makes two rounds to collect matchesv8.2.4483Yegappan Lakshmanan2022-02-281-0/+18
* patch 8.2.4482: no fuzzy cmdline completion for user defined completionv8.2.4482Yegappan Lakshmanan2022-02-271-101/+232
* patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is setv8.2.4481Bram Moolenaar2022-02-272-0/+21
* patch 8.2.4479: no fuzzy completieon for maps and abbreviationsv8.2.4479Yegappan Lakshmanan2022-02-271-1/+52
* patch 8.2.4478: crash when using fuzzy completionv8.2.4478Yegappan Lakshmanan2022-02-261-0/+4
* patch 8.2.4476: operator name spelled wrongv8.2.4476=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-263-5/+5
* patch 8.2.4475: fuzzy cmdline completion does not work for lower casev8.2.4475Yegappan Lakshmanan2022-02-261-0/+12
* patch 8.2.4474: memory allocation failures not tested in quickfix codev8.2.4474Yegappan Lakshmanan2022-02-261-7/+132
* patch 8.2.4467: running filetype test leaves file behindv8.2.4467Bram Moolenaar2022-02-251-0/+1
* patch 8.2.4466: MS-Windows: illegal memory access in installerv8.2.4466Cam Sinclair2022-02-251-0/+1
* patch 8.2.4465: fuzzy completion does not order matches properlyv8.2.4465Yegappan Lakshmanan2022-02-251-0/+19
* patch 8.2.4464: Dtrace files are recognized as filetype Dv8.2.4464=?UTF-8?q?Teubel=20Gy=C3=B6rgy?=2022-02-241-0/+38