Skip to content

Commit a38ac34

Browse files
committed
Update {diff,editing,gui_w32,gui_x11},{txt,jax}
1 parent 5484980 commit a38ac34

File tree

8 files changed

+22
-23
lines changed

8 files changed

+22
-23
lines changed

doc/diff.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Jul 26
1+
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -469,7 +469,7 @@ Vimは片方のウィンドウには存在しないがもう一方には存在
469469
==============================================================================
470470
6. 差分モードオプション *diff-options*
471471

472-
|'diffopt'||'fillchars'| の "diff" 項目も参照。
472+
'diffopt''fillchars' の "diff" 項目も参照。
473473

474474
*diff-slow* *diff_translations*
475475
行がとても長いと diff 構文ハイライトが遅くなるかもしれない。その場合は特にたく

doc/editing.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
1+
*editing.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

doc/gui_w32.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -395,7 +395,7 @@ Win32 GUI版ではMotifの「切取メニュー」をエミュレートする。
395395
:w >>prn
396396
397397
Vimでは多くのMS-Windows標準の機能をサポートしている。それらの幾つかは別の場所
398-
で説明されている: |'mouse'||win32-hidden-menus|を参照。
398+
で説明されている: 'mouse'|win32-hidden-menus| を参照。
399399

400400
*drag-n-drop-win32*
401401
Vimのウィンドウに1つもしくは複数のファイルをドラッグ&ドロップすることができ、

doc/gui_x11.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_x11.txt* For Vim バージョン 9.1. Last change: 2025 Jul 23
1+
*gui_x11.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -284,7 +284,7 @@ CDE "dtwm" (Motifから派生)については、.Xdefaultsにこの行を追加
284284
285285
X11で利用できるマウスポインタ ~
286286
*X11_mouse_shapes*
287-
|'mouseshape'| オプションを使うと、Vimがモード (挿入モードやコマンドモードなど)
287+
'mouseshape' オプションを使うと、Vimがモード (挿入モードやコマンドモードなど)
288288
を変更するたびに自動的にマウスポインタを変更できる。現在、利用できるポインタは
289289
次の通り:
290290

@@ -325,8 +325,8 @@ app-defaultsは使われない。
325325
-fg -foreground {color} 前景色
326326
-bg -background {color} 背景色
327327

328-
フォントを設定するには、|'guifont'| を参照。GTKについては、これをするメニュー
329-
オプションもある
328+
フォントを設定するには、'guifont' を参照。GTKについては、これをするメニューオ
329+
プションもある
330330

331331
さらに、GTKの内部で扱われるこれらのコマンドライン引数がある。それらがどのよう
332332
に用いられるかはGTKのドキュメントを見るとよい。
@@ -681,7 +681,7 @@ X サーバーから直接読み込まれる。
681681
ボード (カット、コピー、ペーストに使われる)。
682682

683683
この 3 つの内、Vim は "* レジスタを読み書きするときにはプライマリを使う (X11
684-
セレクションが利用可能なとき、Vim は |'clipboard'| にデフォルトとして
684+
セレクションが利用可能なとき、Vim は 'clipboard' にデフォルトとして
685685
"autoselect" を設定する)。"+ レジスタを読み書きするときにはクリップボードを
686686
使う。Vim はセカンダリを使わない。
687687

en/diff.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*diff.txt* For Vim version 9.1. Last change: 2025 Jul 26
1+
*diff.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -461,7 +461,7 @@ Manually set two anchors using line numbers via buffer-local options: >
461461
==============================================================================
462462
6. Diff options *diff-options*
463463

464-
Also see |'diffopt'| and the "diff" item of |'fillchars'|.
464+
Also see 'diffopt' and the "diff" item of 'fillchars'.
465465

466466
*diff-slow* *diff_translations*
467467
For very long lines, the diff syntax highlighting might be slow, especially

en/editing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*editing.txt* For Vim version 9.1. Last change: 2025 Jul 20
1+
*editing.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1380,7 +1380,7 @@ present in 'cpoptions' and "!" is not used in the command.
13801380

13811381
:cd[!] {path} Change the current directory to {path}.
13821382
If {path} is relative, it is searched for in the
1383-
directories listed in |'cdpath'|.
1383+
directories listed in 'cdpath'.
13841384
Clear any window-local directory.
13851385
Does not change the meaning of an already opened file,
13861386
because its full path name is remembered. Files from

en/gui_w32.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_w32.txt* For Vim version 9.1. Last change: 2024 Jan 23
1+
*gui_w32.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -394,7 +394,7 @@ printer installed this should also work: >
394394
:w >>prn
395395
396396
Vim supports a number of standard MS-Windows features. Some of these are
397-
detailed elsewhere: see |'mouse'|, |win32-hidden-menus|.
397+
detailed elsewhere: see 'mouse', |win32-hidden-menus|.
398398

399399
*drag-n-drop-win32*
400400
You can drag and drop one or more files into the Vim window, where they will

en/gui_x11.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_x11.txt* For Vim version 9.1. Last change: 2025 Jul 23
1+
*gui_x11.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -280,7 +280,7 @@ For "mwm" (Motif window manager) the line would be: >
280280
281281
Mouse Pointers Available in X11 ~
282282
*X11_mouse_shapes*
283-
By using the |'mouseshape'| option, the mouse pointer can be automatically
283+
By using the 'mouseshape' option, the mouse pointer can be automatically
284284
changed whenever Vim enters one of its various modes (e.g., Insert or
285285
Command). Currently, the available pointers are:
286286

@@ -321,8 +321,8 @@ stuff like -bg, -fg, etc). The ones that are supported are:
321321
-fg -foreground {color} foreground color
322322
-bg -background {color} background color
323323

324-
To set the font, see |'guifont'|. For GTK, there's also a menu option that
325-
does this.
324+
To set the font, see 'guifont'. For GTK, there's also a menu option that does
325+
this.
326326

327327
Additionally, there are these command line arguments, which are handled by GTK
328328
internally. Look in the GTK documentation for how they are used:
@@ -649,8 +649,7 @@ X11R5 with a library for X11R6 probably doesn't work (although the linking
649649
won't give an error message, Vim will crash later).
650650

651651
*gui-wayland*
652-
Support for the Wayland display server protocol has landed in patch
653-
9.1.0064.
652+
Support for the Wayland display server protocol has landed in patch 9.1.0064.
654653

655654
Note: The Wayland protocol is subject to some restrictions, so the following
656655
functions won't work: |getwinpos()|, |getwinposx()|, |getwinposy()| and the
@@ -685,7 +684,7 @@ cut, copy and paste operations).
685684

686685
Of these three, Vim uses PRIMARY when reading and writing the "* register
687686
(hence when the X11 selections are available, Vim sets a default value for
688-
|'clipboard'| of "autoselect"), and CLIPBOARD when reading and writing the "+
687+
'clipboard' of "autoselect"), and CLIPBOARD when reading and writing the "+
689688
register. Vim does not access the SECONDARY selection.
690689

691690
This applies both to the GUI and the terminal version. For non-X11 systems

0 commit comments

Comments
 (0)