File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- *os_win32.txt* For Vim バージョン 9.1. Last change: 2023 Dec 04
1+ *os_win32.txt* For Vim バージョン 9.1. Last change: 2024 May 11
22
33
44 VIMリファレンスマニュアル by George Reilly
@@ -251,9 +251,7 @@ A. 基本的には、入力(この場合はmakeの出力)を標準出力とエ
251251 ピーする、teeプログラムを使えばよい。tee(とその他多くのGNUツール)は、
252252 http://gnuwin32.sourceforge.net か http://unxutils.sourceforge.net
253253 から得られる。もしくは、最新のGNUツールのCygnusバージョン
254- http://www.cygwin.com を使ってみてもよい。その他のWin32用のUnixコマンドはこ
255- のサイトに列挙されている。
256- http://directory.google.com/Top/Computers/Software/Operating_Systems/Unix/Win32/
254+ http://www.cygwin.com を使ってみてもよい。
257255 teeを手に入れたら、_vimrcに、以下のように設定する >
258256 set shellpipe=\|\ tee
259257<
Original file line number Diff line number Diff line change 1- *os_win32.txt* For Vim version 9.1. Last change: 2023 Dec 04
1+ *os_win32.txt* For Vim version 9.1. Last change: 2024 May 11
22
33
44 VIM REFERENCE MANUAL by George Reilly
@@ -250,8 +250,7 @@ A. Basically what you need is to put a tee program that will copy its input
250250 copy of tee (and a number of other GNU tools) at
251251 http://gnuwin32.sourceforge.net or http://unxutils.sourceforge.net
252252 Alternatively, try the more recent Cygnus version of the GNU tools at
253- http://www.cygwin.com Other Unix-style tools for Win32 are listed at
254- http://directory.google.com/Top/Computers/Software/Operating_Systems/Unix/Win32/
253+ http://www.cygwin.com
255254 When you do get a copy of tee, you'll need to add >
256255 :set shellpipe=\|\ tee
257256< to your _vimrc.
You can’t perform that action at this time.
0 commit comments