-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Modifiable clever_f_chars_match_any_signs list #26
Comments
There is no feature to specify the sign, but I think I can add it! |
I tried implementing this feature to the latest 'dev' branch. " e.g. 'f.' matches to . and _ and ' and ,
let g:clever_f_chars_match_any_signs = '.'
let g:clever_f_any_signs_match_signs = ".,_'" |
Thanks! Works great. I'll let you know if i find any issues with that. |
OK, thank you for the confirmation. I'll use this feature a little more and merge to master branch if no problem is found. |
Hi, |
I most cases when i hit "f;" (search and go to any sign) i get too many variants. As a result - i've tried it a couple of times and just do not use since.
Could you please add an option like "clever_f_chars_any_signs list" with possibility to limit the list?
".", ",", "_", " ' " are easy to jump by their original name (e.g. "f.")
The text was updated successfully, but these errors were encountered: