You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying to figure out why custom languages were breaking in easytags - turns out noshellslash makes shellescape('-t-') output "-t-", which obviously breaks all custom stuff, and I suspect anything that uses xolox#misc#escape#shell
This might be new as of vim 8?
I'm (pretty) sure it was working in my old 7 install, though admittedly its been a while since I used that particular functionality.
The text was updated successfully, but these errors were encountered:
Was trying to figure out why custom languages were breaking in easytags - turns out
noshellslash
makesshellescape('-t-')
output"-t-"
, which obviously breaks all custom stuff, and I suspect anything that usesxolox#misc#escape#shell
This might be new as of vim 8?
I'm (pretty) sure it was working in my old 7 install, though admittedly its been a while since I used that particular functionality.
The text was updated successfully, but these errors were encountered: