summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0344: ":def" not skipped properlyv8.2.0344Bram Moolenaar2020-03-012-0/+3
* Update runtime filesBram Moolenaar2020-03-0112-150/+460
* patch 8.2.0343: Vim9: using wrong instruction, limited test coveragev8.2.0343Bram Moolenaar2020-03-015-2/+64
* patch 8.2.0342: some code in ex_getln.c not covered by testsv8.2.0342Bram Moolenaar2020-03-015-1/+60
* patch 8.2.0341: using ":for" in Vim9 script gives an errorv8.2.0341Bram Moolenaar2020-03-013-2/+20
* patch 8.2.0340: Vim9: function and partial types not testedv8.2.0340Bram Moolenaar2020-03-015-9/+47
* patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339Bram Moolenaar2020-03-017-519/+628
* patch 8.2.0338: build failure without the channel featurev8.2.0338Bram Moolenaar2020-03-012-0/+6
* patch 8.2.0337: build fails on a few systemsv8.2.0337Bram Moolenaar2020-03-012-1/+3
* patch 8.2.0336: Vim9: insufficient test coverage for compilingv8.2.0336Bram Moolenaar2020-02-296-13/+176
* patch 8.2.0335: no completion for :disassemblev8.2.0335Bram Moolenaar2020-02-294-0/+35
* patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar2020-02-297-13/+30
* patch 8.2.0333: terminal in popup test is flakyv8.2.0333Bram Moolenaar2020-02-293-9/+10
* patch 8.2.0332: some code in ex_getln.c not covered by testsv8.2.0332Bram Moolenaar2020-02-293-5/+71
* patch 8.2.0331: internal error when using test_void() and test_unknown()v8.2.0331Bram Moolenaar2020-02-294-2/+15
* patch 8.2.0330: build error with popup window but without terminalv8.2.0330Bram Moolenaar2020-02-282-0/+4
* patch 8.2.0329: popup filter converts 0x80 bytesv8.2.0329Bram Moolenaar2020-02-283-4/+30
* patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar2020-02-2810-34/+126
* patch 8.2.0327: crash when opening and closing two popup terminal windowsv8.2.0327Bram Moolenaar2020-02-283-3/+38
* patch 8.2.0326: compiler warning for using uninitialized variablev8.2.0326Bram Moolenaar2020-02-272-1/+3
* patch 8.2.0325: ex_getln.c code not covered by testsv8.2.0325Bram Moolenaar2020-02-276-3/+200
* patch 8.2.0324: text property not updated correctly when inserting/deletingv8.2.0324Bram Moolenaar2020-02-265-39/+76
* patch 8.2.0323: Vim9: calling a function that is defined later is slowv8.2.0323Bram Moolenaar2020-02-264-12/+72
* patch 8.2.0322: Vim9: error checks not testedv8.2.0322Bram Moolenaar2020-02-264-12/+27
* patch 8.2.0321: Vim9: ":execute" does not work yetv8.2.0321Bram Moolenaar2020-02-266-3/+157
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-2641-151/+6312
* patch 8.2.0319: file missing in distribution, comments outdatedv8.2.0319Bram Moolenaar2020-02-265-4/+7
* Update runtime files.Bram Moolenaar2020-02-2612-177/+464
* patch 8.2.0318: Vim9: types not sufficiently testedv8.2.0318Bram Moolenaar2020-02-255-2/+20
* patch 8.2.0317: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG buildv8.2.0317Bram Moolenaar2020-02-252-3/+8
* patch 8.2.0316: ex_getln.c code has insufficient test coveragev8.2.0316Bram Moolenaar2020-02-256-1/+163
* patch 8.2.0315: build failure on HP-UX systemv8.2.0315Bram Moolenaar2020-02-253-5/+13
* patch 8.2.0314: short name not set for terminal bufferv8.2.0314Bram Moolenaar2020-02-243-0/+10
* patch 8.2.0313: Vim9: insufficient script testsv8.2.0313Bram Moolenaar2020-02-233-7/+55
* patch 8.2.0312: Vim9: insufficient script testsv8.2.0312Bram Moolenaar2020-02-235-72/+159
* patch 8.2.0311: Vim9: insufficient script testsv8.2.0311Bram Moolenaar2020-02-233-0/+27
* patch 8.2.0310: autocmd test fails on a slow systemv8.2.0310Bram Moolenaar2020-02-232-5/+9
* patch 8.2.0309: window-local values have confusing namev8.2.0309Bram Moolenaar2020-02-234-16/+19
* patch 8.2.0308: 'showbreak' does not work for a very long linev8.2.0308Bram Moolenaar2020-02-233-1/+13
* patch 8.2.0307: Python 3 vim.eval not well testedv8.2.0307Bram Moolenaar2020-02-232-0/+27
* patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 scriptv8.2.0306Bram Moolenaar2020-02-233-1/+22
* patch 8.2.0305: relativenumber test fails on some systemsv8.2.0305Bram Moolenaar2020-02-234-4/+6
* patch 8.2.0304: terminal test if failing on some systemsv8.2.0304Bram Moolenaar2020-02-232-1/+4
* patch 8.2.0303: TermChanged test fails in the GUIv8.2.0303Bram Moolenaar2020-02-222-0/+4
* patch 8.2.0302: setting 'term' may cause error in TermChanged autocommandv8.2.0302Bram Moolenaar2020-02-223-5/+30
* patch 8.2.0301: insufficient testing for exception handlingv8.2.0301Bram Moolenaar2020-02-223-6/+199
* patch 8.2.0300: Vim9: expression test fails without channel supportv8.2.0300Bram Moolenaar2020-02-222-2/+6
* patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299Bram Moolenaar2020-02-228-0/+61
* patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar2020-02-225-17/+17
* patch 8.2.0297: compiler warnings for the Ruby interfacev8.2.0297Bram Moolenaar2020-02-222-2/+12