When using auto-indent (==), long lines are hard wrapped/broken at 80 characters; regular VIM does not do this.
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
- Edit a code file (in my case
.hpp) - Enter a long line of code.
- 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.
use editor.action.formatSelection Are long lines hard wrapped (broken) at 80 columns?
use
editor.action.formatSelectionAre long lines hard wrapped (broken) at 80 columns?
Assuming this:
Yes, it is.
use
editor.action.formatSelectionAre long lines hard wrapped (broken) at 80 columns?Assuming this:
Yes, it is.
That's correct, this command is used in the = command.
