File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1- *gui_x11.txt* For Vim バージョン 9.1. Last change: 2024 Apr 22
1+ *gui_x11.txt* For Vim バージョン 9.1. Last change: 2024 Nov 11
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -703,6 +703,14 @@ X サーバーから直接読み込まれる。
703703 置き換わる。
704704Note "+ レジスタのテキストはビジュアル選択しただけで変更されない。"* レジス
705705タは変更される。つまり選択したテキストを上書きできる。
706+
707+ *W23*
708+ "* または "+ レジスタにヤンクしている時に、Vim が X11 セレクション (またはク
709+ リップボード) への接続を確立できない場合、レジスタ 0 が使用され、警告が出力さ
710+ れる:
711+
712+ Warning: Clipboard register not available, using register 0 ~
713+
706714 *x11-cut-buffer*
707715既定では 8 つのカットバッファがある。CUT_BUFFER0 から CUT_BUFFER7 まで。Vim
708716は CUTBUFFER0 のみを使う。これは xterm が標準的に使っているものである。
Original file line number Diff line number Diff line change 1- *gui_x11.txt* For Vim version 9.1. Last change: 2024 Apr 22
1+ *gui_x11.txt* For Vim version 9.1. Last change: 2024 Nov 11
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -708,6 +708,14 @@ Examples: (assuming the default option values)
708708Note that the text in the "+ register remains available when making a Visual
709709selection, which makes other text available in the "* register. That allows
710710overwriting selected text.
711+
712+ *W23*
713+ When you are yanking into the "* or "+ register and Vim cannot establish a
714+ connection to the X11 selection (or clipboard), it will use register 0 and
715+ output a warning:
716+
717+ Warning: Clipboard register not available, using register 0 ~
718+
711719 *x11-cut-buffer*
712720There are, by default, 8 cut-buffers: CUT_BUFFER0 to CUT_BUFFER7. Vim only
713721uses CUT_BUFFER0, which is the one that xterm uses by default.
You can’t perform that action at this time.
0 commit comments