rizzatti / dash.vim

Search Dash.app from Vim
MIT License
995 stars 59 forks source link

Keywords should be ordered based on how relevant they are. #52

Closed ntcong closed 7 years ago

ntcong commented 7 years ago

Currently dash.vim sort keywords before calling search: call s:search(term, sort(keywords)) . This behavior conflicts with dash plugin development guidelines: The keywords should be ordered based on how relevant they are.