summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_script.vim
AgeCommit message (Expand)Author
2024-03-28patch 9.1.0220: Few typos in source and test filesv9.1.0220zeertzjq
2024-01-12patch 9.1.0017: [security]: use-after-free in eval1_emsg()v9.1.0017Yegappan Lakshmanan
2023-12-16patch 9.0.2173: Vim9: crash when compiling for statement and non-existing typev9.0.2173Yegappan Lakshmanan
2023-12-16patch 9.0.2172: Vim9: compiling :defer may failv9.0.2172Yegappan Lakshmanan
2023-10-28patch 9.0.2080: vim9_script test too largev9.0.2080Yegappan Lakshmanan
2023-10-28patch 9.0.2078: several problems with type aliasesv9.0.2078Yegappan Lakshmanan
2023-10-27patch 9.0.2076: Vim9: No support for type aliasesv9.0.2076Yegappan Lakshmanan
2023-10-21patch 9.0.2059: outstanding exceptions may be skippedv9.0.2059Yegappan Lakshmanan
2023-10-19patch 9.0.2050: Vim9: crash with deferred function call and exceptionv9.0.2050Yegappan Lakshmanan
2023-10-18patch 9.0.2044: Vim9: exceptions confuse defered functionsv9.0.2044Yegappan Lakshmanan
2023-09-27patch 9.0.1944: Vim9: function instruction pointer invalidatedv9.0.1944Yegappan Lakshmanan
2023-09-02patch 9.0.1850: Vim9: wrong line number where options setv9.0.1850LemonBoy
2023-05-14patch 9.0.1558: wrong error for unreachable code after :throwv9.0.1558Bram Moolenaar
2023-05-14patch 9.0.1557: test failures for unreachable codev9.0.1557Bram Moolenaar
2023-04-30patch 9.0.1501: crash with nested :try and :throw in catch blockv9.0.1501Bram Moolenaar
2023-01-28patch 9.0.1258: code style test failsv9.0.1258Bram Moolenaar
2022-12-12patch 9.0.1050: using freed memory when assigning to variable twicev9.0.1050Bram Moolenaar
2022-11-06patch 9.0.0839: test may fail depending on sequence of eventsv9.0.0839Yee Cheng Chin
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-21patch 9.0.0811: error if :echowin is preceded by a command modifierv9.0.0811Bram Moolenaar
2022-10-13patch 9.0.0742: reading past end of the line when compiling a functionv9.0.0742Bram Moolenaar
2022-10-11patch 9.0.0726: looping over list of lists works in script, not in functionv9.0.0726Bram Moolenaar
2022-10-11patch 9.0.0724: closure in compiled function gets same variable in blockv9.0.0724Bram Moolenaar
2022-10-09patch 9.0.0703: failing check for argument type for const anyv9.0.0703Bram Moolenaar
2022-10-08patch 9.0.0695: failing check for dictionary type for const anyv9.0.0695Bram Moolenaar
2022-09-29patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar
2022-09-21patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar
2022-09-19patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar
2022-09-18patch 9.0.0495: closure doesn't work properly in nested loopv9.0.0495Bram Moolenaar
2022-09-17patch 9.0.0485: in :def function all closures in loop get the same variablesv9.0.0485Bram Moolenaar
2022-09-15patch 9.0.0475: not using deferred delete in testsv9.0.0475Bram Moolenaar
2022-09-14patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar
2022-09-13patch 9.0.0459: Vim9: block in for loop doesn't behave like a code blockv9.0.0459Bram Moolenaar
2022-09-11patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-09-01patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
2022-08-20patch 9.0.0230: no error for comma missing in list in :def functionv9.0.0230Bram Moolenaar
2022-08-18patch 9.0.0225: using freed memory with multiple line breaks in expressionv9.0.0225Bram Moolenaar
2022-08-17patch 9.0.0224: Using NULL pointer when skipping compiled codev9.0.0224Bram Moolenaar
2022-08-06patch 9.0.0156: giving E1170 only in an expression is confusingv9.0.0156Bram Moolenaar
2022-07-26patch 9.0.0079: error in autoload script not reported for 'foldexpr'v9.0.0079Bram Moolenaar
2022-05-17patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar
2022-05-06patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar
2022-05-06patch 8.2.4885: test fails with the job/channel featurev8.2.4885Bram Moolenaar
2022-05-06patch 8.2.4884: test fails without the job/channel featurev8.2.4884Bram Moolenaar
2022-05-05patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond"v8.2.4873Bram Moolenaar
2022-05-05patch 8.2.4871: Vim9: in :def function no error for misplaced rangev8.2.4871Bram Moolenaar
2022-05-04patch 8.2.4864: Vim9: script test failsv8.2.4864Bram Moolenaar
2022-05-04patch 8.2.4863: accessing freed memory in test without the +channel featurev8.2.4863Bram Moolenaar