machakann / vim-sandwich

Set of operators and textobjects to search/select/edit sandwiched texts.
1.44k stars 37 forks source link

Use :let to restore indenkeys #143

Closed tomtomjhj closed 2 years ago

tomtomjhj commented 2 years ago

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