esc directly after creation of an auto-indented line does not remove whitespace #241
Labels
area:operators
Issues relating to any operator.
bug:hi-fi
Bugs that would achieve Vim high-fidelity behavior if fixed.
While typing text in insert mode with the
auto_indent
setting enabled, Esc immediately following the creation of a new auto-indented line (via Enter/Return) will leave behind whitespace.With Vim, all such whitespace is removed as soon as Esc is hit, leaving only a blank line.
This issue is related to: #230
The text was updated successfully, but these errors were encountered: