summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vimscript.vim
AgeCommit message (Expand)Author
2020-03-20patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar
2020-03-18patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar
2020-02-29patch 8.2.0331: internal error when using test_void() and test_unknown()v8.2.0331Bram Moolenaar
2020-02-21patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar
2020-02-17patch 8.2.0271: the "num64" feature is available everywherev8.2.0271Bram Moolenaar
2020-02-17patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar
2020-02-11patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar
2020-01-30patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar
2020-01-02patch 8.2.0078: expanding <sfile> works differently the second timev8.2.0078Bram Moolenaar
2019-11-08patch 8.1.2272: test may hang at more promptv8.1.2272Bram Moolenaar
2019-11-03patch 8.1.2246: some tests are still in old stylev8.1.2246Bram Moolenaar
2019-09-08patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar
2019-08-24patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar
2019-08-18patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar
2019-08-14patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
2019-07-04patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar
2019-06-25patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591Bram Moolenaar
2019-06-17patch 8.1.1563: crash when using closuresv8.1.1563Bram Moolenaar
2019-05-24patch 8.1.1382: error when editing test filev8.1.1382Bram Moolenaar
2019-03-23patch 8.1.1044: no way to check the reference count of objectsv8.1.1044Bram Moolenaar
2019-03-02patch 8.1.0990: floating point exception with "%= 0" and "/= 0"v8.1.0990Bram Moolenaar
2019-02-12patch 8.1.0902: incomplete set of assignment operatorsv8.1.0902Bram Moolenaar
2019-01-09patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar
2018-02-27patch 8.0.1549: various small problems in test filesv8.0.1549Bram Moolenaar
2017-09-23patch 8.0.1140: still old style testsv8.0.1140Bram Moolenaar
2017-06-24patch 8.0.0667: memory access error when command follows :endfuncv8.0.0667Bram Moolenaar
2017-06-23patch 8.0.0663: unexpected error message only when 'verbose' is setv8.0.0663Bram Moolenaar
2017-06-22patch 8.0.0656: cannot use ! after some user commandsv8.0.0656Bram Moolenaar
2017-06-22patch 8.0.0655: not easy to make sure a function does not existv8.0.0655Bram Moolenaar
2017-06-22patch 8.0.0654: no warning for text after :endfunctionv8.0.0654Bram Moolenaar
2017-06-04patch 8.0.0614: float2nr() is not exactly rightv8.0.0614Bram Moolenaar
2017-04-10patch 8.0.0561: undefined behavior when using backslash after empty linev8.0.0561Bram Moolenaar
2017-03-18patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errorsv8.0.0478Bram Moolenaar
2017-02-23patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar