We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec4de5 commit df492d8Copy full SHA for df492d8
src/clooj/search.clj
@@ -7,7 +7,7 @@
7
(:import (java.awt Color)
8
(java.util.regex Pattern Matcher))
9
(:use [clooj.highlighting :only (highlight remove-highlights)]
10
- [clooj.utils :only (scroll-to-pos set-selection get-text-str get-selected-text)]))
+ [clooj.utils :only (scroll-to-pos set-selection get-text-str)]))
11
12
(def case-insensitive-search
13
(reduce bit-or
0 commit comments