mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 14:27:12 +09:00
bufwindow: Don't highlight lines in ruler with active selection
This commit is contained in:
@@ -449,7 +449,7 @@ func (w *BufWindow) displayBuffer() {
|
||||
|
||||
currentLine := false
|
||||
for _, c := range cursors {
|
||||
if bloc.Y == c.Y && w.active {
|
||||
if !c.HasSelection() && bloc.Y == c.Y && w.active {
|
||||
currentLine = true
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user