diff --git a/doc/intro.jax b/doc/intro.jax index 24a739dd0..a1aac3c4f 100644 --- a/doc/intro.jax +++ b/doc/intro.jax @@ -1,4 +1,4 @@ -*intro.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09 +*intro.txt* For Vim バージョン 9.1. Last change: 2025 Nov 22 VIM リファレンスマニュアル by Bram Moolenaar @@ -272,7 +272,7 @@ Vim エディタは Stevie をベースにしており、下記の方々のソ Yegappan Lakshmanan 多くの quickfix 機能、Vim9 script の改善 Doug Kearns Runtime ファイルのメンテナー Foxe Chen Wayland のサポートと新機能 - glepnir 補完機能 + glepnir 補完機能の改善、修正 Girish Palya 自動補完 (挿入/コマンドライン)、omnifunc 作成、 検索/置換の補完など Hirohito Higashi たくさんのパッチと修正 @@ -438,6 +438,8 @@ CTRL-{char} 制御文字として入力された文字 {char}。CTRL キーを デリート 127 コマンドの開始バイト ALT-Esc 155 ** GUIにおけるCSI ** + オペレーティングシステムコマンド 157 ** + OSC応答を受信 ** 行の終端 ( のどれかで、 システムと 'fileformat' に依存) ** diff --git a/en/intro.txt b/en/intro.txt index a25c31342..959534529 100644 --- a/en/intro.txt +++ b/en/intro.txt @@ -1,4 +1,4 @@ -*intro.txt* For Vim version 9.1. Last change: 2025 Nov 09 +*intro.txt* For Vim version 9.1. Last change: 2025 Nov 27 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! improvements Doug Kearns Runtime file maintainer Foxe Chen Wayland support, new features - glepnir completion feature + glepnir work on improving completion feature, fixes Girish Palya autocompletion (ins/cmdline), omnifunc composing, search/subst completion, and more. Hirohito Higashi lots of patches and fixes @@ -450,6 +450,8 @@ notation meaning equivalent decimal value(s) ~ delete 127 command sequence intro ALT-Esc 155 ** CSI when typed in the GUI ** + operating system command 157 ** + received OSC response ** end-of-line (can be , or , depends on system and 'fileformat') **