File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- *os_dos.txt* For Vim バージョン 9.1. Last change: 2006 Mar 30
1+ *os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Apr 25
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -332,6 +332,11 @@ PowerShell Core はクロスプラットフォームで動く別途ダウンロ
332332'shellpipe' >%s 2>&1
333333'shellredir' >%s 2>&1
334334
335+ Note: これらのオプションは、| .vimrc | ファイルを読み込んだ後にのみ設定される。
336+ 特に、| -c | による 'shell' オプションの設定は、他のシェル関連の設定を有効にする
337+ には遅すぎる。コマンドライン経由でこのオプションをオーバーライドするには、
338+ | --cmd | を使用することを検討すること。
339+
335340PowerShell コマンドの実行で時間がかかる場合には 'shellcmdflag' の先頭を
336341"-NoProfile" にすることを試すこと。Note これにより PowerShell 環境のプロファイ
337342ルでの設定が行われるのを防ぐ。
Original file line number Diff line number Diff line change 1- *os_dos.txt* For Vim version 9.1. Last change: 2006 Mar 30
1+ *os_dos.txt* For Vim version 9.1. Last change: 2024 Apr 25
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -330,6 +330,11 @@ following values:
330330'shellpipe' >%s 2>&1
331331'shellredir' >%s 2>&1
332332
333+ Note: those options are only set after reading the | .vimrc | file, in
334+ particular setting the 'shell' option via | -c | is too late to take effect for
335+ the other shell related settings. Consider using | --cmd | to override this
336+ option via the command line.
337+
333338If you find that PowerShell commands are taking a long time to run then try
334339with "-NoProfile" at the beginning of the 'shellcmdflag' . Note this will
335340prevent any PowerShell environment setup by the profile from taking place.
You can’t perform that action at this time.
0 commit comments