summaryrefslogtreecommitdiff
path: root/src/testdir/test_vimscript.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar2022-05-061-1/+1
* patch 8.2.4676: test fails with different errorv8.2.4676Bram Moolenaar2022-04-031-5/+5
* patch 8.2.4611: typos in tests; one lua line not covered by testv8.2.4611Dominique Pelle2022-03-221-1/+1
* patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar2022-03-081-0/+3
* patch 8.2.4489: failing test for comparing v:null with numberv8.2.4489Bram Moolenaar2022-03-021-0/+7
* patch 8.2.4476: operator name spelled wrongv8.2.4476=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-261-1/+1
* patch 8.2.3832: test fails because of changed error messagev8.2.3832Bram Moolenaar2021-12-161-2/+2
* patch 8.2.3344: vimscript test failsv8.2.3344Bram Moolenaar2021-08-141-1/+6
* patch 8.2.3016: confusing error when expression is followed by commav8.2.3016Bram Moolenaar2021-06-171-1/+1
* patch 8.2.2969: subtracting from number option fails when result is zerov8.2.2969Bram Moolenaar2021-06-101-0/+9
* patch 8.2.2658: :for cannot loop over a stringv8.2.2658Bram Moolenaar2021-03-261-0/+20
* patch 8.2.2621: typval2type() cannot handle recursive structuresv8.2.2621Bram Moolenaar2021-03-181-0/+7
* patch 8.2.2339: cannot get the type of a value as a stringv8.2.2339Bram Moolenaar2021-01-121-0/+8
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1
* patch 8.2.2141: a user command with try/catch may not catch an expression errorv8.2.2141Bram Moolenaar2020-12-131-3/+3
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-19/+19
* patch 8.2.1512: failure after trinary expression failsv8.2.1512Bram Moolenaar2020-08-221-0/+24
* patch 8.2.1440: debugger code insufficiently testedv8.2.1440Bram Moolenaar2020-08-131-50/+93
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-2/+504
* patch 8.2.1417: test 49 is old stylev8.2.1417Bram Moolenaar2020-08-101-0/+1981
* patch 8.2.1383: test 49 is old stylev8.2.1383Bram Moolenaar2020-08-071-0/+1147
* patch 8.2.1366: test 49 is old stylev8.2.1366Bram Moolenaar2020-08-051-91/+1761
* patch 8.2.1106: crash when trying to use s: variable in typed commandv8.2.1106Bram Moolenaar2020-07-011-1/+16
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-311-3/+1
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-0/+12
* patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar2020-04-231-0/+17
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-201-0/+80
* patch 8.2.0602: :unlet $VAR does not work properlyv8.2.0602Bram Moolenaar2020-04-191-0/+14
* patch 8.2.0551: not all code for options is testedv8.2.0551Bram Moolenaar2020-04-121-0/+4
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-6/+6
* patch 8.2.0531: various errors not testedv8.2.0531Bram Moolenaar2020-04-081-160/+0
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-0/+23
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+16
* patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar2020-03-181-0/+3
* patch 8.2.0331: internal error when using test_void() and test_unknown()v8.2.0331Bram Moolenaar2020-02-291-0/+2
* patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar2020-02-211-0/+23
* patch 8.2.0271: the "num64" feature is available everywherev8.2.0271Bram Moolenaar2020-02-171-19/+3
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-0/+10
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+86
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-25/+39
* patch 8.2.0078: expanding <sfile> works differently the second timev8.2.0078Bram Moolenaar2020-01-021-0/+17
* patch 8.1.2272: test may hang at more promptv8.1.2272Bram Moolenaar2019-11-081-1/+1
* patch 8.1.2246: some tests are still in old stylev8.1.2246Bram Moolenaar2019-11-031-1/+195
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-081-1/+1
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-241-1/+1
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-181-0/+4
* patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar2019-08-141-1/+2
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-4/+3
* patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar2019-07-041-0/+70
* patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591Bram Moolenaar2019-06-251-1/+1