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

When using auto-indent (==), long lines are hard wrapped/broken at 80 characters; regular VIM does not do this. #8930

Open
MrSurly opened this issue Mar 10, 2024 · 0 comments

Comments

@MrSurly
Copy link

MrSurly commented Mar 10, 2024

Describe the bug
When using auto-indent (e.g. ==), long lines are hard wrapped (broken) at 80 columns. This does not occur when using regular vim outside of vscode.

To Reproduce

  1. Edit a code file (in my case .hpp)
  2. Enter a long line of code.
  3. Press == to auto-indent that line

Expected behavior
Line is auto-indented, and no line break occurs

  • Extension (VsCodeVim) version: 1.27.2
  • VSCode version: 1.87.1
  • OS: Ubuntu 23.10

Additionally, textwidth is set to 250.

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

No branches or pull requests

1 participant