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
Any definitions after needs_quote don't appear in the structure panel.
let needs_quote s i =
match CString.index_from_opt s i ' ', CString.index_from_opt s i '\'' with
| Some _, None -> true
| Some i, Some j -> i < j
| _ -> false
let encode_string s = ()
The text was updated successfully, but these errors were encountered:
plugin version: 0.102-2021.1
Any definitions after
needs_quote
don't appear in the structure panel.The text was updated successfully, but these errors were encountered: