You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extended iskeyword variable (that includes ! because mudlle supports that character in identifiers) breaks the * search: casting_ok? will produce a \<casting_ok?\> search, which will not match if (!casting_ok?(me)), as the initial ! is thought to be part of the word.
The text was updated successfully, but these errors were encountered:
The extended
iskeyword
variable (that includes!
because mudlle supports that character in identifiers) breaks the*
search:casting_ok?
will produce a\<casting_ok?\>
search, which will not matchif (!casting_ok?(me))
, as the initial!
is thought to be part of the word.The text was updated successfully, but these errors were encountered: