Skip to content

Tags: ZhuShaoming/vim

Tags

v8.2.3868

Toggle v8.2.3868's commit message
patch 8.2.3868: Vim9: function test fails

Problem:    Vim9: function test fails.
Solution:   Add missing changes.  Add test for earlier patch.

v8.2.3867

Toggle v8.2.3867's commit message
patch 8.2.3867: implementation of some list functions too complicated

Problem:    Implementation of some list functions too complicated.
Solution:   Refactor do_sort_uniq(), f_count() and extend() (Yegappan
            Lakshmanan, closes vim#9378)

v8.2.3866

Toggle v8.2.3866's commit message
patch 8.2.3866: Vim9: type checking global variables is inconsistent

Problem:    Vim9: type checking global variables is inconsistent.
Solution:   Use the "unknown" type in more places.

v8.2.3865

Toggle v8.2.3865's commit message
patch 8.2.3865: Vim9: compiler complains about using "try" as a struc…

…t member

Problem:    Vim9: compiler complains about using "try" as a struct member.
Solution:   Rename "try" to "tryref".

v8.2.3864

Toggle v8.2.3864's commit message
patch 8.2.3864: cannot disable requesting key codes from xterm

Problem:    Cannot disable requesting key codes from xterm.
Solution:   Add the 'xtermcodes' option, default on.

v8.2.3863

Toggle v8.2.3863's commit message
patch 8.2.3863: various build flags accidentally enabled

Problem:    Various build flags accidentally enabled.
Solution:   Revert several lines in Makefile.

v8.2.3862

Toggle v8.2.3862's commit message
patch 8.2.3862: crash on exit with EXITFREE and using win_execute()

Problem:    Crash on exit with EXITFREE and using win_execute().
Solution:   Also save and restore tp_topframe. (issue vim#9374)

v8.2.3861

Toggle v8.2.3861's commit message
patch 8.2.3861: list of distributed files is outdated

Problem:    List of distributed files is outdated.
Solution:   Add new files.

v8.2.3860

Toggle v8.2.3860's commit message
patch 8.2.3860: Vim9: codecov struggles with the file size

Problem:    Vim9: codecov struggles with the file size.
Solution:   Split vim9compile.c into four files.

v8.2.3859

Toggle v8.2.3859's commit message
patch 8.2.3859: Vim9: some code lines not tested

Problem:    Vim9: some code lines not tested.
Solution:   Add a few specific tests.