File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- *eval.txt* For Vim バージョン 9.0. Last change: 2023 Nov 20
1
+ *eval.txt* For Vim バージョン 9.0. Last change: 2023 Dec 09
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -855,7 +855,8 @@ MY_VAR_6 viminfoファイル
855
855
expr5 isnot expr5 異なるリスト | List | 、辞書 | Dictionary | または
856
856
| Blob | のインスタンス
857
857
858
- | expr5 | expr6 << expr6 ビット単位の左シフト
858
+ | expr5 | expr6
859
+ expr6 << expr6 ビット単位の左シフト
859
860
expr6 >> expr6 ビット単位の右シフト
860
861
861
862
| expr6 | expr7
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -879,7 +879,8 @@ Expression syntax summary, from least to most significant:
879
879
expr5 isnot expr5 different | List | , | Dictionary | or | Blob |
880
880
instance
881
881
882
- | expr5 | expr6 << expr6 bitwise left shift
882
+ | expr5 | expr6
883
+ expr6 << expr6 bitwise left shift
883
884
expr6 >> expr6 bitwise right shift
884
885
885
886
| expr6 | expr7
@@ -4827,7 +4828,7 @@ have Vim execute random executables or may have forbidden to do so for
4827
4828
specific filetypes by setting the "<filetype> _exec" variable (| plugin_exec | ).
4828
4829
4829
4830
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:
4831
4832
4832
4833
argument type ~
4833
4834
You can’t perform that action at this time.
0 commit comments