summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar2020-04-011-0/+2
| | | | | Problem: Vim9: some error messages not tested. Solution: Add more tests. Fix uncovered bugs.
* patch 8.2.0492: Vim9: some error messages not testedv8.2.0492Bram Moolenaar2020-04-011-0/+2
| | | | | Problem: Vim9: some error messages not tested. Solution: Add more tests. Remove dead code. Fix uncovered bugs.
* patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar2020-04-011-0/+2
| | | | | Problem: Cannot recognize a <script> mapping using maparg(). Solution: Add the "script" key. (closes #5873)
* patch 8.2.0490: Win32: VTP doesn't respect 'restorescreen'v8.2.0490Bram Moolenaar2020-04-011-0/+2
| | | | | | Problem: Win32: VTP doesn't respect 'restorescreen'. Solution: Use escape codes to switch to alternate screen. (Nobuhiro Takasaki, closes #5872)
* patch 8.2.0489: Vim9: memory leaksv8.2.0489Bram Moolenaar2020-04-011-0/+2
| | | | | Problem: Vim9: memory leaks. Solution: Free memory in the right place. Add hints for using asan.
* patch 8.2.0488: Vim9: compiling can break when using a lambda inside :defv8.2.0488Bram Moolenaar2020-03-311-0/+2
| | | | | Problem: Vim9: Compiling can break when using a lambda inside :def. Solution: Do not keep a pointer to the dfunc_T for longer time.
* patch 8.2.0487: Vim9: compiling not sufficiently testedv8.2.0487Bram Moolenaar2020-03-311-0/+2
| | | | | Problem: Vim9: compiling not sufficiently tested. Solution: Add more tests. Fix bug with PCALL.
* patch 8.2.0486: Vim9: some code and error messages not testedv8.2.0486Bram Moolenaar2020-03-301-0/+2
| | | | | Problem: Vim9: some code and error messages not tested. Solution: Add more tests.
* patch 8.2.0485: Vim9 script test failsv8.2.0485Bram Moolenaar2020-03-301-0/+2
| | | | | Problem: Vim9 script test fails. Solution: Stricter condition for adding new local variable.
* patch 8.2.0484: Vim9: some error messages not testedv8.2.0484Bram Moolenaar2020-03-301-0/+2
| | | | | Problem: Vim9: some error messages not tested. Solution: Add more tests.
* patch 8.2.0483: Vim9: "let x = x + 1" does not give an errorv8.2.0483Bram Moolenaar2020-03-301-0/+2
| | | | | Problem: Vim9: "let x = x + 1" does not give an error. Solution: Hide the variable when compiling the expression.
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-0/+2
| | | | | Problem: Channel and sandbox code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)
* patch 8.2.0481: Travis is still using trustyv8.2.0481Bram Moolenaar2020-03-301-0/+2
| | | | | Problem: Travis is still using trusty. Solution: Adjust config to use bionic. (Ozaki Kiichi, closes #5868)
* patch 8.2.0480: Vim9: some code is not testedv8.2.0480Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: Vim9: some code is not tested. Solution: Add more tests.
* patch 8.2.0479: unloading shared libraries on exit has no purposev8.2.0479Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: Unloading shared libraries on exit has no purpose. Solution: Do not unload shared libraries on exit.
* patch 8.2.0478: new buffers are not added to the Buffers menuv8.2.0478Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: New buffers are not added to the Buffers menu. Solution: Turn number into string. (Yee Cheng Chin, closes #5864)
* patch 8.2.0477: Vim9: error messages not testedv8.2.0477Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: Vim9: error messages not tested. Solution: Add more tests.
* patch 8.2.0476: terminal nasty callback test fails sometimesv8.2.0476Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: Terminal nasty callback test fails sometimes. Solution: use term_wait() instead of a sleep. (Yee Cheng Chin,closes #5865)
* patch 8.2.0475: channel out_cb test still fails sometimes on Macv8.2.0475Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: Channel out_cb test still fails sometimes on Mac. Solution: Use an ever longer timeout.
* patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmdv8.2.0474Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: Cannot use :write when using a plugin with BufWriteCmd. Solution: Reset BF_NOTEDITED after BufWriteCmd. (closes #5807)
* patch 8.2.0473: variables declared in an outer scopev8.2.0473Bram Moolenaar2020-03-291-0/+2
| | | | | Problem: Variables declared in an outer scope. Solution: Decleare variables only in the scope where they are used.
* patch 8.2.0472: terminal highlight name is set twice, leaking memoryv8.2.0472Bram Moolenaar2020-03-281-0/+2
| | | | | Problem: Terminal highlight name is set twice, leaking memory. Solution: Delete one.
* patch 8.2.0471: missing change to compile_list()v8.2.0471Bram Moolenaar2020-03-281-0/+2
| | | | | Problem: Missing change to compile_list(). Solution: Add error message.
* patch 8.2.0470: Test_confirm_cmd_cancel() can fail on a slow systemv8.2.0470Bram Moolenaar2020-03-281-0/+2
| | | | | Problem: Test_confirm_cmd_cancel() can fail on a slow system. Solution: Use WaitForAssert(). (Ozaki Kiichi, closes #5861)
* patch 8.2.0469: Vim9: no error for missing ] after listv8.2.0469Bram Moolenaar2020-03-281-0/+2
| | | | | Problem: Vim9: no error for missing ] after list. Solution: Add error message. Add more tests.
* patch 8.2.0468: GUI: pixel dust with some fonts and charactersv8.2.0468Bram Moolenaar2020-03-281-0/+2
| | | | | | Problem: GUI: pixel dust with some fonts and characters. Solution: Always redraw the character before the cursor. (Nir Lichtman, closes #5549, closes #5856)
* patch 8.2.0467: Vim9: some errors are not testedv8.2.0467Bram Moolenaar2020-03-281-0/+2
| | | | | Problem: Vim9: some errors are not tested Solution: Add more tests. Fix that Vim9 script flag is not reset.
* patch 8.2.0466: not parsing messages recursively breaks the govim pluginv8.2.0466Bram Moolenaar2020-03-281-0/+2
| | | | | | Problem: Not parsing messages recursively breaks the govim plugin. Solution: When called recursively do handle messages but do not close channels.
* patch 8.2.0465: Vim9: dead code and wrong return typev8.2.0465Bram Moolenaar2020-03-281-0/+2
| | | | | Problem: Vim9: dead code and wrong return type. Solution: Remove dead code. Fix return type. Add more tests.
* Correct list of patch numbersBram Moolenaar2020-03-271-2/+0
|
* patch 8.2.0464: typos and other small problemsv8.2.0464Bram Moolenaar2020-03-271-0/+2
| | | | | Problem: Typos and other small problems. Solution: Fix the typos. Add missing files to the distribution.
* patch 8.2.0464: typos and other small problemsv8.2.0463Bram Moolenaar2020-03-271-0/+4
| | | | | Problem: Typos and other small problems. Solution: Fix the typos. Add missing file to distribution.
* patch 8.2.0462: previewwindow test fails on some systemsv8.2.0462Bram Moolenaar2020-03-271-0/+2
| | | | | Problem: Previewwindow test fails on some systems. (James McCoy) Solution: Wait a bit after sending the "o". (closes #5849)
* patch 8.2.0461: confirm test fails on amd64 systemv8.2.0461Bram Moolenaar2020-03-271-0/+2
| | | | | Problem: Confirm test fails on amd64 system. (Alimar Riesebieter) Solution: Add an extra WaitForAssert(). (Dominique Pelle)
* patch 8.2.0460: build failure because of wrong feature namev8.2.0460Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Build failure because of wrong feature name. Solution: Correct feature name.
* patch 8.2.0459: cannot check if a function name is correctv8.2.0459Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Cannot check if a function name is correct. Solution: Add "?funcname" to exists().
* patch 8.2.0458: missing feature check in test functionv8.2.0458Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Missing feature check in test function. Solution: Add check commands.
* patch 8.2.0457: Test_quotestar() often fails when run under valgrindv8.2.0457Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Test_quotestar() often fails when run under valgrind. Solution: Wait longer for the GUI to start.
* patch 8.2.0456: Test_confirm_cmd is flakyv8.2.0456Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Test_confirm_cmd is flaky. Solution: Add a term_wait() call. (closes #5854)
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Cannot set the highlight group for a specific terminal. Solution: Add the "highlight" option to term_start(). (closes #5818)
* patch 8.2.0454: some tests fail when the system is slowv8.2.0454Bram Moolenaar2020-03-261-0/+2
| | | | | | Problem: Some tests fail when the system is slow. Solution: Make the run number global, use in the test to increase the waiting time. (closes #5841)
* patch 8.2.0453: trailing space in job_start() command causes empty argumentv8.2.0453Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Trailing space in job_start() command causes empty argument. Solution: Ignore trailing space. (closes #5851)
* patch 8.2.0452: channel_parse_messages() fails when called recursivelyv8.2.0452Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: channel_parse_messages() fails when called recursively. Solution: Return for a recursive call. (closes #5835)
* patch 8.2.0451: Win32: double-width character displayed incorrectlyv8.2.0451Bram Moolenaar2020-03-261-0/+2
| | | | | | Problem: Win32: double-width character displayed incorrectly. Solution: First move the cursor to the first column. (Nobuhiro Takasaki, closes #5848)
* patch 8.2.0450: not enough testing for restricted mode and function callsv8.2.0450Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Not enough testing for restricted mode and function calls. Solution: Add more tests. (Yegappan Lakshmanan, closes #5847)
* patch 8.2.0449: Vim9: crash if return type is invalidv8.2.0449Bram Moolenaar2020-03-261-0/+2
| | | | | Problem: Vim9: crash if return type is invalid. (Yegappan Lakshmanan) Solution: Always return some type, not NULL.
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+2
| | | | | | Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)
* patch 8.2.0447: terminal scroll tests fails on some systemsv8.2.0447Bram Moolenaar2020-03-251-0/+2
| | | | | | Problem: Terminal scroll tests fails on some systems. Solution: Remove the fixed 100msec wait for Win32. Add a loop to wait until scrolling has finished. (James McCoy, closes #5842)
* patch 8.2.0446: listener with undo of deleting all lines not testedv8.2.0446Bram Moolenaar2020-03-251-0/+2
| | | | | Problem: Listener with undo of deleting all lines not tested. Solution: Add a test.
* patch 8.2.0445: png and xpm files not in MS-Windows zip filev8.2.0445Bram Moolenaar2020-03-251-0/+2
| | | | | Problem: Png and xpm files not in MS-Windows zip file. Solution: Move files to shared between Unix and Windows target.