Skip to content
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

fix: properly handle if shiftwidth = 0 #270

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

mehalter
Copy link
Contributor

According to :h 'shiftwidth' if the value is 0 then tabstop is used. Currently it will just use 0 as the indent size, this fixes this.

According to `:h 'shiftwidth'` if the value is 0 then `tabstop` is used. Currently it will just use 0 as the indent size, this fixes this.
@mehalter
Copy link
Contributor Author

Looks like Nightly tests are failing because of deprecation issues, this should be rebased after #267 is merged in

@KostkaBrukowa KostkaBrukowa merged commit 3f942ec into pmizio:master Jun 18, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants