diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-31 11:37:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-07-31 11:37:20 +0100 |
commit | 750209459c9e54030409afe8f4ad59570600b5c4 (patch) | |
tree | 283538c45603d0ea62c1800eb67a49f8b6f66eef /runtime/doc/options.txt | |
parent | 3a4cd39d476474e20e88ebf120ca6070cc0d0072 (diff) | |
download | vim-git-750209459c9e54030409afe8f4ad59570600b5c4.tar.gz |
patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118
Problem: No test for what patch 9.0.0155 fixes.
Solution: Add a test. Fix typos. (closes #10822)
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 e4e0d6612..55c2146b9 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6453,7 +6453,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'cmdheight' is zero, the ruler is not shown. Otherwise it is shown in the last line of the screen. If the statusline is given by 'statusline' (i.e. not empty), this option takes precedence over - 'ruler' and 'rulerformat' + 'ruler' and 'rulerformat'. If the number of characters displayed is different from the number of bytes in the text (e.g., for a TAB or a multibyte character), both the text column (byte number) and the screen column are shown, |