Pulsar-Edit-Highlights / line

@Pulsar-Edit package for highlighting the currently selected line.
https://web.pulsar-edit.dev/packages/highlight-line
MIT License
52 stars 16 forks source link

Fix Issue #80 #89

Closed DoughnutSlayer closed 4 years ago

DoughnutSlayer commented 7 years ago

Issue Link: #80

The middle row referenced in the issue appeared because bottomLine began on the second to last row and ended on the last row. That only gave the desired effect when the last row of the selection was empty.

This change only sets the start of the bottom line one row higher if the last row of the selection is empty.