Skip to content

Commit a042620

Browse files
vim: Import v9.2.0110
* 9.2.0110: No support for terminal synchronization mode * 9.2.0109: VIM_BACKTICK is always defined except for tiny builds * 9.2.0108: byteidx_common() and f_utf16idx() call ptr2len() twice * 9.2.0107: tests: Test_statuslineopt() is flaky
1 parent 2053be4 commit a042620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [9.2.0106](https://github.com/vim/vim/commit/648240fe9a0013354a0a15777d0d5c8eb203df3d): memory leak in expand\_findfunc()\n* [9.2.0105](https://github.com/vim/vim/commit/7d1e0a783247598f6689b920b8a698df02bca382): memory leak in heredoc\_get() in src/evalvars.c\n* [9.2.0104](https://github.com/vim/vim/commit/2a7414594af8d4cd5920c7628953a2d51ec50a02): popup: flickering on opaque popups with overlapping text\n* [9.2.0103](https://github.com/vim/vim/commit/ff9185e8225fc66449eb63bec34e56e239cca217): missing FEAT\_MENU guard for w\_winbar\_height in window.c\n* [9.2.0102](https://github.com/vim/vim/commit/5845741d69655a731288ab105c8fd9fe46e12df9): 'listchars' "leadtab" not used in :list\n* [9.2.0101](https://github.com/vim/vim/commit/b0ad5c077ba8d8495ba47b1e689b2483062aee0b): statusline drawing issue for multi-lines\n* [9.2.0100](https://github.com/vim/vim/commit/238a84621d9fa3a48fa46567383a147704205b2e): Using reserved keyword new as function argument\n* [9.2.0099](https://github.com/vim/vim/commit/b2bc54534c79791a71d744a6e7d8197e42e2aade): compiler warning about unused variable\n* [9.2.0098](https://github.com/vim/vim/commit/bc959db1639a7284ffb86be6f29891acc13d8a99): Coverity: Error handling issue in win\_init()\n* [runtime(syntax-tests): regenerate dump files (after v9.2.0093)](https://github.com/vim/vim/commit/f7a568ebeb3a33ef25f78a01c4a3053e95c510ab)\n* [9.2.0097](https://github.com/vim/vim/commit/e352bb632ab17e5d7b83d43b78a1005507322402): Memory leak in qf\_push\_dir()\n* [9.2.0096](https://github.com/vim/vim/commit/327e0e34c907abafbf356700705a3676c036ca65): has() function is slow due to linear feature scan\n* [9.2.0095](https://github.com/vim/vim/commit/962a8c7f001e968a69d47ad0f8c439c3d0478dc1): keypad keys may shadow normal keys\n* [translation: regenerate po/vim.pot after v9.2.0093](https://github.com/vim/vim/commit/9166f1c09b6f21f152f76b3d7440be36b8c66eec)\n* [9.2.0094](https://github.com/vim/vim/commit/2c1f4dcbcc0b1d8350b372c46281c90a571cdffb): popup: concealed text causes incorrect truncation\n* [9.2.0093](https://github.com/vim/vim/commit/98174caabb5dc5a5aeda2fb328c922fe9a670be4): Not possible to have window-local highlighting groups\n* [9.2.0092](https://github.com/vim/vim/commit/62cf4c29477a740193157bd92fe882cec9467521): control flow commands using '|' fail inside a {} block\n* [runtime(nickel): Add filetype plugin with com, cms settings](https://github.com/vim/vim/commit/99ba87d152a93d994eb052ba1cfc39e55ac46421)\n* [9.2.0091](https://github.com/vim/vim/commit/01554015384e1f8016ee29209e0c370a9e79b80d): missing out-of-memory checks in quickfix.c\n* [runtime(po): Update syntax script](https://github.com/vim/vim/commit/6ce357a58673dbf29c725dfdb168ee578d3001ad)\n* [runtime(doc): Tweak doc style in options.txt](https://github.com/vim/vim/commit/73f41626df1f1764007f073088048ffea4f970c4)\n* [9.2.0090](https://github.com/vim/vim/commit/4b30e40a1f0c27622f71e70648aff99a5a99be5f): "leadtab" behavior inconsistent on line with only TABs
1+
* [9.2.0110](https://github.com/vim/vim/commit/7ba60f17c22ef81680f25f8c3225b4edb55ddd7c): No support for terminal synchronization mode\n* [9.2.0109](https://github.com/vim/vim/commit/6c34ace536310ed2741091bcb13e3b6cf6dda893): VIM\_BACKTICK is always defined except for tiny builds\n* [9.2.0108](https://github.com/vim/vim/commit/499e93d09a9d687baafaa922660fc19dd30ffa45): byteidx\_common() and f\_utf16idx() call ptr2len() twice\n* [9.2.0107](https://github.com/vim/vim/commit/76abd0ccdf4b57deca6ffbe3514c39f1bc227b13): tests: Test\_statuslineopt() is flaky

0 commit comments

Comments
 (0)