-
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.0.2138: Overflow logic requires long long * runtime(Filelist): include several missing files (#13600) * 9.0.2137: Can't detect angular & mustache filetypes * runtime(syntax-test): ci fails, disable html test for now
- 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.0.2136](https://github.com/vim/vim/commit/8ceb99001b52d0c642e7532763ec9d8217ee86e3): MSVC errorformat can be improved\n* [9.0.2135](https://github.com/vim/vim/commit/fcaeb3d42b228e73c669b2fce78f1d3fe112769f): No test for mode() when executing Ex commands\n* [runtime(lang): Revise Makefile (#13589)](https://github.com/vim/vim/commit/ffd6d31cb2c1b1a963a6113c41495dfdf10a5de8)\n* [runtime(html): Update syntax file (#13591)](https://github.com/vim/vim/commit/a9058440b7b9d7f5d0027c8cd44366e9200ca241)\n* [9.0.2134](https://github.com/vim/vim/commit/c4ffeddfe5bd1824650e9b911ed9245bf56c69e3): ml\_get error when scrolling\n* [9.0.2133](https://github.com/vim/vim/commit/d1c3ef1f47c87d1da056c56564e1985fe6f2931d): Cannot detect overstrike mode in Cmdline mode\n* [9.0.2132](https://github.com/vim/vim/commit/5c233437701e4a40327c73559cdda345471229b4): Duplicate Netbeans Error Message\n* [9.0.2131](https://github.com/vim/vim/commit/b9efc72c2432f2d2a633c12d3a5b9fc3efb7b6e7): not all nushell files detected\n* [translation(de): Updated German translations (#13585)](https://github.com/vim/vim/commit/c6754de5dd2585a4f563db603b7d5827bf3fb7f3)\n* [runtime(nginx): add additional nginx keywords (#13581)](https://github.com/vim/vim/commit/cf40409e7d17ddadaa697188788753c761479ef8)\n* [runtime(tutor): add Make\_mvc.mak file for tutor (#13580)](https://github.com/vim/vim/commit/64c6bfd8eef55a46a1f304d151c9464d7b93721c)\n* [translation(ru): updated Russian translations for tutorials (#13579)](https://github.com/vim/vim/commit/2bad26fe2cb48f13c8d8e7b7e47232f89af2c03c)\n* [translation(it): updated Italian translation](https://github.com/vim/vim/commit/4e7727dd88c2426267b78ae6fa0fe83416e8302b) | ||
* [9.0.2138](https://github.com/vim/vim/commit/fda700cb04612fe2f9301a9ba820309175decabf): Overflow logic requires long long\n* [runtime(Filelist): include several missing files (#13600)](https://github.com/vim/vim/commit/72314bb85f56dabc56d59b135083a80f85eafbb7)\n* [9.0.2137](https://github.com/vim/vim/commit/7bed263c343c62129c5d8f51796895a28db1b312): Can't detect angular & mustache filetypes\n* [runtime(syntax-test): ci fails, disable html test for now](https://github.com/vim/vim/commit/110dd905ddded8a1300a047c6ae42cccd89b002f) |
Submodule vim
updated
10 files
+14 −0 | Filelist | |
+6 −0 | runtime/filetype.vim | |
+0 −0 | runtime/syntax/testdir/input/html_html | |
+2 −2 | src/cindent.c | |
+1 −1 | src/misc1.c | |
+5 −5 | src/ops.c | |
+1 −1 | src/proto/misc1.pro | |
+2 −0 | src/testdir/test_filetype.vim | |
+4 −0 | src/version.c | |
+6 −0 | src/vim.h |