Skip to content

Commit c3582f8

Browse files
vim: Import v9.2.0315
* runtime(doc): clarify incsearch feature and typed chars * 9.2.0315: missing bound-checks * 9.2.0314: channel: can bind to all network interfaces * 9.2.0313: Callback channel not registered in GUI * 9.2.0312: C-type names are marked as translatable * 9.2.0311: redrawing logic with text properties can be improved * 9.2.0310: unnecessary work in vim_strchr() and find_term_bykeys() * 9.2.0309: Missing out-of-memory check to may_get_cmd_block() * runtime(log): clean up and modernize log syntax * 9.2.0308: Error message E1547 is wrong * 9.2.0307: more mismatches between return types and documentation * 9.2.0306: runtime(tar): some issues with lz4 support * runtime(vim9): Fix dist#vim9#Open() spaced paths and SIGPIPE crashes * 9.2.0305: mismatch between return types and documentation * 9.2.0304: tests: test for 9.2.0285 doesn't always fail without the fix * 9.2.0303: tests: zip plugin tests don't check for warning message properly * 9.2.0302: runtime(netrw): RFC2396 decoding double escaping spaces
1 parent ac21fd0 commit c3582f8

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.0301](https://github.com/vim/vim/commit/f07a1ed9031333de79abeee5b6b19a895dc72c73): Vim9: void function return value inconsistent\n* [9.2.0300](https://github.com/vim/vim/commit/9e041457a54ea04d009814422353f45138062dcd): The vimball plugin needs some love\n* [9.2.0299](https://github.com/vim/vim/commit/46f530e517bd1b59acc2eb0d2aa76d02e54ca9fe): runtime(zip): may write using absolute paths
1+
* [runtime(doc): clarify incsearch feature and typed chars](https://github.com/vim/vim/commit/794c3044794330d8d0eadf71635d3892c187794c)\n* [9.2.0315](https://github.com/vim/vim/commit/8d23fcb603d8f8938ce0023086326a5db6780ea2): missing bound-checks\n* [9.2.0314](https://github.com/vim/vim/commit/c3c34788109105781aa160d859f823981c0bc360): channel: can bind to all network interfaces\n* [9.2.0313](https://github.com/vim/vim/commit/aef812446bfe6a84c3d74883d43c1afa8c19df85): Callback channel not registered in GUI\n* [9.2.0312](https://github.com/vim/vim/commit/a5b6c2d6e928b1f7a1c3e20baef717d31c2e8d6a): C-type names are marked as translatable\n* [9.2.0311](https://github.com/vim/vim/commit/c4921023b1234e6c31cc748c6ff13e1cdd7912b1): redrawing logic with text properties can be improved\n* [9.2.0310](https://github.com/vim/vim/commit/f9981bbc8e4b5736d8f5cd444577cf2db8c029a5): unnecessary work in vim\_strchr() and find\_term\_bykeys()\n* [9.2.0309](https://github.com/vim/vim/commit/4368ad34df6d993f0deea6242bdabb1e56299fa0): Missing out-of-memory check to may\_get\_cmd\_block()\n* [runtime(log): clean up and modernize log syntax](https://github.com/vim/vim/commit/f1dbca200c497ea8b48784ca8fea8c47d68c7d7e)\n* [9.2.0308](https://github.com/vim/vim/commit/ea5084d1f1918fc5510a8817ea893e7cde35a2c6): Error message E1547 is wrong\n* [9.2.0307](https://github.com/vim/vim/commit/002fddecdee98400895d4cf2c7eff36f2e0f9535): more mismatches between return types and documentation\n* [9.2.0306](https://github.com/vim/vim/commit/78954f86c2027c766d9e2b5f7904b5fb4041d250): runtime(tar): some issues with lz4 support\n* [runtime(vim9): Fix dist#vim9#Open() spaced paths and SIGPIPE crashes](https://github.com/vim/vim/commit/48581f2ba96550f5499cc322647b2ff1df5ad4ed)\n* [9.2.0305](https://github.com/vim/vim/commit/365d58a53969ab2cc96268146c54622127b931f0): mismatch between return types and documentation\n* [9.2.0304](https://github.com/vim/vim/commit/b03970f41f17ce8f27b1c453784763527360d81b): tests: test for 9.2.0285 doesn't always fail without the fix\n* [9.2.0303](https://github.com/vim/vim/commit/a1f4259e68235e4c8e154842a392d83f3301d2f3): tests: zip plugin tests don't check for warning message properly\n* [9.2.0302](https://github.com/vim/vim/commit/ab4ebb62ee2cbe5e25fb1746ac5dbe63a9d50260): runtime(netrw): RFC2396 decoding double escaping spaces

0 commit comments

Comments
 (0)