Skip to content

v1.3.0

Compare
Choose a tag to compare
@rchl rchl released this 10 Apr 17:39
· 16 commits to master since this release
955ccaf

Features

  • New config option: trailing_spaces_scope_ignore (thx @smanolloff) (6bf6b88)
    Defaults to ignoring find-in-files, diff and build output views.

Fixes

  • Don't leave file handle open after opening file for reading (with trim_modified_lines_only enabled) (0c58ab2)
  • Ignore trailing spaces on all lines when making edits with multiple cursors and trailing_spaces_include_empty_lines: false (#137) (299333d)

Improvements

  • Major improvements to performance (tnx @mheinzler) (ad9096d)
  • Use region.redish to highlight trailing spaces (#133) (86b0843)
    This results in trailing spaces being consistently "redish", regardless of theme used
  • Ignore scratch views (#134) (e247190)
  • Ignore widgets (#138) (955ccaf)