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 fix for #5 substring matching results in confusing behavior for projects with mixed case titles. For example, if I have a project named "JZnum" (read "JZ num"), typing "st jz" no longer matches that project. The camel_case_split() call converts the project name to "J Znum", for the purposes of matching. One must type "st j z" to match the project, which is quite counter-intuitive.
The text was updated successfully, but these errors were encountered:
The fix for #5 substring matching results in confusing behavior for projects with mixed case titles. For example, if I have a project named "JZnum" (read "JZ num"), typing "st jz" no longer matches that project. The camel_case_split() call converts the project name to "J Znum", for the purposes of matching. One must type "st j z" to match the project, which is quite counter-intuitive.
The text was updated successfully, but these errors were encountered: