-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0915: GVim: default font size a bit too small * 9.1.0914: Vim9: compile_assignment() is too long * 9.1.0913: no error check for neg values for 'messagesopt' * runtime(netrw): only check first arg of netrw_browsex_viewer for being executable
- Loading branch information
1 parent
7a7267b
commit 22a3658
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [9.1.0912](https://github.com/vim/vim/commit/6e6aff0f7ad2a2c9033724738e66dfdbb9e4c2ec): xxd: integer overflow with sparse files and -autoskip\n* [9.1.0911](https://github.com/vim/vim/commit/8cc43daee1f485c9abf1de3c638cce7835b9f861): Variable name for 'messagesopt' doesn't match short name\n* [9.1.0910](https://github.com/vim/vim/commit/d9e9f89e0ffd6e7ce5e2a7f8f1ace5471e37c210): 'messagesopt' does not check max wait time\n* [runtime(doc): update wrong Vietnamese localization tag](https://github.com/vim/vim/commit/72212c9bea77f14f1e6be703de3c10d70eb2984c) | ||
* [9.1.0915](https://github.com/vim/vim/commit/ad3b6a3340a4ab02c1e5bc4a6d6a5fb858b671d3): GVim: default font size a bit too small\n* [9.1.0914](https://github.com/vim/vim/commit/85ee742f1e961ea79597dd38d04b56ac35f45a1e): Vim9: compile\_assignment() is too long\n* [9.1.0913](https://github.com/vim/vim/commit/65be834c30fb43abb2e41585b41eefcd2ae06c01): no error check for neg values for 'messagesopt'\n* [runtime(netrw): only check first arg of netrw\_browsex\_viewer for being executable](https://github.com/vim/vim/commit/92b36663f8d0e507f60f357c6add6f6c9148a951) |
Submodule vim
updated
11 files
+4 −1 | runtime/autoload/netrw.vim | |
+2 −0 | runtime/doc/version9.txt | |
+1 −1 | src/gui_gtk_x11.c | |
+2 −4 | src/message.c | |
+2 −2 | src/os_mswin.c | |
+3 −1 | src/testdir/gen_opt_test.vim | |
+4 −0 | src/testdir/runtest.vim | |
+4 −4 | src/testdir/test_gui.vim | |
+2 −2 | src/testdir/test_highlight.vim | |
+6 −0 | src/version.c | |
+162 −84 | src/vim9compile.c |