-
In the template opt.expandtab = true but when I run |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Sep 21, 2024
Replies: 1 comment 2 replies
-
Running this without any modifications:
There are some options that will set |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
starptr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running this without any modifications:
There are some options that will set
noexpandtab
, so I suggest you use:verbose set expandtab?
to troubleshoot that.