Skip to content

Commit

Permalink
Merge pull request #1432 from vim-jp/hh-fix-helptag-having-wrong-high…
Browse files Browse the repository at this point in the history
…light-ID

Fix helptag having wrong highlight-ID
  • Loading branch information
h-east authored Feb 3, 2024
2 parents d37ae87 + 3176326 commit c51d6f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/builtin.jax
Original file line number Diff line number Diff line change
Expand Up @@ -9682,8 +9682,7 @@ tanh({expr}) *tanh()*
Compute()->tanh()


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

|method| としても使用できる: >
Compute()->trunc()

<
*type()*
type({expr}) {expr}の型を示す数値を返す。
マジックナンバーを使わずに、v:t_ 変数を使う方が良い。それぞれ
Expand Down

0 comments on commit c51d6f8

Please sign in to comment.