" Description: Search Dash.app from vim " Author: José Otávio Rizzatti " License: MIT if exists('loaded_dash') || &compatible || v:version < 700 finish endif if has('win32') || match(system('uname'), 'Darwin') == -1 finish endif let loaded_dash = 1 let s:save_cpoptions = &cpoptions set cpoptions&vim "{{{ Dash command if exists(':Dash') == 2 echohl WarningMsg echomsg 'dash.vim: could not create command Dash' echohl None else command -bang -complete=customlist,dash#complete -nargs=* -count=1 Dash call dash#run("", ) "{{{ mappings noremap