Skip to content

Commit

Permalink
Merge branch 'short-search-buffer-names' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaw committed Aug 30, 2020
2 parents 72178ae + f9b1ebb commit aac43f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/howl/commands/app_commands.moon
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ search_input_list = (opts) ->
matcher = howl.util.Matcher locations
list = howl.ui.List matcher
list_buf = howl.ui.ListBuffer list, {
title: "#{#locations} matches for '#{search}' in #{directory.short_path} (using #{searcher.name} searcher)"
title: "#{#locations} matches for '#{search}' (#{searcher.name})"
on_submit: (location) ->
app\open location
}
Expand Down

0 comments on commit aac43f6

Please sign in to comment.