Skip to content

Commit

Permalink
on second thought, disable highlights for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lunixbochs committed Nov 14, 2017
1 parent b9baa45 commit e4ba64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def cur():
return completions

def highlight(self, highlights=None):
if not settings.get('highlights', True):
if not settings.get('highlights', False):
return

highlights = highlights or self.last_highlights
Expand Down

0 comments on commit e4ba64e

Please sign in to comment.