comparison runtime/doc/options.txt @ 34242:2dae3f0bfa53

runtime(doc): Update help for Wayland support Commit: https://github.com/vim/vim/commit/1b7fbe726a4e7ad117bace7e40f5e0a286a2cd5b Author: Christian Brabandt <cb@256bit.org> Date: Tue Jan 30 20:41:07 2024 +0100 runtime(doc): Update help for Wayland support Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Jan 2024 20:45:04 +0100
parents e7d64a3fffe4
children c5a945f7f3da
comparison
equal deleted inserted replaced
34241:c58595d65350 34242:2dae3f0bfa53
1 *options.txt* For Vim version 9.1. Last change: 2024 Jan 17 1 *options.txt* For Vim version 9.1. Last change: 2024 Jan 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
8579 works for the icon name |'icon'|. 8579 works for the icon name |'icon'|.
8580 But: When Vim was started with the |-X| argument, restoring the title 8580 But: When Vim was started with the |-X| argument, restoring the title
8581 will not work (except in the GUI). 8581 will not work (except in the GUI).
8582 If the title cannot be restored, it is set to the value of 'titleold'. 8582 If the title cannot be restored, it is set to the value of 'titleold'.
8583 You might want to restore the title outside of Vim then. 8583 You might want to restore the title outside of Vim then.
8584 When using an xterm from a remote machine you can use this command: 8584 When using an xterm from a remote machine you can use this command: >
8585
8585 rsh machine_name xterm -display $DISPLAY & 8586 rsh machine_name xterm -display $DISPLAY &
8587 ssh -X machine_name xterm &
8588 <
8586 then the WINDOWID environment variable should be inherited and the 8589 then the WINDOWID environment variable should be inherited and the
8587 title of the window should change back to what it should be after 8590 title of the window should change back to what it should be after
8588 exiting Vim. 8591 exiting Vim.
8589 8592
8590 *'titlelen'* 8593 *'titlelen'*