-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiline strings break indentation #60
Comments
I'm unable to reproduce this issue. Could you install the new 1.63 version and try again? With 1.63 version you can type the following command to check if the indent script was indeed loaded: :echo GetPhpIndentVersion() this should print 1.63 |
I was able to reproduce a similar problem but you should check issue #47 as this is related. I'll fix it when I'll have some time but you really should be using heredoc notation instead of multi-line strings... |
I'm just following examples from "PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide." |
Can confirm. Given the following file:
Pressing Enter in insert mode after the ; on the Oddly enough:
A related issue: Given the following file:
Expected indenting in this case would be to align the |
The last line there doesn't get indented properly.
Version 1.62
The text was updated successfully, but these errors were encountered: