Skip to content

Commit

Permalink
Merge pull request acejump#311 from clojj/master
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan authored Nov 19, 2019
2 parents 95e91c9 + 4283147 commit bbc915f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/acejump/search/Jumper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object Jumper: Resettable {

private fun Editor.selectWordAtOffset(offset: Int = caretModel.offset) {
val ranges = ArrayList<TextRange>()
addWordSelection(false, editorText, offset, ranges)
addWordSelection(settings.isCamelWords, editorText, offset, ranges)

if (ranges.isEmpty()) return

Expand Down

0 comments on commit bbc915f

Please sign in to comment.