Skip to content

Commit

Permalink
vim: Import v9.1.0487
Browse files Browse the repository at this point in the history
* runtime(html): Restore HTML syntax file tests
* 9.1.0487: completed item not update on fuzzy completion
* 9.1.0486: filetype: Snakemake files are not recognized
* runtime(termdebug): make TermDebugSendCommand() a global function again
* runtime(termdebug): close all buffers in the same way
* 9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"
* runtime(doc): fix wrong helptag for :defer
* runtime(vim): Update base-syntax, match :sleep arg
* runtime(keymap): include Georgian keymap
* 9.1.0484: Sorting of completeopt+=fuzzy is not stable
* runtime(netrw): correctly test for windows in NetrwGlob()
* runtime(netrw): glob() on windows fails with [] in directory name
* runtime(doc): rewrite mkdir() doc and simplify {flags} meaning
  • Loading branch information
chrisbra committed Jun 14, 2024
1 parent 66dad7e commit d31d1c0
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(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
* [runtime(html): Restore HTML syntax file tests](https://github.com/vim/vim/commit/6dd5840fdfd7d308af7bf34534f07d6bee66532c)\n* [9.1.0487](https://github.com/vim/vim/commit/f94c9c482a6dd488f0136ac99499eb6e2ab3ccca): completed item not update on fuzzy completion\n* [9.1.0486](https://github.com/vim/vim/commit/82a579e15ad78f4b99d2957300da3076ccc7d378): filetype: Snakemake files are not recognized\n* [runtime(termdebug): make TermDebugSendCommand() a global function again](https://github.com/vim/vim/commit/17e702a51a28162e82310d8a864a97fa8f977b92)\n* [runtime(termdebug): close all buffers in the same way](https://github.com/vim/vim/commit/fce324f55718192ae7de389bb88d423eed7977a2)\n* [9.1.0485](https://github.com/vim/vim/commit/afbe5359e981e5d19ad23c394aefe60395c3648e): Matched text shouldn't be highlighted in "kind" and "menu"\n* [runtime(doc): fix wrong helptag for :defer](https://github.com/vim/vim/commit/c509c009bbc07eff678a9239a5813398e180f019)\n* [runtime(vim): Update base-syntax, match :sleep arg](https://github.com/vim/vim/commit/262e25e5a10438770dc9e23e0d5ffcb116f05d0f)\n* [runtime(keymap): include Georgian keymap](https://github.com/vim/vim/commit/79a14c061bb7c5caafba09b9244f87be37693cf6)\n* [9.1.0484](https://github.com/vim/vim/commit/8e56747fd26b3b040b6fcbfb6be41b7d5922c6b5): Sorting of completeopt+=fuzzy is not stable\n* [runtime(netrw): correctly test for windows in NetrwGlob()](https://github.com/vim/vim/commit/440746158ce0fec2880ccacc03f39dbc954c5543)\n* [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)
2 changes: 1 addition & 1 deletion vim
Submodule vim updated 35 files
+1 −0 .github/MAINTAINERS
+1 −1 runtime/autoload/netrw.vim
+3 −3 runtime/doc/builtin.txt
+3 −0 runtime/filetype.vim
+13 −0 runtime/ftplugin/snakemake.vim
+51 −0 runtime/keymap/georgian-qwerty.vim
+10 −10 runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+42 −15 runtime/syntax/generator/gen_syntax_vim.vim
+11 −2 runtime/syntax/generator/vim.vim.base
+13 −13 runtime/syntax/testdir/dumps/html_00.dump
+17 −17 runtime/syntax/testdir/dumps/html_01.dump
+19 −19 runtime/syntax/testdir/dumps/html_02.dump
+18 −18 runtime/syntax/testdir/dumps/html_03.dump
+19 −19 runtime/syntax/testdir/dumps/html_04.dump
+19 −19 runtime/syntax/testdir/dumps/html_05.dump
+19 −19 runtime/syntax/testdir/dumps/html_06.dump
+19 −19 runtime/syntax/testdir/dumps/html_07.dump
+20 −0 runtime/syntax/testdir/dumps/html_08.dump
+15 −15 runtime/syntax/testdir/dumps/html_99.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_sleep_00.dump
+20 −0 runtime/syntax/testdir/dumps/vim_ex_sleep_99.dump
+153 −0 runtime/syntax/testdir/input/html.html
+0 −146 runtime/syntax/testdir/input/html_html
+11 −0 runtime/syntax/testdir/input/vim_ex_sleep.vim
+12 −3 runtime/syntax/vim.vim
+15 −3 src/insexpand.c
+60 −58 src/popupmenu.c
+2 −1 src/structs.h
+4 −4 src/testdir/dumps/Test_pum_highlights_03.dump
+4 −4 src/testdir/dumps/Test_pum_highlights_06.dump
+4 −4 src/testdir/dumps/Test_pum_highlights_07.dump
+1 −0 src/testdir/test_filetype.vim
+28 −0 src/testdir/test_ins_complete.vim
+8 −8 src/testdir/test_popup.vim
+8 −0 src/version.c

0 comments on commit d31d1c0

Please sign in to comment.