Skip to content

Update os_win32.{txt,jax} #2226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/os_win32.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_win32.txt* For Vim バージョン 9.1. Last change: 2024 May 11
*os_win32.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


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

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

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

Q. Samba を通して Unix ファイルサーバー上のファイルを Vim で編集している。この
ファイルを書き込むと、ファイルの所有者が変わってしまう。なぜか?
Expand Down
6 changes: 3 additions & 3 deletions en/os_win32.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_win32.txt* For Vim version 9.1. Last change: 2024 May 11
*os_win32.txt* For Vim version 9.1. Last change: 2025 Aug 06


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

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

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

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