Handling of "#" in strings #5104
ericpruitt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While making some changes to the tmux syntax file for ericpruitt/tmux.vim#26, I noticed that having a line whose first non-whitespace character is "#" seems to result in the entire line being hidden. For example, if I have
in my tmux configuration then print it in the shell, I got the following output which surprises me:
Do strings support comments or is this a quirk related to parsing #{...}/#(...)/#[...] format strings?
Beta Was this translation helpful? Give feedback.
All reactions