I have a regex ^ \{3,}/
, and I want to use the value of a parameter or variable instead of 3
. Here's the context:
match LeadingSpaces /^ \{3,}/ highlight LeadingSpaces ctermbg=red guibg=red
I would like to use the tabstop
value instead of 3. Alternatively, I could set a new variable to be used.
source share