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/usr_45.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/doc/usr_45.txt') diff --git a/runtime/doc/usr_45.txt b/runtime/doc/usr_45.txt index 95a2bc8f79..85710b15d5 100644 --- a/runtime/doc/usr_45.txt +++ b/runtime/doc/usr_45.txt @@ -190,8 +190,7 @@ font. Example: > xterm -u8 -fn -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1 -Now you can run Vim inside this terminal. Set 'encoding' to "utf-8" as -before. That's all. +Now you can run Vim inside this terminal. USING UNICODE IN AN ORDINARY TERMINAL -- cgit