We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this bug happen when you install plugin without vim-polyglot?
no
Describe the bug:
When indenting on a new line after function foo() {, which is JS code in a <script> tag in a PHP file, it does not autoindent.
function foo() {
So that I get the following erroneous snippet instead of the 2nd snippet which is expected.
<?php // foo ?> <script> function asdf() { asdf } </script>
To Reproduce:
In normal-mode, I press o on the line function asdf and the indent doesn't happen.
o
function asdf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does this bug happen when you install plugin without vim-polyglot?
no
Describe the bug:
When indenting on a new line after
function foo() {
, which is JS code in a <script> tag in a PHP file, it does not autoindent.So that I get the following erroneous snippet instead of the 2nd snippet which is expected.
To Reproduce:
In normal-mode, I press
o
on the linefunction asdf
and the indent doesn't happen.The text was updated successfully, but these errors were encountered: