-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
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 @@ | ||
* [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) |
Submodule vim
updated
35 files