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
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Haven't narrowed this down yet but probably it's because formatting an autocommand in f_node() is pretty janky and assumes all the lines of the body are individual expressions. Likely need to add a f_autocmd() method to handle this.
The text was updated successfully, but these errors were encountered:
The second, more generally, is continue_line()always adds a backslash, even though no more than one is necessary. So there needs to be some logic to handle that case - maybe a line_continued flag or something.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Example (from vim-endwise):
This gets formatted as:
Haven't narrowed this down yet but probably it's because formatting an autocommand in
f_node()
is pretty janky and assumes all the lines of the body are individual expressions. Likely need to add af_autocmd()
method to handle this.The text was updated successfully, but these errors were encountered: