mirror of
https://github.com/neovim/neovim.git
synced 2026-08-08 09:01:37 +00:00
Problem: During insert-mode / replace-mode, `autowrite` may trigger. If it does, the cursor position can shift due to the automatic removal of trailing spaces on the current line. When I resume typing, the space between the last word and the new word is suddenly gone. Solution: Disable the "remove trailing spaces" handler during Insert (or a similar) mode. Autosave logic is not affected.
7.3 KiB
7.3 KiB