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
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
lib/cfa2/jscfa.js
, functiongetTags
, functionregexify
On windows, for files with CRLF line terminators, this will generate tag search patterns ending in
\r
, which will then fail to match in the editor.workaround: drop \r at the end of tag search patterns (line 3648)
A proper fix would avoid splitting CRLF when splitting files into lines.
The text was updated successfully, but these errors were encountered: