A new option strip_trailing_spaces to optionally remove trailing spaces from lines when copying to clipboard.

This commit is contained in:
Kovid Goyal
2019-01-21 15:48:21 +05:30
parent 6bdfc0387b
commit 5787b472c0
4 changed files with 21 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ Changelog
0.13.4 [future]
---------------------
- A new option :opt:`strip_trailing_spaces` to optionally remove trailing
spaces from lines when copying to clipboard.
- macOS: Fix :kbd:`cmd+period` key not working (:iss:`1318`)