Skip to content

Update os_dos.{txt,jax} #1510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion doc/os_dos.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_dos.txt* For Vim バージョン 9.1. Last change: 2006 Mar 30
*os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Apr 25


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -332,6 +332,11 @@ PowerShell Core はクロスプラットフォームで動く別途ダウンロ
'shellpipe' >%s 2>&1
'shellredir' >%s 2>&1

Note: これらのオプションは、|.vimrc| ファイルを読み込んだ後にのみ設定される。
特に、|-c| による 'shell' オプションの設定は、他のシェル関連の設定を有効にする
には遅すぎる。コマンドライン経由でこのオプションをオーバーライドするには、
|--cmd| を使用することを検討すること。

PowerShell コマンドの実行で時間がかかる場合には 'shellcmdflag' の先頭を
"-NoProfile" にすることを試すこと。Note これにより PowerShell 環境のプロファイ
ルでの設定が行われるのを防ぐ。
Expand Down
7 changes: 6 additions & 1 deletion en/os_dos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_dos.txt* For Vim version 9.1. Last change: 2006 Mar 30
*os_dos.txt* For Vim version 9.1. Last change: 2024 Apr 25


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -330,6 +330,11 @@ following values:
'shellpipe' >%s 2>&1
'shellredir' >%s 2>&1

Note: those options are only set after reading the |.vimrc| file, in
particular setting the 'shell' option via |-c| is too late to take effect for
the other shell related settings. Consider using |--cmd| to override this
option via the command line.

If you find that PowerShell commands are taking a long time to run then try
with "-NoProfile" at the beginning of the 'shellcmdflag'. Note this will
prevent any PowerShell environment setup by the profile from taking place.
Expand Down