diff options
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r-- | runtime/doc/develop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index 891b068051..be4068d8c8 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -478,6 +478,8 @@ External UIs are expected to implement these common features: - Consider the "option_set" |ui-global| event as a hint for other GUI behaviors. Various UI-related options ('guifont', 'ambiwidth', …) are published in this event. See also "mouse_on", "mouse_off". +- UIs generally should NOT set |$NVIM_APPNAME| (unless explicitly requested by + the user). vim:tw=78:ts=8:sw=4:et:ft=help:norl: |