summaryrefslogtreecommitdiff
path: root/src/testdir/test_trycatch.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle2021-11-211-1/+1
* patch 8.2.3486: illegal memory access with invalid sequence of commandsv8.2.3486Bram Moolenaar2021-10-061-0/+20
* patch 8.2.3480: test does not fail without the fix for a crashv8.2.3480Dominique Pelle2021-10-051-7/+16
* patch 8.2.3470: crash with error in :catch and also in :finallyv8.2.3470Bram Moolenaar2021-10-041-0/+12
* patch 8.2.3448: :endtry after function call that throws not foundv8.2.3448Bram Moolenaar2021-09-181-1/+27
* patch 8.2.3416: second error is reported while exception is being thrownv8.2.3416Bram Moolenaar2021-09-081-0/+24
* patch 8.2.2141: a user command with try/catch may not catch an expression errorv8.2.2141Bram Moolenaar2020-12-131-0/+25
* patch 8.2.1746: Vim9: cannot use "fina" for "finally"v8.2.1746Bram Moolenaar2020-09-261-3/+4
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-1/+1
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-3/+1
* patch 8.2.0301: insufficient testing for exception handlingv8.2.0301Bram Moolenaar2020-02-221-6/+171
* patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar2020-02-211-0/+39
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-2/+25
* patch 8.1.2246: some tests are still in old stylev8.1.2246Bram Moolenaar2019-11-031-0/+1977