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
4 changes: 3 additions & 1 deletion 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 Oct 12
*intro.txt* For Vim バージョン 9.1. Last change: 2025 Nov 01


VIM リファレンスマニュアル by Bram Moolenaar
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
4 changes: 3 additions & 1 deletion 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 Oct 12
*intro.txt* For Vim version 9.1. Last change: 2025 Nov 01


VIM REFERENCE MANUAL by Bram Moolenaar
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> finished OSC response *<xOSC>*

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