-
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.
* runtime(i3config/swayconfig): support floating_modifier none; revert broken highlighting * 9.1.0437: Motif requires non-const char pointer for XPM data * 9.1.0436: Crash when using '?' as separator for :s * 9.1.0435: filetype: cygport files are not recognized * 9.1.0434: make errors trying to access autoload/zig * 9.1.0433: Wrong yanking with exclusive selection and ve=all * runtime(comment): add missing help tags file
- Loading branch information
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.0432](https://github.com/vim/vim/commit/5090f838bbcd3a13433d9fe20a94f3ce6b796eb1): Ancient XPM preprocessor hack may cause build errors\n* [runtime(rescript): include basic rescript ftplugin file (#14822)](https://github.com/vim/vim/commit/802fc04a78a7d98673dc9171d4b89597447a5bda)\n* [9.1.0431](https://github.com/vim/vim/commit/25536f415eab5a90d68b3c689c66a72803cd8e5d): eval.c is too long\n* [9.1.0430](https://github.com/vim/vim/commit/52a6f348874778cf315b47d9e8b5f818f4b97277): getregionpos() doesn't handle one char selection\n* [CI: disable -O2 for Coverity after v9.1.0429](https://github.com/vim/vim/commit/95ff39f8e3d5e16d4ef55f47d8f50da29df05f9e)\n* [runtime(termdebug): check for gdb file/dir before using as buffer name](https://github.com/vim/vim/commit/62ccaa60d5f7f9a13c758bd5e55b7ca6855a6de9)\n* [runtime(zig): refactor zig ftplugin, remove auto format](https://github.com/vim/vim/commit/d1d9316c6621d275593f58664975faf0fc23985f) | ||
* [runtime(i3config/swayconfig): support floating\_modifier none; revert broken highlighting](https://github.com/vim/vim/commit/22ac941208fcb2c63ad172c6cf0b39b077b5b682)\n* [9.1.0437](https://github.com/vim/vim/commit/742062f31faca14ae479f4688a5ad8add5d5c120): Motif requires non-const char pointer for XPM data\n* [9.1.0436](https://github.com/vim/vim/commit/789679cfc4f39505b135220672b43a260d8ca3b4): Crash when using '?' as separator for :s\n* [9.1.0435](https://github.com/vim/vim/commit/cd79f8fbd34cdb918153d9fa3821eb4092b7b5fc): filetype: cygport files are not recognized\n* [9.1.0434](https://github.com/vim/vim/commit/3554d9bfcc679bc343f2742fee61dbcb1021a9e9): make errors trying to access autoload/zig\n* [9.1.0433](https://github.com/vim/vim/commit/701ad50a9efcf0adfe6d787b606c4e4dbd31f26d): Wrong yanking with exclusive selection and ve=all\n* [runtime(comment): add missing help tags file](https://github.com/vim/vim/commit/f2d74e3b63e8ba4ed620ae41119929b327c7cfbf) |
Submodule vim
updated
18 files
+0 −1 | Filelist | |
+1 −1 | runtime/filetype.vim | |
+8 −0 | runtime/pack/dist/opt/comment/doc/tags | |
+3 −3 | runtime/syntax/i3config.vim | |
+4 −4 | runtime/syntax/swayconfig.vim | |
+1 −1 | runtime/vim16x16.xpm | |
+1 −1 | runtime/vim32x32.xpm | |
+1 −1 | runtime/vim48x48.xpm | |
+4 −6 | src/Makefile | |
+5 −24 | src/evalfunc.c | |
+3 −3 | src/gui_gtk_x11.c | |
+29 −18 | src/normal.c | |
+1 −0 | src/proto/normal.pro | |
+1 −3 | src/regexp.c | |
+1 −1 | src/testdir/test_filetype.vim | |
+10 −0 | src/testdir/test_substitute.vim | |
+191 −2 | src/testdir/test_visual.vim | |
+10 −0 | src/version.c |