Skip to content

Commit

Permalink
Merge pull request #53 from ntcong/master
Browse files Browse the repository at this point in the history
Remove keywords sorting
  • Loading branch information
rizzatti committed Sep 12, 2017
2 parents 9622102 + 0fcd636 commit 25b17d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/dash.vim
Expand Up @@ -64,7 +64,7 @@ function! dash#search(bang, ...) "{{{
call add(keywords, filetype)
endif
endif
call s:search(term, sort(keywords))
call s:search(term, keywords)
endfunction
"}}}

Expand Down

0 comments on commit 25b17d9

Please sign in to comment.