From 29c36322857b37263b07eb1301d71ccd8a2ae044 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Thu, 3 Mar 2022 16:33:27 -0500 Subject: fix(remote): report on missing wait commands, typecheck lua results Clean up lint errors, too --- runtime/doc/remote.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/remote.txt b/runtime/doc/remote.txt index dd5d44387d..b8991be738 100644 --- a/runtime/doc/remote.txt +++ b/runtime/doc/remote.txt @@ -83,7 +83,7 @@ You can not put options there! ============================================================================== -2. Missing functionality *clientserver-missing* +2. Missing functionality *E5600* *clientserver-missing* Vim supports additional functionality in clientserver that's not yet implemented in Nvim. In particular, none of the 'wait' variants are supported -- cgit