editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.13k stars 137 forks source link

Use keepjumps in TrimTrailingWhitespace #156

Closed whonore closed 3 years ago

whonore commented 3 years ago

Similar to #99, :s modifies the jumplist so after TrimTrailingWhitespace commands like CTRL-O don't behave as expected. keepjumps prevents :s from changing the jumplist.

xuhdev commented 3 years ago

Thanks for the fix!