Closed tomtomjhj closed 2 years ago
VimTeX's indentkeys contain space, so :set-ing will fail unless the value is escaped. Use :let to avoid that.
:set
:let
VimTeX's indentkeys contain space, so
:set
-ing will fail unless the value is escaped. Use:let
to avoid that.