summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update runtime files.Bram Moolenaar2020-02-1514-69/+113
* patch 8.2.0259: terminal in popup test sometimes failsv8.2.0259Bram Moolenaar2020-02-143-1/+4
* patch 8.2.0258: modifyOtherKeys cannot be temporarily disabledv8.2.0258Bram Moolenaar2020-02-145-1/+56
* patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar2020-02-148-21/+78
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-1424-1058/+1096
* patch 8.2.0255: VMS: missing files in buildv8.2.0255Bram Moolenaar2020-02-132-0/+20
* patch 8.2.0254: compiler warning for checking size_t to be negativev8.2.0254Bram Moolenaar2020-02-132-2/+4
* patch 8.2.0253: crash when using :disassamble without argumentv8.2.0253Bram Moolenaar2020-02-134-2/+15
* patch 8.2.0252: Windows compiler warns for using size_tv8.2.0252Bram Moolenaar2020-02-132-3/+5
* patch 8.2.0251: a couple of function return types can be more specificv8.2.0251Bram Moolenaar2020-02-123-4/+6
* patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar2020-02-1212-39/+6
* patch 8.2.0249: MS-Windows: various warningsv8.2.0249Bram Moolenaar2020-02-123-0/+21
* patch 8.2.0248: MS-Windows: dealing with deprecation is too complicatedv8.2.0248Bram Moolenaar2020-02-127-26/+10
* patch 8.2.0247: misleading comment in NSIS installer scriptv8.2.0247Bram Moolenaar2020-02-122-1/+3
* patch 8.2.0246: MSVC: deprecation warnings with Rubyv8.2.0246Bram Moolenaar2020-02-116-24/+10
* patch 8.2.0245: MSVC: error message if the auto directory already existsv8.2.0245Bram Moolenaar2020-02-112-1/+3
* patch 8.2.0244: compiler warning in Lua interfacev8.2.0244Bram Moolenaar2020-02-112-2/+4
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-1117-47/+400
* patch 8.2.0242: preview popup window test fails with long directory namev8.2.0242Bram Moolenaar2020-02-112-2/+4
* patch 8.2.0241: crash when setting 'buftype' to "quickfix"v8.2.0241Bram Moolenaar2020-02-103-1/+10
* patch 8.2.0240: using memory after it was freedv8.2.0240Bram Moolenaar2020-02-103-17/+23
* patch 8.2.0239: MS-Windows: 'env' job option does not override existing varsv8.2.0239Bram Moolenaar2020-02-103-18/+29
* patch 8.2.0238: MS-Windows: job_stop() results in exit value zerov8.2.0238Bram Moolenaar2020-02-103-2/+19