Skip to content

Commit

Permalink
Update eval.{txt,jax}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Dec 11, 2023
1 parent 51f631f commit 9c710fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions doc/eval.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim バージョン 9.0. Last change: 2023 Nov 20
*eval.txt* For Vim バージョン 9.0. Last change: 2023 Dec 09


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -855,7 +855,8 @@ MY_VAR_6 viminfoファイル
expr5 isnot expr5 異なるリスト |List|、辞書 |Dictionary| または
|Blob| のインスタンス

|expr5| expr6 << expr6 ビット単位の左シフト
|expr5| expr6
expr6 << expr6 ビット単位の左シフト
expr6 >> expr6 ビット単位の右シフト

|expr6| expr7
Expand Down
7 changes: 4 additions & 3 deletions en/eval.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*eval.txt* For Vim version 9.0. Last change: 2023 Nov 20
*eval.txt* For Vim version 9.0. Last change: 2023 Dec 09


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -879,7 +879,8 @@ Expression syntax summary, from least to most significant:
expr5 isnot expr5 different |List|, |Dictionary| or |Blob|
instance

|expr5| expr6 << expr6 bitwise left shift
|expr5| expr6
expr6 << expr6 bitwise left shift
expr6 >> expr6 bitwise right shift

|expr6| expr7
Expand Down Expand Up @@ -4827,7 +4828,7 @@ have Vim execute random executables or may have forbidden to do so for
specific filetypes by setting the "<filetype>_exec" variable (|plugin_exec|).

It returns |true| or |false| to indicate whether the plugin should run the given
exectuable. It takes the following arguments:
executable. It takes the following arguments:

argument type ~

Expand Down

0 comments on commit 9c710fe

Please sign in to comment.