Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekopalypse committed Oct 6, 2023
1 parent 605b3c6 commit 16ca286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion enhance_any_lexer.v
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ fn be_notified(notification &sci.SCNotification) {
}
sci.scn_updateui {
if ! p.plugin_enabled { return }
// if (notification.updated & 0xC) == 0 { return }
p.on_update(notification.nmhdr.hwnd_from)
}
sci.scn_modified {
Expand Down

0 comments on commit 16ca286

Please sign in to comment.