-
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.0736: Unicode tables are outdated * 9.1.0735: filetype: salt files are not recognized * 9.1.0734: filetype: jinja files are not recognized * runtime(zathurarc): add double-click-follow to syntax script * translation(ru): Updated messages translation * translation(it): updated xxd man page * translation(ru): updated xxd man page
- Loading branch information
1 parent
51aa2c5
commit b32b042
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.0733](https://github.com/vim/vim/commit/7cfe693f9bfa74690867e4d96c25f2205d0d13e4): keyword completion does not work with fuzzy\n* [9.1.0732](https://github.com/vim/vim/commit/150227258d3f44b91cf21f527e4778f6cc38b160): xxd: cannot use -b and -i together\n* [runtime(java): Highlight javaConceptKind modifiers with StorageClass](https://github.com/vim/vim/commit/5e95c8f637ac8de625270fc2d371f4ebe304fac8)\n* [runtime(doc): reword and reformat how to use defaults.vim](https://github.com/vim/vim/commit/fdd1819b5facf83f8c4804accfc5de9ae5c11965)\n* [9.1.0731](https://github.com/vim/vim/commit/59b089c9df238ce940b3c593295bc511e201399a): inconsistent case sensitive extension matching\n* [runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return](https://github.com/vim/vim/commit/4d427d4cab9c942d6871c50f714e18d7edcfe135)\n* [runtime(netrw): delete confirmation not strict enough](https://github.com/vim/vim/commit/0f5effbd1fb58128be677aa577d3d0ab2fc9527a) | ||
* [9.1.0736](https://github.com/vim/vim/commit/4298c5f472a05486d6e26988cf10f4d04c80afd2): Unicode tables are outdated\n* [9.1.0735](https://github.com/vim/vim/commit/89b9bb4ac8ceb701ebecb8c02aca3d047dff9991): filetype: salt files are not recognized\n* [9.1.0734](https://github.com/vim/vim/commit/202c467bb37b894ada6377d3f2621c103f324757): filetype: jinja files are not recognized\n* [runtime(zathurarc): add double-click-follow to syntax script](https://github.com/vim/vim/commit/f21d28a5c72987d42d540290e5a77500ab1a4d7c)\n* [translation(ru): Updated messages translation](https://github.com/vim/vim/commit/a81813d00732749d233547afae85b5a35435013a)\n* [translation(it): updated xxd man page](https://github.com/vim/vim/commit/3f6981d8c80e7a13be992be8b00bf07499dee739)\n* [translation(ru): updated xxd man page](https://github.com/vim/vim/commit/5ca3efa5d99123e87d73541bf5340ccaa7121c4e) |
Submodule vim
updated
15 files
+2 −0 | .github/MAINTAINERS | |
+6 −4 | runtime/doc/xxd-it.1 | |
+6 −4 | runtime/doc/xxd-it.UTF-8.1 | |
+7 −6 | runtime/doc/xxd-ru.1 | |
+7 −6 | runtime/doc/xxd-ru.UTF-8.1 | |
+6 −0 | runtime/filetype.vim | |
+86 −0 | runtime/syntax/jinja.vim | |
+16 −0 | runtime/syntax/salt.vim | |
+2 −2 | runtime/syntax/zathurarc.vim | |
+4 −0 | runtime/tools/unicode.vim | |
+46 −18 | src/mbyte.c | |
+351 −3,005 | src/po/ru.cp1251.po | |
+351 −3,005 | src/po/ru.po | |
+2 −0 | src/testdir/test_filetype.vim | |
+6 −0 | src/version.c |