sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
274 stars 14 forks source link

Enter key does not stage hunks with `<hidden whitespace changes>` #1790

Open themilkman opened 1 year ago

themilkman commented 1 year ago

Version info

Description

When there is only a <hidden whitespace changes> hunk on a file, it is not possible to stage it. Also the button is not present for the hunk Possibly related: #1178 and maybe #1527

Steps to reproduce

Steps to reproduce the behavior:

  1. Hide whitespaces
  2. change a whitespace in a file
  3. Try to stage hunk

Expected behavior

Allow to stage the hunk as if Hide whitespaces option was disabled.