Skip to content

Commit

Permalink
vim: Import v9.1.0509
Browse files Browse the repository at this point in the history
* 9.1.0509: not possible to translate Vim script messages
* 9.1.0508: termdebug plugin can be further improved
* runtime(gomod): add gomod filetype plugin
* 9.1.0507: hard to detect cursor movement in the command line
* runtime(java): Optionally highlight parameterised types
* 9.1.0506: filetype: .envrc & .prettierignore not recognized
* 9.1.0505: filetype: Faust files are not recognized
* 9.1.0504: inner-tag textobject confused about ">" in attributes
* 9.1.0503: cannot use fuzzy keyword completion
* runtime(java): Remove the group exclusion list from @javaTop
* runtime(doc): wrong return type for execute() function
* 9.1.0502: MS-Windows: too much legacy code
* 9.1.0501: too complicated mapping restore in termdebug
* runtime(nohlsearch): simplify mapping
  • Loading branch information
chrisbra committed Jun 20, 2024
1 parent 398efb3 commit ee829cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [9.1.0505](https://github.com/vim/vim/commit/aa61b8a9087e9cd999ef07e0d87b60f43d68f2c6): filetype: Faust files are not recognized\n* [9.1.0504](https://github.com/vim/vim/commit/ca7f93e6f351b310c17cfc8f88acf21c839d6116): inner-tag textobject confused about ">" in attributes\n* [9.1.0503](https://github.com/vim/vim/commit/43eef882ff42e673af1e753892801ba20c5d002a): cannot use fuzzy keyword completion\n* [runtime(java): Remove the group exclusion list from @javaTop](https://github.com/vim/vim/commit/94c5d8a5e20e1dd8c9e8434ee14e368276644f61)\n* [runtime(doc): wrong return type for execute() function](https://github.com/vim/vim/commit/c98bfb9f59b8045372e4c0e396d707f55d9d027a)\n* [9.1.0502](https://github.com/vim/vim/commit/56f587b3f81f403bb0546c6892b3273b2a9e954f): MS-Windows: too much legacy code\n* [9.1.0501](https://github.com/vim/vim/commit/46f2823807741ac91c51cf36ddabf293db26ab41): too complicated mapping restore in termdebug\n* [runtime(nohlsearch): simplify mapping](https://github.com/vim/vim/commit/aeca7176f3b7bdc2d698938062f6cad802fea783)
* [9.1.0509](https://github.com/vim/vim/commit/ce0ef910df837b9b961f007a0a35064cad85188b): not possible to translate Vim script messages\n* [9.1.0508](https://github.com/vim/vim/commit/f7f8f0b76dc6a3bf5d51825db65245221e5d265e): termdebug plugin can be further improved\n* [runtime(gomod): add gomod filetype plugin](https://github.com/vim/vim/commit/6ccf6da7a2a7a0b9d1e23a905b091d762e911609)\n* [9.1.0507](https://github.com/vim/vim/commit/d09521476f41dd8dbddb25b7acd0b299f9bf94d3): hard to detect cursor movement in the command line\n* [runtime(java): Optionally highlight parameterised types](https://github.com/vim/vim/commit/beb02ed674bc61f179c4ff71e93bdeeb44fe9c4e)\n* [9.1.0506](https://github.com/vim/vim/commit/49012cd8c2fb0452847e5d213b07aa8a978f4762): filetype: .envrc & .prettierignore not recognized\n* [9.1.0505](https://github.com/vim/vim/commit/aa61b8a9087e9cd999ef07e0d87b60f43d68f2c6): filetype: Faust files are not recognized\n* [9.1.0504](https://github.com/vim/vim/commit/ca7f93e6f351b310c17cfc8f88acf21c839d6116): inner-tag textobject confused about ">" in attributes\n* [9.1.0503](https://github.com/vim/vim/commit/43eef882ff42e673af1e753892801ba20c5d002a): cannot use fuzzy keyword completion\n* [runtime(java): Remove the group exclusion list from @javaTop](https://github.com/vim/vim/commit/94c5d8a5e20e1dd8c9e8434ee14e368276644f61)\n* [runtime(doc): wrong return type for execute() function](https://github.com/vim/vim/commit/c98bfb9f59b8045372e4c0e396d707f55d9d027a)\n* [9.1.0502](https://github.com/vim/vim/commit/56f587b3f81f403bb0546c6892b3273b2a9e954f): MS-Windows: too much legacy code\n* [9.1.0501](https://github.com/vim/vim/commit/46f2823807741ac91c51cf36ddabf293db26ab41): too complicated mapping restore in termdebug\n* [runtime(nohlsearch): simplify mapping](https://github.com/vim/vim/commit/aeca7176f3b7bdc2d698938062f6cad802fea783)
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 45 files
+1 −0 .github/MAINTAINERS
+1 −0 Filelist
+9 −1 runtime/doc/autocmd.txt
+16 −3 runtime/doc/builtin.txt
+34 −1 runtime/doc/repeat.txt
+10 −6 runtime/doc/syntax.txt
+3 −0 runtime/doc/tags
+10 −1 runtime/doc/terminal.txt
+1 −0 runtime/doc/usr_41.txt
+6 −1 runtime/doc/version9.txt
+2 −2 runtime/filetype.vim
+14 −0 runtime/ftplugin/gomod.vim
+83 −60 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+35 −5 runtime/syntax/java.vim
+20 −0 runtime/syntax/testdir/dumps/java_generics_00.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_01.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_02.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_03.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_04.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_05.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_06.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_07.dump
+20 −0 runtime/syntax/testdir/dumps/java_generics_99.dump
+140 −0 runtime/syntax/testdir/input/java_generics.java
+24 −0 src/auto/configure
+2 −0 src/autocmd.c
+6 −1 src/config.h.in
+6 −0 src/configure.ac
+52 −3 src/evalfunc.c
+10 −1 src/ex_getln.c
+2 −2 src/po/Make_all.mak
+6 −5 src/po/Makefile
+1 −1 src/po/fixfilenames.vim
+1 −1 src/po/tojavascript.vim
+6 −0 src/testdir/Make_all.mak
+ src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.mo
+15 −0 src/testdir/test_autocmd.vim
+2 −2 src/testdir/test_filetype.vim
+0 −5 src/testdir/test_functions.vim
+16 −0 src/testdir/test_gettext.vim
+22 −0 src/testdir/test_gettext_cp1251.vim
+22 −0 src/testdir/test_gettext_utf8.vim
+34 −38 src/testdir/test_termdebug.vim
+8 −0 src/version.c
+1 −0 src/vim.h

0 comments on commit ee829cb

Please sign in to comment.