Skip to content

Commit c51d6f8

Browse files
authored
Merge pull request #1432 from vim-jp/hh-fix-helptag-having-wrong-highlight-ID
Fix helptag having wrong highlight-ID
2 parents d37ae87 + 3176326 commit c51d6f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/builtin.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9682,8 +9682,7 @@ tanh({expr}) *tanh()*
96829682
Compute()->tanh()
96839683

96849684

9685-
*tempname()* *temp-file-name*
9686-
tempname()
9685+
tempname() *tempname()* *temp-file-name*
96879686
結果は文字列で、存在しないファイルのファイル名を示す。これはテ
96889687
ンポラリファイルの名前として使用可能である。少なくとも連続26回
96899688
の呼出しまでは違う名前を生成することが保証される。例: >
@@ -9911,7 +9910,7 @@ trunc({expr}) *trunc()*
99119910

99129911
|method| としても使用できる: >
99139912
Compute()->trunc()
9914-
9913+
<
99159914
*type()*
99169915
type({expr}) {expr}の型を示す数値を返す。
99179916
マジックナンバーを使わずに、v:t_ 変数を使う方が良い。それぞれ

0 commit comments

Comments
 (0)