From 72a6643b1380cdf6f1153d70eeaffb90bdca30d6 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 19 Jun 2023 08:40:33 -0700 Subject: docs #24061 - nvim requires rpc responses in reverse order. https://github.com/neovim/neovim/issues/19932 - NVIM_APPNAME: UIs normally should NOT set this. ref #23520 fix #24050 fix #23660 fix #23353 fix #23337 fix #22213 fix #19161 fix #18088 fix #20693 --- runtime/doc/develop.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc/develop.txt') 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: -- cgit