summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.0237: crash when setting 'wincolor' on finished terminal windowv8.2.0237Bram Moolenaar2020-02-103-0/+19
* patch 8.2.0236: MS-Windows unintall doesn't delete vimtutur.batv8.2.0236Bram Moolenaar2020-02-092-0/+8
* patch 8.2.0235: draw error when an empty group is removed from 'statusline'v8.2.0235Bram Moolenaar2020-02-084-0/+36
* patch 8.2.0234: message test fails on SunOSv8.2.0234Bram Moolenaar2020-02-082-3/+17
* patch 8.2.0233: crash when using garbagecollect() in between rand()v8.2.0233Bram Moolenaar2020-02-085-114/+163
* patch 8.2.0232: the :compiler command causes a crashv8.2.0232Bram Moolenaar2020-02-083-1/+14
* patch 8.2.0231: silent system command may clear the screenv8.2.0231Bram Moolenaar2020-02-082-2/+4
* patch 8.2.0230: terminal popup test is flakyv8.2.0230Bram Moolenaar2020-02-072-1/+3
* patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar2020-02-074-16/+116
* patch 8.2.0228: configure does not recognize gcc version on BSDv8.2.0228Bram Moolenaar2020-02-073-2/+4
* patch 8.2.0227: compiling a few instructions not testedv8.2.0227Bram Moolenaar2020-02-062-1/+80
* patch 8.2.0226: compiling for loop not testedv8.2.0226Bram Moolenaar2020-02-063-5/+77
* patch 8.2.0225: compiling lambda not tested yetv8.2.0225Bram Moolenaar2020-02-064-10/+52
* patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar2020-02-064-26/+79
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-068-230/+256
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-066-49/+152
* patch 8.2.0221: no test for Vim9 += and ..=v8.2.0221Bram Moolenaar2020-02-062-2/+25
* patch 8.2.0220: terminal test did pass on Macv8.2.0220Bram Moolenaar2020-02-062-6/+6
* patch 8.2.0219: terminal test still fails on Macv8.2.0219Bram Moolenaar2020-02-052-4/+8
* patch 8.2.0218: several Vim9 instructions are not testedv8.2.0218Bram Moolenaar2020-02-052-36/+125
* patch 8.2.0217: terminal test fails on Macv8.2.0217Bram Moolenaar2020-02-052-0/+3
* patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar2020-02-054-7/+78
* patch 8.2.0215: wrong file name shorteningv8.2.0215Bram Moolenaar2020-02-053-7/+15
* patch 8.2.0214: a popup window with a terminal can be made hiddenv8.2.0214Bram Moolenaar2020-02-054-2/+30
* patch 8.2.0213: configure does not recognize gcc 10.0 and laterv8.2.0213Bram Moolenaar2020-02-053-3/+5
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-0515-0/+103
* patch 8.2.0211: test for ANSI colors fails without an "ls" commandv8.2.0211Bram Moolenaar2020-02-052-3/+10
* patch 8.2.0210: Coverity complains about uninitialized fieldv8.2.0210Bram Moolenaar2020-02-042-0/+3
* Update runtime files.Bram Moolenaar2020-02-0416-61/+177
* patch 8.2.0209: function a bit far away from where it's usedv8.2.0209Bram Moolenaar2020-02-043-40/+42
* patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."v8.2.0208Bram Moolenaar2020-02-044-6/+39
* patch 8.2.0207: crash when missing member type on list argumentv8.2.0207Bram Moolenaar2020-02-043-4/+26
* patch 8.2.0206: calling Vim9 function using default argument failsv8.2.0206Bram Moolenaar2020-02-044-3/+42
* patch 8.2.0205: error code E899 used twicev8.2.0205Bram Moolenaar2020-02-032-1/+3
* patch 8.2.0204: crash when using winnr('j') in a popup windowv8.2.0204Bram Moolenaar2020-02-034-3/+20
* patch 8.2.0203: :helptags and some other functionality not testedv8.2.0203Bram Moolenaar2020-02-039-1/+181
* patch 8.2.0202: when 'lazyredraw' is set the window title may not be updatedv8.2.0202Bram Moolenaar2020-02-032-0/+6
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-036-82/+136
* patch 8.2.0200: Vim9 script commands not sufficiently testedv8.2.0200Bram Moolenaar2020-02-029-58/+301