Commit ffcb195
committed
Vim: v9.1.1854
* vim c58f91c03...83eb1da19 (18):
> runtime(doc): Normalise formatting of builtin function descriptions
> runtime(doc): Remove accidental option name highlighting from :help channel.txt
> patch 9.1.1854: unnecessary code in optionstr.c
> patch 9.1.1853: Ctrl-F and Ctrl-B at more prompt not working with key protocol
> CI: Bump github/codeql-action from 3 to 4
> runtime(vimcomplete): do not complete on empty line
> runtime(doc): fix inconsistent alignment
> runtime(bitbake): fix multiline Python function parameter syntax
> runtime(rst): Preserve indentation of directives
> runtime(rst): Update b:undo_ftplugin variable
> runtime(rst): Style update
> runtime(rst): Enable spell checking for more syntax constructs
> runtime(rst): Inline literal escape support
> runtime(rst): Recognise numeric footnotes [1] correctly
> runtime(rst): Correctly end nested comments
> runtime(rst): Fix highlights nested in directive body
> runtime(rst): Add support for rst_minlines
> runtime(rst): Fix doctest block syntax
https://github.com/vim/vim-appimage/actions/runs/184823863911 parent a282088 commit ffcb195
1 file changed
+1
-1
lines changed- .github/workflows/codeql-analysis.yml+3-3
- runtime/autoload/vimcomplete.vim+4-1
- runtime/doc/builtin.txt+229-209
- runtime/doc/channel.txt+9-9
- runtime/doc/editing.txt+2-2
- runtime/doc/repeat.txt+3-3
- runtime/doc/syntax.txt+4-1
- runtime/ftplugin/rst.vim+5-2
- runtime/indent/rst.vim+13-3
- runtime/syntax/bitbake.vim+3-1
- runtime/syntax/rst.vim+52-26
- src/misc1.c+2-1
- src/optionstr.c-3
- src/testdir/test_messages.vim+15
- src/version.c+4
0 commit comments