José Otávio Rizzatti cdf9df09e5 Damn old version of vim (fixes #15)
OS X provided vim, although is 7.3, is crap.

It's sort() function takes only 2 arguments, and later versions of vim
accept 3 arguments which broke the damn plugin, because the author uses
MacVim (and so should you :).
2014-03-12 12:07:20 -04:00
2013-03-19 14:20:29 -04:00
2013-03-19 15:39:15 -04:00
2013-03-14 16:28:42 -04:00
2013-05-14 11:46:39 -07:00
2013-03-19 15:39:15 -04:00

dash.vim

This Vim plugin will search for terms using the excellent Dash.app , making API lookups simple.

It provides a new :Dash family of commands and (recommended) mappings.

WARNING: Dash.app is a Mac only application, so you will not benefit from using dash.vim on Linux nor Windows. It can be installed on those systems however, but it will not load.

Commands, Mappings and Configuration

Read the help to know more.

Installation

Using Vundle:

Just add this 2 lines to your ~/.vimrc:

Bundle 'rizzatti/funcoo.vim'
Bundle 'rizzatti/dash.vim'

And run :BundleInstall inside Vim.

Using pathogen.vim:

Copy and paste in your shell:

cd ~/.vim/bundle
git clone https://github.com/rizzatti/funcoo.vim.git
git clone https://github.com/rizzatti/dash.vim.git

Using vpm:

Run these two commands in your shell:

vpm insert rizzatti/funcoo.vim
vpm insert rizzatti/dash.vim

License

MIT

Description
Search Dash.app from Vim
Readme 159 KiB
Languages
Vim Script 100%