diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-11-30 18:12:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-11-30 18:12:19 +0000 |
commit | 4c5678ff0c376661d4a8183a5a074a1203413b9d (patch) | |
tree | 2ddd73cae34d17f2eb4290fda1131bb63f4a0fab /runtime | |
parent | a87749e3eae3f918b6678f45cf975f0cf06d3e97 (diff) | |
download | vim-git-4c5678ff0c376661d4a8183a5a074a1203413b9d.tar.gz |
patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977
Problem: It is not easy to see what client-server commands are doing.
Solution: Add channel log messages if ch_log() is available. Move the
channel logging and make it available with the +eval feature.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/starting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index c4441f3a1..619fc18ed 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -348,7 +348,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly. Start logging and write entries to {filename}. This works like calling `ch_logfile({filename}, 'ao')` very early during startup. - {only available with the |+channel| feature} + {only available with the |+eval| feature} *-D* -D Debugging. Go to debugging mode when executing the first |