punassuming / ranger.el

Bringing the goodness of ranger to dired!
699 stars 52 forks source link

Fixed cursor vanishing bug on previewed files #127

Closed Jonesey13 closed 7 years ago

Jonesey13 commented 8 years ago

How to reproduce the bug:

  1. Open a .el file
  2. Run ranger
  3. Press z+i to trigger a preview
  4. Press enter to re-open the file
  5. The cursor has vanished! (cursor comes back if you eval (setq cursor-type t))

The downside of this one line change is that the cursor is now visible in preview mode but I think the vanishing cursor is a bigger problem.

punassuming commented 7 years ago

Issue fixed in master