Skip to content

Commit 33ac91c

Browse files
committed
vim: Import v8.2.5006
* 8.2.5006: asan warns for undefined behavior * 8.2.5005: compiler warning for uninitialized variable * 8.2.5004: right shift on negative number does not work as documented * 8.2.5003: cannot do bitwise shifts * 8.2.5002: deletebufline() may change Visual selection * 8.2.5001: checking translations affects the search pattern history * 8.2.5000: no patch for documentation updates * 8.2.4999: filetype test table is not properly sorted * 8.2.4998: Vim9: crash when using multiple funcref() * 8.2.4997: Python: changing hidden buffer can cause display mess up * 8.2.4996: setbufline() may change Visual selection
1 parent cde29bf commit 33ac91c

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-
* [8.2.4995](https://github.com/vim/vim/commit/dafef51b1cbe8aa836c4cfa52623f775bd85a190): still a compiler warning for possibly uninitialized variable\n* [8.2.4994](https://github.com/vim/vim/commit/7e569d09d2ec4fa334a2d3d5b0b6dbca16d97133): tests are using legacy functions\n* [8.2.4993](https://github.com/vim/vim/commit/8e145b82464a21ee4fdf7948f04e2a1d505f8bfa): smart/C/lisp indenting is optional\n* [8.2.4992](https://github.com/vim/vim/commit/5a01caa90428a5f87600528d68529383c0b2f78c): compiler warning for possibly uninitialized variable\n* [8.2.4991](https://github.com/vim/vim/commit/93c1573dd284dc9cf5ed9265a0143aaf520d2920): no test for hwat patch 8.1.0535 fixes\n* [8.2.4990](https://github.com/vim/vim/commit/1a56ea8381b79c4e7697b6a05451dde5940228ea): memory leak when :defcompile fails\n* [8.2.4989](https://github.com/vim/vim/commit/f79d9dd43f6fe05711d7e2616ab4b8bde2ccb089): cannot specify a function name for :defcompile\n* [Update runtime files.](https://github.com/vim/vim/commit/2d8ed0203aedd5f6c22efa99394a3677c17c7a7a)\n* [8.2.4988](https://github.com/vim/vim/commit/0d534d9cf2ae95fc85ef7fe048d9ff590586a6a6): textprop in wrong position when replacing multi-byte chars
1+
* [8.2.5006](https://github.com/vim/vim/commit/68e64d2c1735f2a39afa8a0475ae29bedb116684): asan warns for undefined behavior\n* [8.2.5005](https://github.com/vim/vim/commit/5b529230f144028b67ed1d59207af098c18a1858): compiler warning for uninitialized variable\n* [8.2.5004](https://github.com/vim/vim/commit/338bf58eba758585ffef3fdfdba7d48477aacb7c): right shift on negative number does not work as documented\n* [8.2.5003](https://github.com/vim/vim/commit/a061f34191712df7dde7716705fe0ec074e9758e): cannot do bitwise shifts\n* [8.2.5002](https://github.com/vim/vim/commit/9b2edfd3bf2f14a1faaee9b62930598a2e77a798): deletebufline() may change Visual selection\n* [8.2.5001](https://github.com/vim/vim/commit/8a3704723c40779d688ef957dbe5bd8b65c25f95): checking translations affects the search pattern history\n* [8.2.5000](https://github.com/vim/vim/commit/835ee980eedd1aa0fa2d731312ce38697a12a897): no patch for documentation updates\n* [8.2.4999](https://github.com/vim/vim/commit/aa9729b652aa93b547b5c7006f54a143d99ea149): filetype test table is not properly sorted\n* [8.2.4998](https://github.com/vim/vim/commit/bce69d65dd41020ea1d727337a3baf9e95b40c35): Vim9: crash when using multiple funcref()\n* [8.2.4997](https://github.com/vim/vim/commit/37233f6022b3ed16985a91d22752b3ca162e21d0): Python: changing hidden buffer can cause display mess up\n* [8.2.4996](https://github.com/vim/vim/commit/0ad00a7fd3e0389f565876521e395c35144d8009): setbufline() may change Visual selection

0 commit comments

Comments
 (0)