-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.1046: fuzzymatching doesn't prefer matching camelcase * 9.1.1045: filetype: N-Tripels and TriG files are not recognized * 9.1.1044: Vim9: Patch 9.1.1014 causes regressions * Update .gitignore for v9.1.1036 * translation(sr): Update Serbian messages translation
- Loading branch information
1 parent
7ab2a47
commit 1d0975c
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.1043](https://github.com/vim/vim/commit/9d1bed5eccdbb46a26b8a484f5e9163c40e63919): \[security\]: segfault in win\_line()\n* [runtime(doc): update helptags](https://github.com/vim/vim/commit/4cbc54a7431968371c432dc661002cd49741c2ca)\n* [9.1.1042](https://github.com/vim/vim/commit/72755b3c8e91ec90447969b736f080e0de36003d): filetype: just files are not recognized\n* [runtime(vim): Update base-syntax, match ternary and falsy operators](https://github.com/vim/vim/commit/c273f1ac770e86767206c8193bab659b25d3b41b)\n* [9.1.1041](https://github.com/vim/vim/commit/cb848b687f9b6ec7b1c3d903d3ff84fc1f52d8e3): Vim9: out-of-bound access when echoing an enum\n* [9.1.1040](https://github.com/vim/vim/commit/d79ea47079a70def4f458f59b65c181488633bf6): Vim9: imported type cannot be used as func return type\n* [runtime(kconfig): updated ftplugin and syntax script](https://github.com/vim/vim/commit/4335fcfed1b0a29c07b10f97d1f309dd8f964de6)\n* [runtime(doc): rename last t\_BG reference to t\_RB](https://github.com/vim/vim/commit/71028a32db3dc30e835bcc21bef0060cf2967582) | ||
* [9.1.1046](https://github.com/vim/vim/commit/9dfc7e5e6169594f6f4607ef1ba9dd347a9194d2): fuzzymatching doesn't prefer matching camelcase\n* [9.1.1045](https://github.com/vim/vim/commit/c04334c33f543a6b84a4442cf235d84f5eaef6bb): filetype: N-Tripels and TriG files are not recognized\n* [9.1.1044](https://github.com/vim/vim/commit/d9a1f267bab01f08257ae8bbee898be9b0fb8624): Vim9: Patch 9.1.1014 causes regressions\n* [Update .gitignore for v9.1.1036](https://github.com/vim/vim/commit/e2a0471851dda26bd1b1011cb85a466ea3062e49)\n* [translation(sr): Update Serbian messages translation](https://github.com/vim/vim/commit/9601b1435af427382682d923c57731f344e69dc4) |
Submodule vim
updated
13 files
+2 −0 | .gitignore | |
+1 −2 | runtime/doc/options.txt | |
+0 −1 | runtime/doc/tags | |
+8 −9 | runtime/doc/vim9.txt | |
+7 −1 | runtime/filetype.vim | |
+1 −2 | src/errors.h | |
+51 −19 | src/po/sr.po | |
+64 −6 | src/search.c | |
+2 −0 | src/testdir/test_filetype.vim | |
+36 −24 | src/testdir/test_matchfuzzy.vim | |
+1 −67 | src/testdir/test_vim9_class.vim | |
+6 −0 | src/version.c | |
+0 −14 | src/vim9compile.c |