summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0255: VMS: missing files in buildv8.2.0255Bram Moolenaar2020-02-132-0/+20
| | | | | Problem: VMS: missing files in build. Solution: Add the files. (Zoltan Arpadffy)
* patch 8.2.0254: compiler warning for checking size_t to be negativev8.2.0254Bram Moolenaar2020-02-132-2/+4
| | | | | Problem: Compiler warning for checking size_t to be negative. Solution: Only check for zero. (Zoltan Arpadffy)
* patch 8.2.0253: crash when using :disassamble without argumentv8.2.0253Bram Moolenaar2020-02-134-2/+15
| | | | | | Problem: Crash when using :disassamble without argument. (Dhiraj Mishra) Solution: Check for missing argument. (Dominique Pelle, closes #5635, closes #5637)
* patch 8.2.0252: Windows compiler warns for using size_tv8.2.0252Bram Moolenaar2020-02-132-3/+5
| | | | | Problem: Windows compiler warns for using size_t. Solution: Change to int. (Mike Williams)
* patch 8.2.0251: a couple of function return types can be more specificv8.2.0251Bram Moolenaar2020-02-123-4/+6
| | | | | Problem: A couple of function return types can be more specific. Solution: Use a better return type. (Ken Takata, closes #5629)
* patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250Bram Moolenaar2020-02-1212-39/+6
| | | | | Problem: test_clear_search_pat() is unused. Solution: Remove the function. (Yegappan Lakshmanan, closes #5624)
* patch 8.2.0249: MS-Windows: various warningsv8.2.0249Bram Moolenaar2020-02-123-0/+21
| | | | | | Problem: MS-Windows: various warnings. Solution: Set the charset to utf-8. Add _WIN32_WINNT and _USING_V110_SDK71_. (Ken Takata, closes #5625)
* patch 8.2.0248: MS-Windows: dealing with deprecation is too complicatedv8.2.0248Bram Moolenaar2020-02-127-26/+10
| | | | | | | Problem: MS-Windows: dealing with deprecation is too complicated. Solution: Use io.h directly. Move _CRT_SECURE_NO_DEPRECATE to the build file. Suppress C4091 warning by setting "_WIN32_WINNT". (Ken Takata, closes #5626)
* patch 8.2.0247: misleading comment in NSIS installer scriptv8.2.0247Bram Moolenaar2020-02-122-1/+3
| | | | | Problem: Misleading comment in NSIS installer script. Solution: Negate the meaning of the comment. (Ken Takata, closes #5627)
* patch 8.2.0246: MSVC: deprecation warnings with Rubyv8.2.0246Bram Moolenaar2020-02-116-24/+10
| | | | | | Problem: MSVC: deprecation warnings with Ruby. Solution: Move _CRT_SECURE_NO_DEPRECATE to build file. (Ken Takata, closes #5622)
* patch 8.2.0245: MSVC: error message if the auto directory already existsv8.2.0245Bram Moolenaar2020-02-112-1/+3
| | | | | Problem: MSVC: error message if the auto directory already exists. Solution: Add "if not exists". (Ken Takata, closes #5620)
* patch 8.2.0244: compiler warning in Lua interfacev8.2.0244Bram Moolenaar2020-02-112-2/+4
| | | | | Problem: Compiler warning in Lua interface. Solution: Add type cast. (Ken Takata, closes #5621)
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-1117-47/+400
| | | | | Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
* patch 8.2.0242: preview popup window test fails with long directory namev8.2.0242Bram Moolenaar2020-02-112-2/+4
| | | | | | Problem: Preview popup window test fails with long directory name. (Jakub Kądziołka) Solution: Use "silent cd". (closes #5615)
* patch 8.2.0241: crash when setting 'buftype' to "quickfix"v8.2.0241Bram Moolenaar2020-02-103-1/+10
| | | | | Problem: Crash when setting 'buftype' to "quickfix". Solution: Check that error list is not NULL. (closes #5613)
* patch 8.2.0240: using memory after it was freedv8.2.0240Bram Moolenaar2020-02-103-17/+23
| | | | | Problem: Using memory after it was freed. (Dominique Pelle) Solution: Do not mix converion buffer with other buffer.
* patch 8.2.0239: MS-Windows: 'env' job option does not override existing varsv8.2.0239Bram Moolenaar2020-02-103-18/+29
| | | | | | | Problem: MS-Windows: 'env' job option does not override existing environment variables. (Tim Pope) Solution: Set the environment variables later. (Yasuhiro Matsumoto, closes #5485, closes #5608)
* patch 8.2.0238: MS-Windows: job_stop() results in exit value zerov8.2.0238Bram Moolenaar2020-02-103-2/+19
| | | | | | Problem: MS-Windows: job_stop() results in exit value zero. Solution: Call TerminateJobObject() with -1 instead of 0. (Yasuhiro Matsumoto, closes #5150, closes #5614)
* patch 8.2.0237: crash when setting 'wincolor' on finished terminal windowv8.2.0237Bram Moolenaar2020-02-103-0/+19
| | | | | | | Problem: Crash when setting 'wincolor' on finished terminal window. (Bakudankun) Solution: Check that the vterm is not NULL. (Yasuhiro Matsumoto, closes #5607, closes #5610)
* patch 8.2.0236: MS-Windows unintall doesn't delete vimtutur.batv8.2.0236Bram Moolenaar2020-02-092-0/+8
| | | | | Problem: MS-Windows unintall doesn't delete vimtutur.bat. Solution: Change directory before deletion. (Ken Takata, closes #5603)
* patch 8.2.0235: draw error when an empty group is removed from 'statusline'v8.2.0235Bram Moolenaar2020-02-084-0/+36
| | | | | Problem: Draw error when an empty group is removed from 'statusline'. Solution: Do not use highlighting from a removed group.
* patch 8.2.0234: message test fails on SunOSv8.2.0234Bram Moolenaar2020-02-082-3/+17
| | | | | Problem: Message test fails on SunOS. Solution: Adjust expectation for printf "%p". (Ozaki Kiichi, closes #5595)
* patch 8.2.0233: crash when using garbagecollect() in between rand()v8.2.0233Bram Moolenaar2020-02-085-114/+163
| | | | | | Problem: Crash when using garbagecollect() in between rand(). Solution: Redesign the rand() and srand() implementation. (Yasuhiro Matsumoto, closes #5587, closes #5588)
* patch 8.2.0232: the :compiler command causes a crashv8.2.0232Bram Moolenaar2020-02-083-1/+14
| | | | | Problem: The :compiler command causes a crash. (Daniel Steinberg) Solution: Do not use the script index if it isn't set.
* patch 8.2.0231: silent system command may clear the screenv8.2.0231Bram Moolenaar2020-02-082-2/+4
| | | | | Problem: Silent system command may clear the screen. Solution: Do not clear the screen in t_te.
* patch 8.2.0230: terminal popup test is flakyv8.2.0230Bram Moolenaar2020-02-072-1/+3
| | | | | Problem: Terminal popup test is flaky. Solution: Increase wait time a bit.
* patch 8.2.0229: compare instructions not testedv8.2.0229Bram Moolenaar2020-02-074-16/+116
| | | | | Problem: Compare instructions not tested. Solution: Add test cases. Fix disassemble with line continuation.
* patch 8.2.0228: configure does not recognize gcc version on BSDv8.2.0228Bram Moolenaar2020-02-073-2/+4
| | | | | | Problem: Configure does not recognize gcc version on BSD. Solution: Do not use "\+" in the pattern matching the version number. (Ozaki Kiichi, closes #5590)
* patch 8.2.0227: compiling a few instructions not testedv8.2.0227Bram Moolenaar2020-02-062-1/+80
| | | | | Problem: Compiling a few instructions not tested. Solution: Add more test cases.
* patch 8.2.0226: compiling for loop not testedv8.2.0226Bram Moolenaar2020-02-063-5/+77
| | | | | Problem: Compiling for loop not tested. Solution: Add a test. Make variable initialization work for more types.
* patch 8.2.0225: compiling lambda not tested yetv8.2.0225Bram Moolenaar2020-02-064-10/+52
| | | | | Problem: compiling lambda not tested yet. Solution: Add test for lambda and funcref. Drop unused instruction arg.
* patch 8.2.0224: compiling :elseif not tested yetv8.2.0224Bram Moolenaar2020-02-064-26/+79
| | | | | Problem: compiling :elseif not tested yet. Solution: Add test for :elseif. Fix generating jumps.
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-068-230/+256
| | | | | | Problem: Some instructions not yet tested. Solution: Disassemble more instructions. Move tests to a new file. Compile call to s:function().
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-066-49/+152
| | | | | Problem: Vim9: optional function arguments don't work yet. Solution: Implement optional function arguments.
* patch 8.2.0221: no test for Vim9 += and ..=v8.2.0221Bram Moolenaar2020-02-062-2/+25
| | | | | Problem: No test for Vim9 += and ..=. Solution: Add tests.
* patch 8.2.0220: terminal test did pass on Macv8.2.0220Bram Moolenaar2020-02-062-6/+6
| | | | | Problem: Terminal test did pass on Mac. Solution: Remove the skip again.
* patch 8.2.0219: terminal test still fails on Macv8.2.0219Bram Moolenaar2020-02-052-4/+8
| | | | | Problem: Terminal test still fails on Mac. Solution: Skip part of the test on Mac.
* patch 8.2.0218: several Vim9 instructions are not testedv8.2.0218Bram Moolenaar2020-02-052-36/+125
| | | | | Problem: Several Vim9 instructions are not tested. Solution: Add more tests.
* patch 8.2.0217: terminal test fails on Macv8.2.0217Bram Moolenaar2020-02-052-0/+3
| | | | | Problem: Terminal test fails on Mac. Solution: Add a short wait.
* patch 8.2.0216: several Vim9 instructions are not testedv8.2.0216Bram Moolenaar2020-02-054-7/+78
| | | | | | Problem: Several Vim9 instructions are not tested. Solution: Add more tests. Fix :disassamble output. Make catch with pattern work.
* patch 8.2.0215: wrong file name shorteningv8.2.0215Bram Moolenaar2020-02-053-7/+15
| | | | | | Problem: Wrong file name shortening. (Ingo Karkat) Solution: Better check for path separator. (Yasuhiro Matsumoto, closes #5583, closes #5584)
* patch 8.2.0214: a popup window with a terminal can be made hiddenv8.2.0214Bram Moolenaar2020-02-054-2/+30
| | | | | Problem: A popup window with a terminal can be made hidden. Solution: Disallow hiding a terminal popup.
* patch 8.2.0213: configure does not recognize gcc 10.0 and laterv8.2.0213Bram Moolenaar2020-02-053-3/+5
| | | | | | Problem: Configure does not recognize gcc 10.0 and later. Solution: Adjust the pattern matching the version number. (Sergei Trofimovich, closes #5580)
* patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar2020-02-0515-0/+103
| | | | | | Problem: Missing search/substitute pattern hardly tested. Solution: Add test_clear_search_pat() and tests. (Yegappan Lakshmanan, closes #5579)
* patch 8.2.0211: test for ANSI colors fails without an "ls" commandv8.2.0211Bram Moolenaar2020-02-052-3/+10
| | | | | Problem: Test for ANSI colors fails without an "ls" command. Solution: Use "dir". (Ken Takata, closes #5582)
* patch 8.2.0210: Coverity complains about uninitialized fieldv8.2.0210Bram Moolenaar2020-02-042-0/+3
| | | | | Problem: Coverity complains about uninitialized field. Solution: Initialize the field.
* 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
| | | | | Problem: Function a bit far away from where it's used. Solution: Move function close to where it's used. (Ken Takata, closes #5569)
* patch 8.2.0208: fnamemodify() does not apply ":~" when followed by ":."v8.2.0208Bram Moolenaar2020-02-044-6/+39
| | | | | | Problem: Fnamemodify() does not apply ":~" when followed by ":.". Solution: Don't let a failing ":." cause the ":~" to be skipped. (Yasuhiro Matsumoto, closes #5577)
* patch 8.2.0207: crash when missing member type on list argumentv8.2.0207Bram Moolenaar2020-02-043-4/+26
| | | | | Problem: Crash when missing member type on list argument. Solution: Check for invalid type. (closes #5572)