Skip to content

Commit

Permalink
Merge pull request #1412 from vim-jp/hh-update-term
Browse files Browse the repository at this point in the history
Update term.{txt,jax}
h-east authored Jan 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 45dfef5 + be4640c commit 4e99cd2
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/term.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*term.txt* For Vim バージョン 9.1. Last change: 2023 Dec 09
*term.txt* For Vim バージョン 9.1. Last change: 2024 Jan 15


VIMリファレンスマニュアル by Bram Moolenaar
@@ -443,6 +443,7 @@ Vim 独自のもの (標準的なコードはないもの):
t_AU 下線色を設定する (ANSI) *t_AU* *'t_AU'*
t_Ce 下波線および下線終了 *t_Ce* *'t_Ce'*
t_Cs 下波線 (波線の下線) モード *t_Cs* *'t_Cs'*
t_CF 代替フォントを設定 (インデックス 0 - 10 を使用) *t_CF* *'t_CF'*
t_Us 2 重下線モード *t_Us* *'t_Us'*
t_ds 点線下線モード *t_ds* *'t_ds'*
t_Ds 破線下線モード *t_Ds* *'t_Ds'*
3 changes: 2 additions & 1 deletion en/term.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*term.txt* For Vim version 9.1. Last change: 2023 Dec 09
*term.txt* For Vim version 9.1. Last change: 2024 Jan 15


VIM REFERENCE MANUAL by Bram Moolenaar
@@ -448,6 +448,7 @@ Added by Vim (there are no standard codes for these):
t_AU set underline color (ANSI) *t_AU* *'t_AU'*
t_Ce undercurl and underline end *t_Ce* *'t_Ce'*
t_Cs undercurl (curly underline) mode *t_Cs* *'t_Cs'*
t_CF set alternate font (using index 0 - 10) *t_CF* *'t_CF'*
t_Us double underline mode *t_Us* *'t_Us'*
t_ds dotted underline mode *t_ds* *'t_ds'*
t_Ds dashed underline mode *t_Ds* *'t_Ds'*

0 comments on commit 4e99cd2

Please sign in to comment.