diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-09-16 10:07:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 10:07:50 +0200 |
commit | 0b7a3c173c929085f54a178c9fa852481d5f021e (patch) | |
tree | 29816f88c85331e8b55cd2a113ab82263ee82dc4 /runtime | |
parent | 279c7b11fb89776f89789ee7e0c4f2624a10d156 (diff) | |
parent | 708bd686516b420c2b65f4bc4d2c58fe43fb945e (diff) | |
download | rneovim-0b7a3c173c929085f54a178c9fa852481d5f021e.tar.gz rneovim-0b7a3c173c929085f54a178c9fa852481d5f021e.tar.bz2 rneovim-0b7a3c173c929085f54a178c9fa852481d5f021e.zip |
Merge pull request #20188 from bfredl/zerocmdline
feat(ui): use msg_grid based implementation for cmdheight=0
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 110f7400e6..14b7eb2d71 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1337,7 +1337,8 @@ A jump table for the options with a short description can be found at |Q_op|. page can have a different value. When 'cmdheight' is zero, there is no command-line unless it is being - used. Some informative messages will not be displayed, any other + used. The command-line will cover the last line of the screen when + shown. Some informative messages will not be displayed, any other messages will cause the |hit-enter| prompt. Expect some other unexpected behavior too. |