Skip to content

Commit

Permalink
vim: Import v9.1.0514
Browse files Browse the repository at this point in the history
* 9.1.0514: Vim9: issue with comparing objects recursively
* runtime(termdebug): Change some variables to Enums
* runtime(vim): Update base-syntax, fix function tail comments
* 9.1.0513: Vim9: segfault with object comparison
  • Loading branch information
chrisbra committed Jun 22, 2024
1 parent 474d117 commit 667e754
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.0512](https://github.com/vim/vim/commit/7002c055d560ae0b3bb1e24ad409390a5443daad): Mode message for spell completion doesn't match allowed keys\n* [9.1.0511](https://github.com/vim/vim/commit/bc6f96708e3678dbb27ec4192d87cf94a15d4e9a): CursorMovedC triggered wrongly with setcmdpos()\n* [runtime(scheme): update runtime files](https://github.com/vim/vim/commit/17e0a1969da4e70771435fc7fa9d8c96d25c8b00)\n* [9.1.0510](https://github.com/vim/vim/commit/6bc11c06d2d55220c0d0a42fb7aba27b66f86e53): CI: test\_gettext fails on MacOS14 + MSVC Win\n* [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)
* [9.1.0514](https://github.com/vim/vim/commit/7b29cc97d6c1450865969d08c5538a40c304593c): Vim9: issue with comparing objects recursively\n* [runtime(termdebug): Change some variables to Enums](https://github.com/vim/vim/commit/549ecc86365dc625e71e10b958525867c47e1cda)\n* [runtime(vim): Update base-syntax, fix function tail comments](https://github.com/vim/vim/commit/fc64ac0be2c4f9446798de4d66b029526d1afa85)\n* [9.1.0513](https://github.com/vim/vim/commit/f0e691442005c12a7c35746048f0942f44e23a4c): Vim9: segfault with object comparison
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 31 files
+22 −18 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+15 −10 runtime/syntax/generator/vim.vim.base
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comment_errors_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comment_errors_01.dump
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comment_errors_02.dump
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comment_errors_99.dump
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comments_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comments_01.dump
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comments_02.dump
+20 −0 runtime/syntax/testdir/dumps/vim9_ex_function_def_tail_comments_99.dump
+1 −1 runtime/syntax/testdir/dumps/vim_ex_def_05.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comment_errors_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comment_errors_01.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comment_errors_02.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comment_errors_99.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comments_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comments_01.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comments_02.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_function_def_tail_comments_99.dump
+44 −0 runtime/syntax/testdir/input/vim9_ex_function_def_tail_comment_errors.vim
+44 −0 runtime/syntax/testdir/input/vim9_ex_function_def_tail_comments.vim
+1 −1 runtime/syntax/testdir/input/vim_ex_def.vim
+1 −1 runtime/syntax/testdir/input/vim_ex_def_fold.vim
+43 −0 runtime/syntax/testdir/input/vim_ex_function_def_tail_comment_errors.vim
+43 −0 runtime/syntax/testdir/input/vim_ex_function_def_tail_comments.vim
+26 −21 runtime/syntax/vim.vim
+1 −0 src/proto/vim9class.pro
+18 −0 src/testdir/test_vim9_class.vim
+4 −17 src/typval.c
+4 −0 src/version.c
+28 −0 src/vim9class.c

0 comments on commit 667e754

Please sign in to comment.