comparison runtime/doc/starting.txt @ 29069:be6c32395444 v8.2.5056

patch 8.2.5056: the channel log only contains some of the raw terminal output Commit: https://github.com/vim/vim/commit/1d97db3d987c05af88c30ad20f537bcf3024f9c1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 22:15:54 2022 +0100 patch 8.2.5056: the channel log only contains some of the raw terminal output Problem: The channel log only contains some of the raw terminal output. Solution: Add the "o" flag to log all terminal output. Use it for "--log".
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jun 2022 23:30:03 +0200
parents cd68a630f0d0
children f3ec3c57e070
comparison
equal deleted inserted replaced
29068:912284d1b1e1 29069:be6c32395444
344 Example: > 344 Example: >
345 vim -V20vimlog foobar 345 vim -V20vimlog foobar
346 < 346 <
347 --log {filename} *--log* 347 --log {filename} *--log*
348 Start logging and write entries to {filename}. 348 Start logging and write entries to {filename}.
349 This works like calling `ch_logfile({filename}, 'a')` very 349 This works like calling `ch_logfile({filename}, 'ao')` very
350 early during startup. 350 early during startup.
351 {only available with the +channel feature} 351 {only available with the +channel feature}
352 352
353 *-D* 353 *-D*
354 -D Debugging. Go to debugging mode when executing the first 354 -D Debugging. Go to debugging mode when executing the first