Skip to content

Commit 47ed9cd

Browse files
committed
Update intro.{txt,jax}
1 parent f239112 commit 47ed9cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/intro.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+
*intro.txt* For Vim バージョン 9.1. Last change: 2025 Nov 01
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -438,6 +438,8 @@ CTRL-{char} 制御文字として入力された文字 {char}。CTRL キーを
438438
<Del> デリート 127
439439
<CSI> コマンドの開始バイト ALT-Esc 155 *<CSI>*
440440
<xCSI> GUIにおけるCSI *<xCSI>*
441+
<OSC> オペレーティングシステムコマンド 157 *<OSC>*
442+
<xOSC> OSC 応答の完了 *<xOSC>*
441443

442444
<EOL> 行の終端 (<CR><NL><CR><NL> のどれかで、
443445
システムと 'fileformat' に依存) *<EOL>*

en/intro.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*intro.txt* For Vim version 9.1. Last change: 2025 Nov 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -450,6 +450,8 @@ notation meaning equivalent decimal value(s) ~
450450
<Del> delete 127
451451
<CSI> command sequence intro ALT-Esc 155 *<CSI>*
452452
<xCSI> CSI when typed in the GUI *<xCSI>*
453+
<OSC> operating system command 157 *<OSC>*
454+
<xOSC> finished OSC response *<xOSC>*
453455

454456
<EOL> end-of-line (can be <CR>, <NL> or <CR><NL>,
455457
depends on system and 'fileformat') *<EOL>*

0 commit comments

Comments
 (0)