Skip to content

Commit 33f03ec

Browse files
committed
Update os_win32.{txt,jax}
1 parent ae59b88 commit 33f03ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/os_win32.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_win32.txt* For Vim バージョン 9.1. Last change: 2024 May 11
1+
*os_win32.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by George Reilly
@@ -156,7 +156,7 @@ Vim と gvim はかつては(7.4.432以前)、それをパースするために
156156

157157
'restorescreen' がセットされているとき(これはデフォルト)、終了時、または外部コ
158158
マンド実行時、Vimはコンソールの元の内容を復帰する。これを行いたくない場合は、
159-
":set nors" を使うとよい。|'restorescreen'|
159+
":set nors" を使うとよい。'restorescreen'
160160

161161
==============================================================================
162162
4. マウスの使用 *win32-mouse*
@@ -234,7 +234,7 @@ A. Unixでは、Vimはリンク(シンボリック、ハード)に対応して
234234
在する、NFSマウントされたファイルシステムにおいて適切に動作しない。現在の
235235
バージョンにおいてこの問題を避ける唯一の方法は、
236236
":set nobackup nowritebackup" によって、バックアップファイルを作らないこと
237-
である。|'writebackup'|
237+
である。'writebackup'
238238

239239
Q. Samba を通して Unix ファイルサーバー上のファイルを Vim で編集している。この
240240
ファイルを書き込むと、ファイルの所有者が変わってしまう。なぜか?

en/os_win32.txt

Lines changed: 3 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: 2024 May 11
1+
*os_win32.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by George Reilly
@@ -156,7 +156,7 @@ Examples, with [] around an argument:
156156

157157
When 'restorescreen' is set (which is the default), Vim will restore the
158158
original contents of the console when exiting or when executing external
159-
commands. If you don't want this, use ":set nors". |'restorescreen'|
159+
commands. If you don't want this, use ":set nors". 'restorescreen'
160160

161161
==============================================================================
162162
4. Using the mouse *win32-mouse*
@@ -232,7 +232,7 @@ A. On Unix, Vim is prepared for links (symbolic or hard). A backup copy of
232232
protection bits are set like the original file. However, this doesn't work
233233
properly when working on an NFS-mounted file system where links and other
234234
things exist. The only way to fix this in the current version is not
235-
making a backup file, by ":set nobackup nowritebackup" |'writebackup'|
235+
making a backup file, by ":set nobackup nowritebackup" 'writebackup'
236236

237237
Q. I'm using Vim to edit a file on a Unix file server through Samba. When I
238238
write the file, the owner of the file is changed. Why?

0 commit comments

Comments
 (0)