Skip to content

Commit 0a29ca3

Browse files
authored
Merge pull request #1399 from vim-jp/hh-update-eval
Update eval.{txt,jax}
2 parents 74d24e0 + 9c710fe commit 0a29ca3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

doc/eval.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.0. Last change: 2023 Nov 20
1+
*eval.txt* For Vim バージョン 9.0. Last change: 2023 Dec 09
22

33

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

858-
|expr5| expr6 << expr6 ビット単位の左シフト
858+
|expr5| expr6
859+
expr6 << expr6 ビット単位の左シフト
859860
expr6 >> expr6 ビット単位の右シフト
860861

861862
|expr6| expr7

en/eval.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.0. Last change: 2023 Nov 20
1+
*eval.txt* For Vim version 9.0. Last change: 2023 Dec 09
22

33

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

882-
|expr5| expr6 << expr6 bitwise left shift
882+
|expr5| expr6
883+
expr6 << expr6 bitwise left shift
883884
expr6 >> expr6 bitwise right shift
884885

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

48294830
It returns |true| or |false| to indicate whether the plugin should run the given
4830-
exectuable. It takes the following arguments:
4831+
executable. It takes the following arguments:
48314832

48324833
argument type ~
48334834

0 commit comments

Comments
 (0)