diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-03-29 17:49:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 17:49:25 +0800 |
| commit | d223a7cbd2a204fffeb220fb18dfede8f4ef3e1f (patch) | |
| tree | 1628d511042651d891a5437680450634bd6da631 /runtime/doc | |
| parent | b1615a35f08ae3073f7d2e4e8e080907f0d48e92 (diff) | |
| download | rneovim-d223a7cbd2a204fffeb220fb18dfede8f4ef3e1f.tar.gz rneovim-d223a7cbd2a204fffeb220fb18dfede8f4ef3e1f.tar.bz2 rneovim-d223a7cbd2a204fffeb220fb18dfede8f4ef3e1f.zip | |
vim-patch:9.1.0228: Two unrelated things are tested by a single test (#28093)
Problem: Two unrelated things are tested by a single test.
Solution: Split it into two, restoring the old Test_brace_single_line().
Add missing cleanup to some tests.
(zeertzjq)
closes: vim/vim#14323
https://github.com/vim/vim/commit/ad493ef3ea9ef7f2b0badcd2298883b5ab6e4ef4
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index b0583d306d..54333ee85d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5693,8 +5693,7 @@ A jump table for the options with a short description can be found at |Q_op|. highlighted with |hl-NonText|. You may also want to add "lastline" to the 'display' option to show as much of the last line as possible. - NOTE: only partly implemented, currently works with CTRL-E, CTRL-Y, - CTRL-D, CTRL-U, CTRL-F, CTRL-B and scrolling with the mouse. + NOTE: partly implemented, doesn't work yet for |gj| and |gk|. *'softtabstop'* *'sts'* 'softtabstop' 'sts' number (default 0) |