Skip to content
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

Relational Operators Doesn't take effect #29

Closed
Mutska opened this issue Oct 25, 2021 · 2 comments
Closed

Relational Operators Doesn't take effect #29

Mutska opened this issue Oct 25, 2021 · 2 comments

Comments

@Mutska
Copy link

Mutska commented Oct 25, 2021

All works fine except these operators including "==".
test
Am I missing something?

@ehamberg
Copy link
Owner

Don't think you're missing something. That should “just work”.

If you open vim with no file, insert “!=”, move the cursor to another line and then run the following commands, does that work?

:syntax match operator "!=" conceal cchar=≢
:setlocal conceallevel=1

@Mutska
Copy link
Author

Mutska commented Oct 25, 2021

Yeah, that works, thanks. I put this in my init.vim
imagen
And voilà
imagen
Although I don't know why it doesn't work with the actual file only

@Mutska Mutska closed this as completed Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants