Skip to content

Commit

Permalink
runtime(doc): Update eval.txt (#13645)
Browse files Browse the repository at this point in the history
expr5 is also expr6 itself.

Signed-off-by:  K.Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
k-takata committed Dec 8, 2023
1 parent d335185 commit c23fc36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/doc/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 7


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

0 comments on commit c23fc36

Please sign in to comment.