diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-08-31 00:51:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 00:51:35 -0700 |
commit | c2662210b5af8aeced68c9cae540567496926a44 (patch) | |
tree | e1928885ec5792c76fbbf9710f54b3b17551a721 /runtime/doc/ui.txt | |
parent | 3229ba0cdef530fe7ab18326537118f88355e111 (diff) | |
download | rneovim-c2662210b5af8aeced68c9cae540567496926a44.tar.gz rneovim-c2662210b5af8aeced68c9cae540567496926a44.tar.bz2 rneovim-c2662210b5af8aeced68c9cae540567496926a44.zip |
docs, remove 'guifontset' #11708
- remove redundant autocmd list
This "grouped" list is useless, it only gets in the way when searching
for event names.
- intro.txt: cleanup
- starting.txt: update, revisit
- doc: `:help bisect`
- mbyte.txt: update aliases 1656367b90bd. closes #11960
- options: remove 'guifontset'. Why:
- It is complicated and is used by almost no one.
- It is unlikely to be implemented by Nvim GUIs (complicated to parse,
specific to Xorg...).
Diffstat (limited to 'runtime/doc/ui.txt')
-rw-r--r-- | runtime/doc/ui.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 2817c1015b..990f58b291 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -183,7 +183,6 @@ the editor. 'ambiwidth' 'emoji' 'guifont' - 'guifontset' 'guifontwide' 'linespace' 'pumblend' @@ -719,7 +718,7 @@ events, which the UI must handle. kind Name indicating the message kind: - "" (empty) Unknown, report a |feature-request| + "" (empty) Unknown (consider a feature-request: |bugs|) "confirm" |confirm()| or |:confirm| dialog "confirm_sub" |:substitute| confirm dialog |:s_c| "emsg" Error (|errors|, internal error, |:throw|, …) |