comparison runtime/doc/options.txt @ 24600:cb4cb3ff5736 v8.2.2839

patch 8.2.2839: default redirection missing "ash" and "dash" Commit: https://github.com/vim/vim/commit/56318369750066718b880afa69e7ae3843d0410b Author: Natanael Copa <ncopa@alpinelinux.org> Date: Thu May 6 18:46:35 2021 +0200 patch 8.2.2839: default redirection missing "ash" and "dash" Problem: Default redirection missing "ash" and "dash". Solution: Recognize "ash" and "dash". (Natanael Copa, closes https://github.com/vim/vim/issues/8180)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 May 2021 19:00:04 +0200
parents e3ec2ec8841a
children 4cf4d7a71fac
comparison
equal deleted inserted replaced
24599:8eda31c9b9e2 24600:cb4cb3ff5736
6604 the screen. 6604 the screen.
6605 For Unix the default is "| tee". The stdout of the compiler is saved 6605 For Unix the default is "| tee". The stdout of the compiler is saved
6606 in a file and echoed to the screen. If the 'shell' option is "csh" or 6606 in a file and echoed to the screen. If the 'shell' option is "csh" or
6607 "tcsh" after initializations, the default becomes "|& tee". If the 6607 "tcsh" after initializations, the default becomes "|& tee". If the
6608 'shell' option is "sh", "ksh", "mksh", "pdksh", "zsh", "zsh-beta", 6608 'shell' option is "sh", "ksh", "mksh", "pdksh", "zsh", "zsh-beta",
6609 "bash" or "fish" the default becomes "2>&1| tee". This means that 6609 "bash", "fish", "ash" or "dash" the default becomes "2>&1| tee". This
6610 stderr is also included. Before using the 'shell' option a path is 6610 means that stderr is also included. Before using the 'shell' option a
6611 removed, thus "/bin/sh" uses "sh". 6611 path is removed, thus "/bin/sh" uses "sh".
6612 The initialization of this option is done after reading the ".vimrc" 6612 The initialization of this option is done after reading the ".vimrc"
6613 and the other initializations, so that when the 'shell' option is set 6613 and the other initializations, so that when the 'shell' option is set
6614 there, the 'shellpipe' option changes automatically, unless it was 6614 there, the 'shellpipe' option changes automatically, unless it was
6615 explicitly set before. 6615 explicitly set before.
6616 When 'shellpipe' is set to an empty string, no redirection of the 6616 When 'shellpipe' is set to an empty string, no redirection of the