summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-2212-96/+108
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-2112-23/+61
* patch 8.2.0294: cannot use Ex command that is also a function namev8.2.0294Bram Moolenaar2020-02-214-40/+74
* patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar2020-02-2114-7/+198
* patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not testedv8.2.0292Bram Moolenaar2020-02-203-0/+14
* patch 8.2.0291: Vim9: assigning [] to list<string> doesn't workv8.2.0291Bram Moolenaar2020-02-204-12/+26
* patch 8.2.0290: running individual test differs from all testsv8.2.0290Bram Moolenaar2020-02-203-1/+5
* patch 8.2.0289: Vim9: :echo did not clear the rest of the linev8.2.0289Bram Moolenaar2020-02-202-0/+4
* patch 8.2.0288: Vim9: some float and blob operators not testedv8.2.0288Bram Moolenaar2020-02-203-23/+90
* patch 8.2.0287: Vim9: return in try block not tested; catch not testedv8.2.0287Bram Moolenaar2020-02-203-1/+32
* patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286Bram Moolenaar2020-02-206-4/+56
* patch 8.2.0285: unused error message; cannot create s:varv8.2.0285Bram Moolenaar2020-02-194-29/+35
* patch 8.2.0284: Vim9: assignment test failsv8.2.0284Bram Moolenaar2020-02-192-1/+3
* patch 8.2.0283: Vim9: failing to load script var not testedv8.2.0283Bram Moolenaar2020-02-194-7/+14
* patch 8.2.0282: Vim9: setting number option not testedv8.2.0282Bram Moolenaar2020-02-194-6/+19
* patch 8.2.0281: two placed signs in the same line are not combinedv8.2.0281Bram Moolenaar2020-02-195-7/+44
* patch 8.2.0280: Vim9: throw in :def function not caught higher upv8.2.0280Bram Moolenaar2020-02-193-0/+31
* patch 8.2.0279: Vim9: no test for deleted :def functionv8.2.0279Bram Moolenaar2020-02-193-0/+24
* patch 8.2.0278: channel test is flaky on Macv8.2.0278Bram Moolenaar2020-02-192-2/+3
* patch 8.2.0277: Vim9: not all instructions covered by testsv8.2.0277Bram Moolenaar2020-02-192-0/+141
* patch 8.2.0276: Vim9: not allowing space before ")" in function callv8.2.0276Bram Moolenaar2020-02-193-1/+35
* patch 8.2.0275: some Ex code not covered by testsv8.2.0275Bram Moolenaar2020-02-188-1/+147
* patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :globalv8.2.0274Bram Moolenaar2020-02-185-0/+20
* patch 8.2.0273: MS-Windows uninstall may delete wrong batch filev8.2.0273Bram Moolenaar2020-02-175-13/+12
* patch 8.2.0272: ":helptags ALL" gives error for some directoriesv8.2.0272Bram Moolenaar2020-02-173-11/+24
* patch 8.2.0271: the "num64" feature is available everywherev8.2.0271Bram Moolenaar2020-02-179-118/+52
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-1720-7/+466
* patch 8.2.0269: Vim9: operator after list index does not workv8.2.0269Bram Moolenaar2020-02-173-0/+28
* patch 8.2.0268: trycatch test failsv8.2.0268Bram Moolenaar2020-02-172-2/+7
* patch 8.2.0267: no check for a following cmd when calling a function failsv8.2.0267Bram Moolenaar2020-02-163-1/+8
* patch 8.2.0266: terminal in popup test sometimes fails on Macv8.2.0266Bram Moolenaar2020-02-162-0/+3
* patch 8.2.0265: "eval" after "if 0" doesn't check for following commandv8.2.0265Bram Moolenaar2020-02-163-0/+12
* patch 8.2.0264: fileformat test still fails on MS-Windowsv8.2.0264Bram Moolenaar2020-02-162-1/+3
* patch 8.2.0263: a few new Vim9 messages are not localizedv8.2.0263Bram Moolenaar2020-02-163-5/+7
* patch 8.2.0262: fileformat test fails on MS-Windowsv8.2.0262Bram Moolenaar2020-02-162-0/+5
* patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar2020-02-1611-0/+223
* patch 8.2.0260: several lines of code are duplicatedv8.2.0260Bram Moolenaar2020-02-1510-161/+128