Skip to content

Commit 45d0ef3

Browse files
authored
Merge pull request #2429 from h-east/update-intro
Update intro.{txt,jax}
2 parents c0a6166 + 3f0b926 commit 45d0ef3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

doc/intro.jax

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

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -272,7 +272,7 @@ Vim エディタは Stevie をベースにしており、下記の方々のソ
272272
Yegappan Lakshmanan 多くの quickfix 機能、Vim9 script の改善
273273
Doug Kearns Runtime ファイルのメンテナー
274274
Foxe Chen Wayland のサポートと新機能
275-
glepnir 補完機能
275+
glepnir 補完機能の改善、修正
276276
Girish Palya 自動補完 (挿入/コマンドライン)、omnifunc 作成、
277277
検索/置換の補完など
278278
Hirohito Higashi たくさんのパッチと修正
@@ -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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*intro.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*intro.txt* For Vim version 9.1. Last change: 2025 Nov 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -275,7 +275,7 @@ Vim would never have become what it is now, without the help of these people!
275275
improvements
276276
Doug Kearns Runtime file maintainer
277277
Foxe Chen Wayland support, new features
278-
glepnir completion feature
278+
glepnir work on improving completion feature, fixes
279279
Girish Palya autocompletion (ins/cmdline), omnifunc
280280
composing, search/subst completion, and more.
281281
Hirohito Higashi lots of patches and fixes
@@ -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> received 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)