-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0643: terminal: cursor may end up on invalid position * 9.1.0642: Check that mapping rhs starts with lhs fails if not simplified * 9.1.0641: MS-Windows: OLE enabled in console version * runtime(thrift): add ftplugin, indent and syntax scripts * 9.1.0640: Mingw: Makefile can be improved * 9.1.0639: channel timeout may wrap around * 9.1.0638: E1510 may happen when formatting a message for smsg() * 9.1.0637: MS-Windows: Style issues in MSVC Makefile
- Loading branch information
1 parent
9a2e891
commit 28fedd2
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.0636](https://github.com/vim/vim/commit/f4572cee35a6c224985e71116e676ab711c09af3): filetype: ziggy files are not recognized\n* [9.1.0635](https://github.com/vim/vim/commit/e57c9a19edc906a96ccb8821ae33fa6a8b20c3cd): filetype: SuperHTML template files not recognized\n* [9.1.0634](https://github.com/vim/vim/commit/13032a49b7d2a45e7c774cf23ee8f58f56b03781): Ctrl-P not working by default\n* [9.1.0633](https://github.com/vim/vim/commit/0268ff3af3d598e18454a3ce1c510f411427b6c0): Compilation warnings with \`-Wunused-parameter\`\n* [9.1.0632](https://github.com/vim/vim/commit/073cb02cb5fd3209a9f0ff65fa2dc748c792792f): MS-Windows: Compiler Warnings\n* [runtime(debcopyright): Add support for Files-Included in syntax script](https://github.com/vim/vim/commit/4c45425c10a94382a435239e8f63c6b1ca55d4e4)\n* [runtime(doc): tweak documentation style a bit](https://github.com/vim/vim/commit/52e7cc26d81c61fff1b2e3b32e8b9b04347be1d3) | ||
* [9.1.0643](https://github.com/vim/vim/commit/1254e6db8360fac99561ef0f10ac3cb1bfef30b1): terminal: cursor may end up on invalid position\n* [9.1.0642](https://github.com/vim/vim/commit/9d997addc7bd0fd132a809cf497ed816e61fcd25): Check that mapping rhs starts with lhs fails if not simplified\n* [9.1.0641](https://github.com/vim/vim/commit/baaf6deb957e11227c6ffa5e22b48d9082ae7e77): MS-Windows: OLE enabled in console version\n* [runtime(thrift): add ftplugin, indent and syntax scripts](https://github.com/vim/vim/commit/011f2223e5df68f45a382f6a9dff6eaf5ecac346)\n* [9.1.0640](https://github.com/vim/vim/commit/3da011871a494ee5f3172278b6209afc6345fb5a): Mingw: Makefile can be improved\n* [9.1.0639](https://github.com/vim/vim/commit/0bee82b1d0a46a6ca6fb4ffcebd6a63d4141a355): channel timeout may wrap around\n* [9.1.0638](https://github.com/vim/vim/commit/0dff31576a340b74cec81517912923c38cb28450): E1510 may happen when formatting a message for smsg()\n* [9.1.0637](https://github.com/vim/vim/commit/81a65000c5b478cbf88397f0ffd7f8833a9babe1): MS-Windows: Style issues in MSVC Makefile |
Submodule vim
updated
18 files
+3 −0 | .github/MAINTAINERS | |
+17 −0 | runtime/ftplugin/thrift.vim | |
+38 −0 | runtime/indent/testdir/thrift.in | |
+38 −0 | runtime/indent/testdir/thrift.ok | |
+74 −0 | runtime/indent/thrift.vim | |
+74 −0 | runtime/syntax/thrift.vim | |
+4 −5 | src/Make_cyg_ming.mak | |
+24 −29 | src/Make_mvc.mak | |
+1 −1 | src/channel.c | |
+17 −7 | src/getchar.c | |
+3 −0 | src/gui_w32.c | |
+34 −12 | src/map.c | |
+33 −29 | src/strings.c | |
+3 −0 | src/structs.h | |
+4 −0 | src/terminal.c | |
+43 −0 | src/testdir/test_mapping.vim | |
+16 −0 | src/testdir/test_spellfile.vim | |
+14 −0 | src/version.c |