diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2017-11-03 09:34:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-03 09:34:31 +0100 |
commit | 739bc5124ad2fafdee32d33e1340a73b3778e37e (patch) | |
tree | 3e75bb9060ded80135bc3ef7b8333b2c58055f3c | |
parent | a39c8b7ce30ddeed4329c28c42b1b699103dccab (diff) | |
download | rneovim-739bc5124ad2fafdee32d33e1340a73b3778e37e.tar.gz rneovim-739bc5124ad2fafdee32d33e1340a73b3778e37e.tar.bz2 rneovim-739bc5124ad2fafdee32d33e1340a73b3778e37e.zip |
docs: correct cmdline_special_char documentation (#7475)
-rw-r--r-- | runtime/doc/ui.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 3644d0784f..685019aed7 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -266,7 +266,7 @@ Only sent if `ext_cmdline` option is set in |ui-options| `shift` is true the text after the cursor should be shifted, otherwise it should overwrite the char at the cursor. - Should be hidden at next cmdline_show or cmdline_pos. + Should be hidden at next cmdline_show. ["cmdline_hide"] Hide the cmdline. |