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
Vim has the 'smartcase' option which works as follows:
Override the 'ignorecase' option if the search pattern contains upper case characters. Only used when the search pattern is typed and 'ignorecase' option is on.
I use that option in Vim, so I would like to have it in ov as well. It could be implemented as follows:
Vim has the
'smartcase'
option which works as follows:I use that option in Vim, so I would like to have it in
ov
as well. It could be implemented as follows:The text was updated successfully, but these errors were encountered: