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
If b:matchwords has '\<if\>:\<elsif\>:\<else\>' it works when there is if/elsif/else or if/else. But I often use and encounter just if/elsif without a closing else, so matchit/matchup doesn't work on that syntax. Another example is '\<try\>:\<catch\>:\<finally\>'. It doesn't work when there is only try/catch. Is there any way to support this?
The text was updated successfully, but these errors were encountered:
If b:matchwords has
'\<if\>:\<elsif\>:\<else\>'
it works when there isif/elsif/else
orif/else
. But I often use and encounter justif/elsif
without a closingelse
, so matchit/matchup doesn't work on that syntax. Another example is'\<try\>:\<catch\>:\<finally\>'
. It doesn't work when there is onlytry/catch
. Is there any way to support this?The text was updated successfully, but these errors were encountered: