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
2
2
3
3
4
4
VIMリファレンスマニュアル by George Reilly
@@ -251,9 +251,7 @@ A. 基本的には、入力(この場合はmakeの出力)を標準出力とエ
251
251
ピーする、teeプログラムを使えばよい。tee(とその他多くのGNUツール)は、
252
252
http://gnuwin32.sourceforge.net か http://unxutils.sourceforge.net
253
253
から得られる。もしくは、最新の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 を使ってみてもよい。
257
255
teeを手に入れたら、_vimrcに、以下のように設定する >
258
256
set shellpipe=\|\ tee
259
257
<
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
2
2
3
3
4
4
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
250
250
copy of tee (and a number of other GNU tools) at
251
251
http://gnuwin32.sourceforge.net or http://unxutils.sourceforge.net
252
252
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
255
254
When you do get a copy of tee, you'll need to add >
256
255
:set shellpipe=\|\ tee
257
256
< to your _vimrc.
You can’t perform that action at this time.
0 commit comments