Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/intro.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -272,7 +272,7 @@ Vim エディタは Stevie をベースにしており、下記の方々のソ
Yegappan Lakshmanan 多くの quickfix 機能、Vim9 script の改善
Doug Kearns Runtime ファイルのメンテナー
Foxe Chen Wayland のサポートと新機能
glepnir 補完機能
glepnir 補完機能の改善、修正
Girish Palya 自動補完 (挿入/コマンドライン)、omnifunc 作成、
検索/置換の補完など
Hirohito Higashi たくさんのパッチと修正
Expand Down Expand Up @@ -438,6 +438,8 @@ CTRL-{char} 制御文字として入力された文字 {char}。CTRL キーを
<Del> デリート 127
<CSI> コマンドの開始バイト ALT-Esc 155 *<CSI>*
<xCSI> GUIにおけるCSI *<xCSI>*
<OSC> オペレーティングシステムコマンド 157 *<OSC>*
<xOSC> OSC応答を受信 *<xOSC>*

<EOL> 行の終端 (<CR>、<NL>、<CR><NL> のどれかで、
システムと 'fileformat' に依存) *<EOL>*
Expand Down
6 changes: 4 additions & 2 deletions en/intro.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -450,6 +450,8 @@ notation meaning equivalent decimal value(s) ~
<Del> delete 127
<CSI> command sequence intro ALT-Esc 155 *<CSI>*
<xCSI> CSI when typed in the GUI *<xCSI>*
<OSC> operating system command 157 *<OSC>*
<xOSC> received OSC response *<xOSC>*

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