Ticket #39598

vim(Windows)のテンポラリファイル作成場所

Eröffnet am: 2019-09-24 14:42 Letztes Update: 2019-09-24 14:42

Auswertung:
Verantwortlicher:
(Keine)
Typ:
Status:
Offen
Komponente:
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Keine
Datei:
Keine

Details

Windows用Vim/GVimのデフォルト設定ではカレントディレクトリにテンポラリ/バックアップファイルが作成されます。 このため autochdirやプラグイン等でファイルの存在するディレクトリに自動移動するよう設定している場合はネットワーク上に テンポラリ/バックアップファイルが作成される事になります。作成場所は directory や backupdir で指定できます。 if has('win32') || has('win64')

" ディレクトリを直接指定する場合 set directory=c:/tmp,c:/temp set backupdir=c:/tmp,c:/temp "環境変数$TMPを使用する場合 " set directory=$TMP " set backupdir=$TMP

endif

また実行ファイルのバージョンによってはバグで遅くなっている事もあります。

Ticket-Verlauf (1/1 Historien)

2019-09-24 14:42 Aktualisiert von: anken-team
  • New Ticket "vim(Windows)のテンポラリファイル作成場所" created

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden