Skip to content

Commit 4a40ef8

Browse files
vim: Import v9.2.0161
* 9.2.0161: intro message disappears on startup in some terminals * 9.2.0160: terminal DEC mode handling is overly complex * 9.2.0159: Crash when reading quickfix line * 9.2.0158: Visual highlighting might be incorrect * 9.2.0157: Vim9: concatenation can be improved * 9.2.0156: perleval() and rubyeval() ignore security settings * 9.2.0155: filetype: ObjectScript are not recognized * 9.2.0154: if_lua: runtime error with lua 5.5 * 9.2.0153: No support to act as a channel server * 9.2.0152: concatenating strings is slow * 9.2.0151: blob_from_string() is slow for long strings * 9.2.0150: synchronized terminal update may cause display artifacts * 9.2.0149: Vim9: segfault when unletting an imported variable
1 parent 14c50ac commit 4a40ef8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [9.2.0148](https://github.com/vim/vim/commit/9f983a95605b42dbdc4a8c0f95584a72fc33deeb): Compile error when FEAT\_DIFF is not defined\n* [runtime(ssh): ignore case in 'keywordprg', update syntax script](https://github.com/vim/vim/commit/3697c6b020e6b5899a13e7c7cb105708ba2eb9d9)\n* [9.2.0147](https://github.com/vim/vim/commit/67deae3b7796341ec2ab42faf492f13daea41007): blob: concatenation can be improved\n* [9.2.0146](https://github.com/vim/vim/commit/97a75d835b5b8321b1055852b4870496bf6eba60): dictionary lookups can be improved\n* [9.2.0145](https://github.com/vim/vim/commit/55464b5d18b5ab8a8f9821949315e2167a9df148): UTF-8 decoding and length calculation can be improved\n* [9.2.0144](https://github.com/vim/vim/commit/2d14d62c508e91b5533f1dad0882938c06cbf6b5): 'statuslineopt' is a global only option\n* [9.2.0143](https://github.com/vim/vim/commit/5890ea5397743c60c3cdeb93f50239d012120823): termdebug: no support for thread and condition in :Break\n* [9.2.0142](https://github.com/vim/vim/commit/401f9aeddf86a49846ad7049d0cba787fcf8e6d1): Coverity: Dead code warning\n* [9.2.0141](https://github.com/vim/vim/commit/c5f283d64140112e4536ac85c15bd7caad980732): :perl ex commands allowed in restricted mode\n* [runtime(doc): update option type of 'termresize' option (after v9.2.0139)](https://github.com/vim/vim/commit/3c15945337e6c71648565b8aa09a1caea1aa6195)
1+
* [9.2.0161](https://github.com/vim/vim/commit/ef3d79ebbe014effa2acd15b26b42086f6c0eebf): intro message disappears on startup in some terminals\n* [9.2.0160](https://github.com/vim/vim/commit/13b25e2f34dfa32d44c6fa330f39bbe1c2deb273): terminal DEC mode handling is overly complex\n* [9.2.0159](https://github.com/vim/vim/commit/8d13b8244a41d2457bc5049bdd0bb0238a754ede): Crash when reading quickfix line\n* [9.2.0158](https://github.com/vim/vim/commit/8b009a3bbf31a2dc29e1d9f1759ded0ee290388d): Visual highlighting might be incorrect\n* [9.2.0157](https://github.com/vim/vim/commit/90d751b3fb79a71662f3c060711d5eb9069030bd): Vim9: concatenation can be improved\n* [9.2.0156](https://github.com/vim/vim/commit/fba75cad9afd4bc5beb8acb0a7436c78c61b1214): perleval() and rubyeval() ignore security settings\n* [9.2.0155](https://github.com/vim/vim/commit/b11c8efbe6981076194e00323737780330cfd0a1): filetype: ObjectScript are not recognized\n* [9.2.0154](https://github.com/vim/vim/commit/e88e360a51f248a49b6c5ce85f5a109cb59c1c32): if\_lua: runtime error with lua 5.5\n* [9.2.0153](https://github.com/vim/vim/commit/ba861f8c533023edb3cde6ff7c91926f0a248e54): No support to act as a channel server\n* [9.2.0152](https://github.com/vim/vim/commit/16d421a4d95b45ebbcf47ab60173cdb1b87ce419): concatenating strings is slow\n* [9.2.0151](https://github.com/vim/vim/commit/475d6e2f1d72cd8520ab2d2b317ae2ff20777303): blob\_from\_string() is slow for long strings\n* [9.2.0150](https://github.com/vim/vim/commit/7c8168aa0a2bf026014d7b1b4224887ab9b5c4e6): synchronized terminal update may cause display artifacts\n* [9.2.0149](https://github.com/vim/vim/commit/36971539936b31de44d0bc5a96c8a7b8a88c49b8): Vim9: segfault when unletting an imported variable

0 commit comments

Comments
 (0)