Skip to content

Commit bd32ba3

Browse files
authored
Merge pull request #2431 from h-east/update-misc-files
Update {terminal,usr_08,usr_30,usr_41,wayland}.{txt,jax}
2 parents 45d0ef3 + 8590b00 commit bd32ba3

File tree

10 files changed

+39
-26
lines changed

10 files changed

+39
-26
lines changed

doc/terminal.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
1+
*terminal.txt* For Vim バージョン 9.1. Last change: 2025 Nov 28
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1849,7 +1849,7 @@ termdebug の改善への貢献は大歓迎である。
18491849
ただし、開発プロセス中に作業を支援するために `echo` ステートメント (または同様
18501850
のもの) のようなメカニズムが必要になることはよくあることだ。
18511851
このため、以下が設定できる: >
1852-
let g:termdebug_config['debug'] = true
1852+
let g:termdebug_config['debug'] = v:true
18531853
<
18541854
これにより、`DEBUG` 変数が `true` に設定され、ソースコード内で参照できるように
18551855
なる。使用例を以下に示す: >

doc/usr_08.jax

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

33

44
VIM ユーザーマニュアル by Bram Moolenaar
@@ -435,7 +435,8 @@ Vim の中から差分モードを開始する方法もあります。"main.c"
435435
436436
[c
437437
438-
回数指定を使えば、さらに遠くまでジャンプできます。
438+
さらに遠くへジャンプするには、先頭にカウントを付けます。つまり、"4]c" は 4 番目
439+
の次の変更へジャンプし、"3[c" は 3 番目の前の変更へジャンプします。
439440

440441

441442
☆変更を取り除く

doc/usr_30.jax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_30.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*usr_30.txt* For Vim バージョン 9.1. Last change: 2025 Nov 28
22

33

44
VIM ユーザーマニュアル by Bram Moolenaar
@@ -528,9 +528,8 @@ Vim では、2 つの (仮想的な) 水平タブストップ間の列数は 'ta
528528
<Tab><Tab>a<Tab> ------->a...
529529
<Tab><Tab>a<Tab><BS> ------->a
530530

531-
全体的な一貫性を維持するために、`:set softtabstop=-1` を設定し
532-
て、'shiftwidth' の値を 2 つのソフトタブストップ間の桁数として使用するようにす
533-
ることができます。
531+
全体的な一貫性を維持するために、`:set softtabstop=-1` を指定し、2 つのソフト
532+
タブストップ間の列数に 'shiftwidth' の値が使用されるようにすることができます。
534533

535534
'shiftwidth''softtabstop' に異なる値を設定したい場合でも、'shiftwidth'
536535
でインデントするには <C-t> を使用できます。または、'smarttab' オプションを使用

doc/usr_41.jax

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Nov 27
22

33

44
VIM ユーザーマニュアル by Bram Moolenaar
@@ -1110,8 +1110,6 @@ Quickfixとlocationリスト: *quickfix-functions*
11101110
complete_add() 補完候補を追加する
11111111
complete_check() 補完処理を終えるべきかどうかをチェックする
11121112
complete_info() 現在の補完情報を得る
1113-
complete_match() 挿入モードの補完の開始マッチ桁とトリガーテキス
1114-
トを取得する
11151113
preinserted() カーソルの後ろにテキストが挿入されるかどうかを
11161114
確認する
11171115
pumvisible() ポップアップメニューが表示されているかチェック

doc/wayland.jax

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*wayland.txt* For Vim バージョン 9.1. Last change: 2025 Nov 25
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -16,7 +16,8 @@ Wayland プロトコルのサポート *wayland*
1616
Wayland のクリップボードなどの機能を使用するには、シートが必要である。Wayland
1717
シートは、キーボード、ポインター、タッチデバイスで構成される。使用するシートは
1818
'wlseat' オプションで設定できる。これは、同じ Wayland セッションで複数の
19-
Wayland シートを使用する場合にのみ役立つ。
19+
Wayland シートを使用する場合にのみ役立つ。これが何を意味するのか分からないので
20+
あれば、それはおそらくあなたにとって問題ではないだろう。
2021

2122
*wayland-gui*
2223
|gui-wayland| を参照。GUI 使用時、Vim はクリップボードへのアクセスに GTK など
@@ -59,6 +60,13 @@ libwayland にバンドルされているはずである: >
5960
コルが存在する。一致するものが見つからない場合、詳細については
6061
|wayland-focus-steal| を参照。
6162

63+
どちらかまたは両方のプロトコルをサポートすることが知られているコンポジタの一部:
64+
1. KWin (KDE)
65+
2. wlroots based (Sway, Labwc)
66+
3. Niri
67+
4. Hyprland
68+
5. Wayfire
69+
6270
X11 から移行する場合、通常の Waylandセレクション は X11 のクリップボードセレク
6371
ションに相当し、プライマリ Wayland セレクションは X11 のプライマリセレクション
6472
に相当する。これらのセレクションへのアクセスは Vim の X11 と同様で、+ レジスタ

en/terminal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*terminal.txt* For Vim version 9.1. Last change: 2025 Oct 14
1+
*terminal.txt* For Vim version 9.1. Last change: 2025 Nov 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1877,7 +1877,7 @@ Contributions for termdebug improvements are welcome.
18771877
However, it is fairly common that during the development process you need some
18781878
mechanisms like `echo` statements (or similar) to help you in your job.
18791879
For this reason, you can set: >
1880-
let g:termdebug_config['debug'] = true
1880+
let g:termdebug_config['debug'] = v:true
18811881
<
18821882
This sets the `DEBUG` variable to `true`, which can be referenced in the
18831883
source code. An example of its usage follows: >

en/usr_08.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_08.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*usr_08.txt* For Vim version 9.1. Last change: 2025 Nov 26
22

33

44
VIM USER MANUAL by Bram Moolenaar
@@ -444,7 +444,8 @@ To go the other way use: >
444444
445445
[c
446446
447-
Prepended a count to jump further away.
447+
Prepend a count to jump further away. Thus "4]c" jumps to the fourth next
448+
change, and "3[c" jumps to the third previous change.
448449

449450

450451
REMOVING CHANGES

en/usr_30.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_30.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*usr_30.txt* For Vim version 9.1. Last change: 2025 Nov 28
22

33

44
VIM USER MANUAL by Bram Moolenaar
@@ -544,7 +544,7 @@ reach the nearest soft tab stop. The following example uses
544544
<Tab><Tab>a<Tab><BS> ------->a
545545

546546
To maintain global coherence, one can `:set softtabstop=-1` so that
547-
the value of 'shiftwidth' is use for the number of columns between two soft
547+
the value of 'shiftwidth' is used for the number of columns between two soft
548548
tab stops.
549549

550550
If you prefer to have different values for 'shiftwidth' and 'softtabstop',

en/usr_41.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*usr_41.txt* For Vim version 9.1. Last change: 2025 Nov 27
22

33

44
VIM USER MANUAL by Bram Moolenaar
@@ -1137,8 +1137,6 @@ Insert mode completion: *completion-functions*
11371137
complete_add() add to found matches
11381138
complete_check() check if completion should be aborted
11391139
complete_info() get current completion information
1140-
complete_match() get insert completion start match col and
1141-
trigger text
11421140
preinserted() check if text is inserted after cursor
11431141
pumvisible() check if the popup menu is displayed
11441142
pum_getpos() position and size of popup menu if visible

en/wayland.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*wayland.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*wayland.txt* For Vim version 9.1. Last change: 2025 Nov 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -16,7 +16,8 @@ Wayland Protocol Support *wayland*
1616
Functionality such as the clipboard for Wayland requires a seat to use. A
1717
Wayland seat can consist of a keyboard, pointer, and touch device(s). The
1818
seat to use can be set with the 'wlseat' option. Only useful if you use
19-
multiple Wayland seats in the same Wayland session.
19+
multiple Wayland seats in the same Wayland session. If you don't know what
20+
this is means, then it likely does not matter for you.
2021

2122
*wayland-gui*
2223
See |gui-wayland|. Please note that when using the GUI, Vim uses the toolkit
@@ -63,11 +64,18 @@ should be bundled with libwayland on your system: >
6364
If you don't get any match, then please see |wayland-focus-steal| for more
6465
information.
6566

67+
Some compositors that are known to support either or both protocols:
68+
1. KWin (KDE)
69+
2. wlroots based (Sway, Labwc)
70+
3. Niri
71+
4. Hyprland
72+
5. Wayfire
73+
6674
If you come from X11, then the regular Wayland selection is equivalent to the
6775
CLIPBOARD selection in X11, and the primary Wayland selection equates to the
68-
X11 primary selection. Accessing these selections is the same as X11 in Vim,
76+
X11 PRIMARY selection. Accessing these selections is the same as X11 in Vim,
6977
in which the + register is the regular selection, and the * register is the
70-
primary selection, note that your compositor may not support primary
78+
primary selection. Note that your compositor may not support primary
7179
selections, see |wayland-primary-selection| for more details.
7280

7381
*wayland-persist*

0 commit comments

Comments
 (0)