Skip to content

Commit b961967

Browse files
vim: Import v9.2.0033
* 9.2.0033: filetype: sh filetype used for env files * runtime(typeset): enable localization for ConTeXt, METAFONT and MetaPost * runtime(apache): Add 'SSLVHostSNIPolicy' declaration to syntax script * 9.2.0032: completion: hang with line completion and fuzzy * 9.2.0031: Inefficient use of ga_concat() * 9.2.0030: completion: non-prefix matches shown when leader is NULL * 9.2.0029: STRLEN() used for a string literal * runtime(progress): Use setlocal for expandtab * 9.2.0028: matchadd() conceal may use unrelated syntax cchar * 9.2.0027: filetype: yara files are not recognized * 9.2.0026: The ss_pending_cmds variable is visible globally * runtime(less.sh): Fix reading from stdin. * translation(zh): Update menu translation for changed "Sponsor" entry * runtime(doctags): remove unused header include file * Filelist: Fix CI error caused by xdg.vim missing in Filelist * runtime(xdg): Move viminfofile storage to state dir * runtime(xdg): remove // from 'undo' and 'viwedir'
1 parent 9aba8f0 commit b961967

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.0025](https://github.com/vim/vim/commit/68dbb58d5189d1293b0f8e032af6bcb84101bd86): filetype: cshtml incorrectly recognized\n* [9.2.0024](https://github.com/vim/vim/commit/6cc291da063e7d9a74a6337d6a80af2b3bcbb5a9): Reading files with very long lines crashes with a segfault\n* [9.2.0023](https://github.com/vim/vim/commit/0ece393844a4433e4dc69cde6fe88f99ed7db100): fix integer overflow in ml\_append\_int() for long lines\n* [9.2.0022](https://github.com/vim/vim/commit/f06b3f529a9ab7b9f228358b7b3bae27193ba85d): bt\_quickfix() is slow\n* [9.2.0021](https://github.com/vim/vim/commit/dd989ec9ca3654584e2813f26a322f9de18406bf): channel: connection timeout fails to fall back to IPv4\n* [9.2.0020](https://github.com/vim/vim/commit/f245e17ac70df43fd7fe650c7227bb16a4615283): Wrong shortened buffer after :cd with duplicate slashes\n* [runtime(doc): Mention xdg.vim in version9.txt](https://github.com/vim/vim/commit/06a604dc8ed0159773e0d6515a239f22e0cf0b5a)\n* [9.2.0019](https://github.com/vim/vim/commit/4f04efb760af4f51975091ace7605c3dbd01d0c9): Hard to configure Vim according to full XDG spec\n* [runtime(syntax-tests): Fail when executable syntax tests are found](https://github.com/vim/vim/commit/dbd924f6a05427b153d35fa26c59258b09dcc902)\n* [README.md: mention r/vim and #vim libera](https://github.com/vim/vim/commit/472f46e2316c32fa83ef8c9305d3c878c39a17ac)\n* [9.2.0018](https://github.com/vim/vim/commit/392ed90a9a94f42a195d88378c34e6fbb7ea1bf9): high cpu usage with Wayland compositor\n* [9.2.0017](https://github.com/vim/vim/commit/95e8faa24f944b9f395089c38948aef9722750ec): popup: cannot allow to specify transparency\n* [runtime(less.sh): simplify the script and avoid startup messages](https://github.com/vim/vim/commit/515da6ecdb97bbbb5be75c653d50495b306d8280)\n* [9.2.0016](https://github.com/vim/vim/commit/6c203072fea831ce4ed9d45c69b32444fc9f67ff): popup border not redrawn correctly with wide chars\n* [runtime(ccomplete): handle structs from tags file](https://github.com/vim/vim/commit/89712b9f0e8cbf6074cc5dc0465bdd62245ad9c1)
1+
* [9.2.0033](https://github.com/vim/vim/commit/d0fa375629b1bfdb8dc054894ca81d7473268455): filetype: sh filetype used for env files\n* [runtime(typeset): enable localization for ConTeXt, METAFONT and MetaPost](https://github.com/vim/vim/commit/f26a33d3a79b5e4db052ad3e125602c076937722)\n* [runtime(apache): Add 'SSLVHostSNIPolicy' declaration to syntax script](https://github.com/vim/vim/commit/4611f7b65693d6c2e89f1fa02057be718cef6e78)\n* [9.2.0032](https://github.com/vim/vim/commit/d8648f7279f5a61aaa9ceebc7330e09800947a35): completion: hang with line completion and fuzzy\n* [9.2.0031](https://github.com/vim/vim/commit/ed202035b1904c84d92adb76d7e1a95b7540e048): Inefficient use of ga\_concat()\n* [9.2.0030](https://github.com/vim/vim/commit/a04ae0210b18795d05d26609b6ba9fb9bf88caff): completion: non-prefix matches shown when leader is NULL\n* [9.2.0029](https://github.com/vim/vim/commit/d673411ff2a9e1e7e371b3541f72f7bb01018ebe): STRLEN() used for a string literal\n* [runtime(progress): Use setlocal for expandtab](https://github.com/vim/vim/commit/342ae5f8aa612179f9390c21a8129a393a995b1a)\n* [9.2.0028](https://github.com/vim/vim/commit/d01f234ec1d04cc09bfd0c3db1e53cab7acb0d65): matchadd() conceal may use unrelated syntax cchar\n* [9.2.0027](https://github.com/vim/vim/commit/7d93ae57f0dc9da7eee8d582dd0d5a22922ffed8): filetype: yara files are not recognized\n* [9.2.0026](https://github.com/vim/vim/commit/e9e4e30ee4c8241242628c59770d3f923b085494): The ss\_pending\_cmds variable is visible globally\n* [runtime(less.sh): Fix reading from stdin.](https://github.com/vim/vim/commit/ac4ccb8e53cd07e4567ecdcfa74553269d44303b)\n* [translation(zh): Update menu translation for changed "Sponsor" entry](https://github.com/vim/vim/commit/47eb32fc92f9b1c569cc6b9032037f9c7dec7778)\n* [runtime(doctags): remove unused header include file](https://github.com/vim/vim/commit/405ba5010d7b1f046224f5f8af95180c93230d3d)\n* [Filelist: Fix CI error caused by xdg.vim missing in Filelist](https://github.com/vim/vim/commit/70a9273dcc7dca0378d7bf1da4423fbdb96a72c0)\n* [runtime(xdg): Move viminfofile storage to state dir](https://github.com/vim/vim/commit/2e9e7cb8e0959441215fbddbeeed6dbd9c6e11b9)\n* [runtime(xdg): remove // from 'undo' and 'viwedir'](https://github.com/vim/vim/commit/b9897ec27ecebb82c16a09c372c77589e1c8bcad)

0 commit comments

Comments
 (0)