Skip to content

Commit 882d2eb

Browse files
authored
Merge pull request #1533 from vim-jp/hh-update-os_win32
Update os_win32.{txt,jax}
2 parents 15cb14b + 076c8d6 commit 882d2eb

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

doc/os_win32.jax

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.nethttp://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
<

en/os_win32.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

0 commit comments

Comments
 (0)