Commit 7083a9b
committed
vim: Import v9.1.1854
* runtime(doc): Normalise formatting of builtin function descriptions
* runtime(doc): Remove accidental option name highlighting from :help channel.txt
* 9.1.1854: unnecessary code in optionstr.c
* 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 syntax1 parent 080b38f commit 7083a9b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .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