comparison runtime/doc/options.txt @ 24268:9257f3980f4a v8.2.2675

patch 8.2.2675: directory change in a terminal window shell is not followed Commit: https://github.com/vim/vim/commit/8b9abfd86c736ed3f298dfa8b50a962c118b3983 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 29 20:49:05 2021 +0200 patch 8.2.2675: directory change in a terminal window shell is not followed Problem: Directory change in a terminal window shell is not followed. Solution: Add the 'autoshelldir' option. (closes https://github.com/vim/vim/issues/6290)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Mar 2021 21:00:03 +0200
parents 90d1636a8fcb
children 4ab4ef0c48b1
comparison
equal deleted inserted replaced
24267:57c5644a9065 24268:9257f3980f4a
746 When on, Vim will change the current working directory whenever you 746 When on, Vim will change the current working directory whenever you
747 open a file, switch buffers, delete a buffer or open/close a window. 747 open a file, switch buffers, delete a buffer or open/close a window.
748 It will change to the directory containing the file which was opened 748 It will change to the directory containing the file which was opened
749 or selected. 749 or selected.
750 Note: When this option is on some plugins may not work. 750 Note: When this option is on some plugins may not work.
751
752 *'autoshelldir'* *'asd'* *'noautoshelldir'* *'noasd'*
753 'autoshelldir' 'asd' boolean (default off)
754 global
755 When on, Vim will change the current working directory whenever you
756 change the directory of the shell running in a terminal window. You
757 need proper setting-up, so whenever the shell's pwd changes an OSC 7
758 escape sequence will be emitted. For example, on Linux, you can source
759 /etc/profile.d/vte.sh in your shell profile if you use bash or zsh.
751 760
752 *'arabic'* *'arab'* *'noarabic'* *'noarab'* 761 *'arabic'* *'arab'* *'noarabic'* *'noarab'*
753 'arabic' 'arab' boolean (default off) 762 'arabic' 'arab' boolean (default off)
754 local to window 763 local to window
755 {only available when compiled with the |+arabic| 764 {only available when compiled with the |+arabic|