diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-22 09:05:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 09:05:14 +0800 |
commit | f663243e95f488b8f4224bdae2697ddac21d0ffb (patch) | |
tree | 944b6e4c5e0593605060ce96861d5f3ddf94a100 /runtime/doc/options.txt | |
parent | c8e47f648052f8001d8a493cf7ca6c4867a36bc3 (diff) | |
download | rneovim-f663243e95f488b8f4224bdae2697ddac21d0ffb.tar.gz rneovim-f663243e95f488b8f4224bdae2697ddac21d0ffb.tar.bz2 rneovim-f663243e95f488b8f4224bdae2697ddac21d0ffb.zip |
vim-patch:9.1.0797: testing of options can be further improved (#30893)
Problem: testing of options can be further improved
Solution: split the generated option test into test_options_all.vim,
add more test cases, save and restore values, fix use-after-free
closes: vim/vim#15894
https://github.com/vim/vim/commit/6eca04e9f1d446dc509ba51e32da56fa413fe2f0
Co-authored-by: Milly <milly.ca@gmail.com>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e6065acb5e..44c5934233 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1417,7 +1417,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'cmdheight'* *'ch'* 'cmdheight' 'ch' number (default 1) - global or local to tab page |global-local| + global or local to tab page Number of screen lines to use for the command-line. Helps avoiding |hit-enter| prompts. The value of this option is stored with the tab page, so that each tab |