How to use cursorcolumn #4348
Answered
by
sudormrfbin
OpenFoam-User
asked this question in
Q&A
-
I see that the cursorcolumn feature is added in this PR. However, I have no idea how to use it. I tried the following:
But I get the error:
Could you please explain how one should use it? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
sudormrfbin
Oct 18, 2022
Replies: 1 comment
-
From the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OpenFoam-User
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the
documentation entry
in the PR diff,cursorcolumn
is a bool value. So:set cursorcolumn true
should work.