Skip to content

Commit 9b6ac7a

Browse files
vim: Import v9.1.1765
* runtime(kitty): fix typo in syntax script * runtime(doc): remove trailing whitespace from example in builtin.txt * runtime(doc): clarify how to call complete() funcs * runtime(m4): Improve parameters highlighting in syntax script * 9.1.1765: f_isnan() and f_isinf() do not correctly initialize rettv type * runtime(termdebug): drop outdated comment from termdebug.vim * runtime(colors): update colorschemes: * runtime(doc): Fix typos in eval.txt * Fix some typos in documentation, C code and test files * 9.1.1764: filetype: CODEOWNERS file not recognized * 9.1.1763: filetype: kitty config files are not recognized * 9.1.1762: completion: selected item not cleared on <BS> with 'ac' * Problem: 'ruler' is set in defaults.vim * runtime(doc): Improve doc for cmdline-ranges in cmdline.txt * runtime(doc): Improve the doc for :syn-containedin * runtime(doc): typo in recent doc style tweaks in options.txt
1 parent c5bc699 commit 9b6ac7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [9.1.1760](https://github.com/vim/vim/commit/542cc4b35c1dba35634e3ee22081f267153186d0): wrong proto file for insexpand.pro\n* [9.1.1759](https://github.com/vim/vim/commit/48f1d6442d5d255d1b5a353160bff7470afa74cb): filetype: generic log detection is too disturbing\n* [runtime(doc): Tweak documentation style more in options and ft\_hare](https://github.com/vim/vim/commit/235e77a3a35525671d6a5e60c180c0dcc0351ea1)\n* [9.1.1758](https://github.com/vim/vim/commit/46e22fd2f73b03795a5922ba07621472713eddb3): Diff mode crashes when adding text property in autocommand\n* [runtime(config): mark unportable += as an error](https://github.com/vim/vim/commit/1e7a288cd3e522d70ad857a0a4d0ea7797f73bae)\n* [runtime(html): guard against an existing b:undo\_ftplugin var](https://github.com/vim/vim/commit/81ca9916d2fb2675a1a6da22fd68d26fb0ee8b8e)\n* [9.1.1757](https://github.com/vim/vim/commit/c077f5e9d82189f5d1ce86068e10540139fec6cb): The colorresp plugin causes additional redraws\n* [9.1.1756](https://github.com/vim/vim/commit/c975d62473327d7ca74666d41c99651c23f09498): termdebug: Need a few more user commands\n* [runtime(doc): update Markdown syntax documentation and mention Pandoc](https://github.com/vim/vim/commit/c37f25c651722f118289c3e09e7ee5b905c57af4)\n* [runtime(doc): tweak documentation style a bit more in options.txt](https://github.com/vim/vim/commit/97e0f955dadc58e878d9933ca6a5d97374573199)\n* [9.1.1755](https://github.com/vim/vim/commit/b8970b43cd4aab1da9d0b927d86c7021bcae7e35): filetype: generic log files are not recognized\n* [runtime(doc): tweak documentation style](https://github.com/vim/vim/commit/450d59145e8675e608611a37db5f722ae31e041d)\n* [runtime(doc): Add :defe\[r\] shortname spec and tag](https://github.com/vim/vim/commit/e8bbdb90e449959dba9f3b270a78321e2cf1fae8)
1+
* [runtime(kitty): fix typo in syntax script](https://github.com/vim/vim/commit/b2113e511f49761e5fd4fb20781115e379765608)\n* [runtime(doc): remove trailing whitespace from example in builtin.txt](https://github.com/vim/vim/commit/45b59a92ce06532aafa074e18aa9c3b44297ec8a)\n* [runtime(doc): clarify how to call complete() funcs](https://github.com/vim/vim/commit/f79e262ffc55a3a6b9f47b0aa0ed63a137045f98)\n* [runtime(m4): Improve parameters highlighting in syntax script](https://github.com/vim/vim/commit/8801c9db2e8e5da90b2e52ceacfd726543d12407)\n* [9.1.1765](https://github.com/vim/vim/commit/19fa46a469743653a16a48c4222482d9f33e30a2): f\_isnan() and f\_isinf() do not correctly initialize rettv type\n* [runtime(termdebug): drop outdated comment from termdebug.vim](https://github.com/vim/vim/commit/049c76f0e8a1cc26d724fca1a83bfd2da7012403)\n* [runtime(colors): update colorschemes:](https://github.com/vim/vim/commit/b1b80506ceea26e8e0860cdfb0933fd9e290bb1f)\n* [runtime(doc): Fix typos in eval.txt](https://github.com/vim/vim/commit/f9dad9e3990b3a39d1bd8dc7b9fdd52fe5294996)\n* [Fix some typos in documentation, C code and test files](https://github.com/vim/vim/commit/0e46e761fc2ea39915e55719d56bfe47a0985c12)\n* [9.1.1764](https://github.com/vim/vim/commit/817e4d3ee6b051477596ba1d86a2631d9fabc95b): filetype: CODEOWNERS file not recognized\n* [9.1.1763](https://github.com/vim/vim/commit/a946ccf5ffdb7bbc2631c5cbebde18b75a5e284b): filetype: kitty config files are not recognized\n* [9.1.1762](https://github.com/vim/vim/commit/5c9b71d63c1b324c6f4c7b84faf3fafa40c3fcc5): completion: selected item not cleared on \<BS> with 'ac'\n* [Problem: 'ruler' is set in defaults.vim](https://github.com/vim/vim/commit/ba36510920654a52d8b5908f5a61c6969bb31942)\n* [runtime(doc): Improve doc for cmdline-ranges in cmdline.txt](https://github.com/vim/vim/commit/d4c2cb4b271b3e018d13a51245714a387d7006ec)\n* [runtime(doc): Improve the doc for :syn-containedin](https://github.com/vim/vim/commit/8e0d374e4d3f1be11e64010d69b6d9a5e913ec8d)\n* [runtime(doc): typo in recent doc style tweaks in options.txt](https://github.com/vim/vim/commit/958ae91f3a179002029afc712a9aee5cd93c8929)

vim

Submodule vim updated 62 files

0 commit comments

Comments
 (0)