Skip to content

Commit bbfd0e3

Browse files
authored
Merge pull request #522 from vim-jp/update_term
Update term.{txt,jax}
2 parents ca22355 + 91a0351 commit bbfd0e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/term.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim バージョン 8.1. Last change: 2019 Jan 19
1+
*term.txt* For Vim バージョン 8.1. Last change: 2019 Apr 11
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -539,7 +539,7 @@ allow-window-pos にチェックが入っているはずです。
539539
色についての Note: 't_Co' は利用できる色の数を示します。この値が 0 でなければ
540540
't_AB' と 't_AF' の値を使って色を設定します。これらのうちどれかが存在しない場
541541
合は 't_Sb' と 't_Sf' が使われます。色をデフォルトに戻すのには 't_me' が使われ
542-
ます。
542+
ます。'termguicolors' も参照してください。
543543

544544
*termcap-cursor-shape* *termcap-cursor-color*
545545
Vimが挿入モードに入るときにはエスケープシーケンス 't_SI' が送られます。置換モ

en/term.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim version 8.1. Last change: 2019 Jan 19
1+
*term.txt* For Vim version 8.1. Last change: 2019 Apr 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -539,7 +539,7 @@ there should be a tick at allow-window-ops.
539539
Note about colors: The 't_Co' option tells Vim the number of colors available.
540540
When it is non-zero, the 't_AB' and 't_AF' options are used to set the color.
541541
If one of these is not available, 't_Sb' and 't_Sf' are used. 't_me' is used
542-
to reset to the default colors.
542+
to reset to the default colors. Also see 'termguicolors'.
543543

544544
*termcap-cursor-shape* *termcap-cursor-color*
545545
When Vim enters Insert mode the 't_SI' escape sequence is sent. When Vim

0 commit comments

Comments
 (0)