Skip to content

Commit

Permalink
vim: Import v9.1.0483
Browse files Browse the repository at this point in the history
* runtime(netrw): glob() on windows fails with [] in directory name
* runtime(doc): rewrite mkdir() doc and simplify {flags} meaning
* 9.1.0483: glob() not sufficiently tested
* runtime(doc): update return type for job_info()
* README.md: Update link to release archives
* 9.1.0482: termdebug plugin needs more love
* runtime(doc): correct return types for job_start() and job_status()
* runtime(vim): Update base-syntax, match :catch and :throw args (#14989)
* runtime(java): Include element values in non-marker annotations (#14979)
* 9.1.0481: Vim9: term_getjob() throws an exception on error
* 9.1.0480: fuzzy string matching executed when not needed
* 9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operations
* runtime(doc): restore description of "$" in col() and virtcol() (#14981)
* runtime(doc): deduplicate getpos(), line(), col(), virtcol()
* runtime(vim): Update g:vimsyn_comment_strings dump file tests
* runtime(termdebug): Use string interpolation instead of string concat
* 9.1.0478: potential deref of NULL pointer in fuzzy_match_str_with_pos
  • Loading branch information
chrisbra committed Jun 13, 2024
1 parent 5606910 commit 66dad7e
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 @@
* [runtime(doc): deduplicate getpos(), line(), col(), virtcol()](https://github.com/vim/vim/commit/02f3ebacfbfa1f892347d7532278f24620e68300)\n* [runtime(vim): Update g:vimsyn\_comment\_strings dump file tests](https://github.com/vim/vim/commit/31441d509aa01f3dadb874f45eae4246363e831c)\n* [runtime(termdebug): Use string interpolation instead of string concat](https://github.com/vim/vim/commit/83d0028026441d4e521d8849a5a0ef766e816cf2)\n* [9.1.0478](https://github.com/vim/vim/commit/7c57940e3bd883cebb1d73d4b4effa9220d4c4c8): potential deref of NULL pointer in fuzzy\_match\_str\_with\_pos
* [runtime(netrw): glob() on windows fails with \[\] in directory name](https://github.com/vim/vim/commit/1487947fb625d44ed02382ea6b0d5bf72b12583a)\n* [runtime(doc): rewrite mkdir() doc and simplify {flags} meaning](https://github.com/vim/vim/commit/d6d4e1333659c0d2acee3133819498d014df47de)\n* [9.1.0483](https://github.com/vim/vim/commit/8b34aea1b0431082a062ecfb5de0f244f3f23418): glob() not sufficiently tested\n* [runtime(doc): update return type for job\_info()](https://github.com/vim/vim/commit/1cd31a4501c48dbeae272de7394fa39ede7b10dd)\n* [README.md: Update link to release archives](https://github.com/vim/vim/commit/4225f28855c5d3023662b3a90a70b22caf9b6ade)\n* [9.1.0482](https://github.com/vim/vim/commit/ef8eab86e29091eaff0d3fb0bc3f7c90f468f6aa): termdebug plugin needs more love\n* [runtime(doc): correct return types for job\_start() and job\_status()](https://github.com/vim/vim/commit/1a946044fe3993bc87c36960d38ad2934df9c649)\n* [runtime(vim): Update base-syntax, match :catch and :throw args (#14989)](https://github.com/vim/vim/commit/a3bddb759e77c52431a93a68674790dd02647cd1)\n* [runtime(java): Include element values in non-marker annotations (#14979)](https://github.com/vim/vim/commit/902b766858fad89ab30b4e0a92ddd1244b2a4cbe)\n* [9.1.0481](https://github.com/vim/vim/commit/a78eb25db3089b864dab8a9cc6c9e5270bf09644): Vim9: term\_getjob() throws an exception on error\n* [9.1.0480](https://github.com/vim/vim/commit/1c296026627d7ac8195e803b4c2393c21ae659b4): fuzzy string matching executed when not needed\n* [9.1.0479](https://github.com/vim/vim/commit/2f95ca9fcef8495d60e298ac2cd6d702b90bfb18): fuzzy\_match\_str\_with\_pos() does unnecessary list operations\n* [runtime(doc): restore description of "$" in col() and virtcol() (#14981)](https://github.com/vim/vim/commit/d353d2782032b91498601afefee4256592f48074)\n* [runtime(doc): deduplicate getpos(), line(), col(), virtcol()](https://github.com/vim/vim/commit/02f3ebacfbfa1f892347d7532278f24620e68300)\n* [runtime(vim): Update g:vimsyn\_comment\_strings dump file tests](https://github.com/vim/vim/commit/31441d509aa01f3dadb874f45eae4246363e831c)\n* [runtime(termdebug): Use string interpolation instead of string concat](https://github.com/vim/vim/commit/83d0028026441d4e521d8849a5a0ef766e816cf2)\n* [9.1.0478](https://github.com/vim/vim/commit/7c57940e3bd883cebb1d73d4b4effa9220d4c4c8): potential deref of NULL pointer in fuzzy\_match\_str\_with\_pos
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 55 files
+1 −1 README.md
+1 −1 README.rux.txt
+1 −1 README.txt
+14 −9 runtime/autoload/netrw.vim
+15 −14 runtime/doc/builtin.txt
+4 −4 runtime/doc/channel.txt
+1 −2 runtime/doc/syntax.txt
+3 −2 runtime/doc/terminal.txt
+239 −182 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+1 −0 runtime/syntax/generator/gen_syntax_vim.vim
+9 −2 runtime/syntax/generator/vim.vim.base
+3 −1 runtime/syntax/java.vim
+20 −0 runtime/syntax/testdir/dumps/java_annotations_00.dump
+20 −0 runtime/syntax/testdir/dumps/java_annotations_01.dump
+20 −0 runtime/syntax/testdir/dumps/java_annotations_02.dump
+20 −0 runtime/syntax/testdir/dumps/java_annotations_03.dump
+20 −0 runtime/syntax/testdir/dumps/java_annotations_04.dump
+20 −0 runtime/syntax/testdir/dumps/java_annotations_99.dump
+3 −3 runtime/syntax/testdir/dumps/java_lambda_expressions_04.dump
+2 −2 runtime/syntax/testdir/dumps/java_lambda_expressions_05.dump
+3 −3 runtime/syntax/testdir/dumps/java_methods_indent2_01.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent2_03.dump
+3 −3 runtime/syntax/testdir/dumps/java_methods_indent2_04.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent2_99.dump
+3 −3 runtime/syntax/testdir/dumps/java_methods_indent4_01.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent4_03.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent4_04.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent4_99.dump
+3 −3 runtime/syntax/testdir/dumps/java_methods_indent8_01.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent8_03.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent8_04.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_indent8_99.dump
+3 −3 runtime/syntax/testdir/dumps/java_methods_style_01.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_style_03.dump
+2 −2 runtime/syntax/testdir/dumps/java_methods_style_04.dump
+3 −3 runtime/syntax/testdir/dumps/java_methods_style_99.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_catch_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_catch_99.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_throw_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_throw_99.dump
+78 −0 runtime/syntax/testdir/input/java_annotations.java
+1 −1 runtime/syntax/testdir/input/java_methods_indent2.java
+1 −1 runtime/syntax/testdir/input/java_methods_indent4.java
+1 −1 runtime/syntax/testdir/input/java_methods_indent8.java
+1 −1 runtime/syntax/testdir/input/java_methods_style.java
+17 −0 runtime/syntax/testdir/input/vim_ex_catch.vim
+5 −0 runtime/syntax/testdir/input/vim_ex_throw.vim
+16 −9 runtime/syntax/vim.vim
+8 −7 src/popupmenu.c
+21 −97 src/search.c
+10 −2 src/terminal.c
+27 −0 src/testdir/test_functions.vim
+11 −0 src/testdir/test_termdebug.vim
+1 −0 src/testdir/test_vim9_builtin.vim
+10 −0 src/version.c

0 comments on commit 66dad7e

Please sign in to comment.