-
Notifications
You must be signed in to change notification settings - Fork 99
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
Actions to alter operators unclear #34
Comments
UPDATE: I fixed this one, just had to escape the alternator in the match sequence (a la "operators: ',|:',") Might want to mention this in documentation somewhere though, or link to http://vimregex.com/ over the syn-pattern documentation though, didn't help me much. Thanks for a great plugin regardless! |
I am still not able to understand. I want to add +, *, / etc. to the list but any change just throws out a million errors. Can someone just plain write the operators line for me. Further explanation in newbie terms will be good.(FYI: I don't know regex or vimscript) |
Finally found a solution in issues raised previously( Issue #3 ). I used this as my operators line. |
@SiddharthPant I'd like to provide a better document, but the reg-exp & syn-pattern syntax of vimscript is not easy to explain in a words, so I think the vim help doc chould explain these much better than I chould. And thx for your voting :) |
The README is updated. I hope this can help more people to use this plugin without resistance. |
Perhaps its my unfamiliarity with vimscript, but I'm attempting to add colons (":") to the list of operators, which by default only contains commas (","). The other options, ctermfgs, parentheses etc. are all arrayed, and easy to extend. However, any attempts I make at adding colons to a list of operators have failed. The :help :syn-pattern has not been of great assistance to me. Thanks for any advice you have.
The text was updated successfully, but these errors were encountered: