-
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.0618: cannot mark deprecated attributes in completion menu * 9.1.0617: Cursor moves beyond first line of folded end of buffer * 9.1.0616: filetype: Make syntax highlighting off for MS Makefiles * 9.1.0615: Unnecessary STRLEN() in make_percent_swname() * runtime(progress): Add single-line comment syntax * runtime(progress): Add syntax test for comments * runtime(progress): Update maintainer info * 9.1.0614: tests: screendump tests fail due to recent syntax changes
- Loading branch information
1 parent
f48cc64
commit 4eb9ba0
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.0613](https://github.com/vim/vim/commit/2979cfc2627d76a9c09cad46a1647dcd4aa73f5f): tests: termdebug test may fail and leave file around\n* [runtime(vim): Update base-syntax, improve :set highlighting](https://github.com/vim/vim/commit/ddbb6fe2d0344e93436c5602b7a06169f49a9b52)\n* [runtime(java): Optionally highlight the :: token for method references](https://github.com/vim/vim/commit/e73e5b889b52675a9ea58cf154235c7f25d107d5)\n* [9.1.0612](https://github.com/vim/vim/commit/df77c8ad3974e44df2e588de5f465072371cab69): filetype: deno.lock file not recognized\n* [runtime(zip): Use delete() for deleting directory](https://github.com/vim/vim/commit/2cad941dc0cb57bca577160eb3a349de2e667bcd) | ||
* [9.1.0618](https://github.com/vim/vim/commit/508e7856ec4afc9d6038b14bb6893668268dccab): cannot mark deprecated attributes in completion menu\n* [9.1.0617](https://github.com/vim/vim/commit/dc373d456b5919ed2b8f83e8642c115f646ca93d): Cursor moves beyond first line of folded end of buffer\n* [9.1.0616](https://github.com/vim/vim/commit/eb4b903c9b238ebcc1d14cfcb207129b4931a33d): filetype: Make syntax highlighting off for MS Makefiles\n* [9.1.0615](https://github.com/vim/vim/commit/242667ae142d9862a7bace82c58cb11c79fdab7a): Unnecessary STRLEN() in make\_percent\_swname()\n* [runtime(progress): Add single-line comment syntax](https://github.com/vim/vim/commit/4d68054c1e49b937a1aa9567196b97b36fe99c27)\n* [runtime(progress): Add syntax test for comments](https://github.com/vim/vim/commit/408bd9ffe7e4d1f0891582edcbc4ab4c2a7df4bf)\n* [runtime(progress): Update maintainer info](https://github.com/vim/vim/commit/d5cc8ee0fa3e952492aed0c2f7e97586a0a87ab7)\n* [9.1.0614](https://github.com/vim/vim/commit/377a085ea360dd9c5342240bd18e6719fcb1ebfc): tests: screendump tests fail due to recent syntax changes |
Submodule vim
updated
27 files
+1 −0 | .github/MAINTAINERS | |
+19 −0 | runtime/autoload/dist/ft.vim | |
+7 −1 | runtime/doc/insert.txt | |
+12 −2 | runtime/doc/syntax.txt | |
+3 −1 | runtime/doc/version9.txt | |
+1 −1 | runtime/filetype.vim | |
+14 −7 | runtime/syntax/make.vim | |
+9 −5 | runtime/syntax/progress.vim | |
+20 −0 | runtime/syntax/testdir/dumps/progress_comments_00.dump | |
+20 −0 | runtime/syntax/testdir/dumps/progress_comments_01.dump | |
+20 −0 | runtime/syntax/testdir/dumps/progress_comments_02.dump | |
+45 −0 | runtime/syntax/testdir/input/progress_comments.p | |
+2 −2 | src/bufwrite.c | |
+1 −0 | src/cmdexpand.c | |
+5 −3 | src/edit.c | |
+18 −7 | src/insexpand.c | |
+4 −4 | src/memline.c | |
+10 −3 | src/popupmenu.c | |
+1 −1 | src/proto/memline.pro | |
+7 −6 | src/structs.h | |
+1 −1 | src/testdir/dumps/Test_cmdwin_no_terminal.dump | |
+20 −0 | src/testdir/dumps/Test_pum_highlights_12.dump | |
+2 −2 | src/testdir/dumps/Test_wildmenu_pum_22.dump | |
+17 −0 | src/testdir/test_filetype.vim | |
+14 −0 | src/testdir/test_fold.vim | |
+29 −0 | src/testdir/test_popup.vim | |
+10 −0 | src/version.c |