José Otávio Rizzatti Ferreira
8dc25d544d
Fix vim-doc link
2015-02-01 15:55:21 -02:00
José Otávio Rizzatti Ferreira
9f14d09f62
Merge pull request #40 from igas/plug
...
Add plug instructions
2014-11-29 14:09:06 -02:00
Igor Kapkov
1724a021d4
Add plug instructions
2014-11-27 17:32:39 +08:00
José Otávio Rizzatti
23ba6b7e98
Merge pull request #37 from joemasilotti/patch-4
...
your vs. you're
2014-10-10 16:39:25 -07:00
Joe Masilotti
f05ff7b6bd
your vs. you're
...
Thanks @Kapeli
2014-10-10 09:50:24 -04:00
José Otávio Rizzatti
f79e1f32c3
Merge pull request #35 from joemasilotti/patch-3
...
Consistent subject in dash.txt
2014-10-09 10:25:02 -07:00
Joe Masilotti
cf6058f7b6
Consistent subject in dash.txt
2014-09-04 06:28:57 -04:00
José Otávio Rizzatti
64f62eccc4
Merge pull request #34 from lucapette/patch-1
...
Update Vundle instructions
2014-08-06 09:27:17 -04:00
lucapette
d67228b169
Update Vundle instructions
...
The API changed so I've updated the instructions
2014-08-06 08:17:48 +02:00
José Otávio Rizzatti
bc1b1f6741
Merge pull request #33 from geoffharcourt/geoffharcourt-update-docs
...
Fix minor spelling errors
2014-07-27 14:41:04 -04:00
Geoff Harcourt
0ecf179e0c
Fix minor spelling errors
...
Noticed a couple words misspelled in the docs.
2014-07-26 18:00:09 -04:00
José Otávio Rizzatti
bcb8cded11
Update Readme
2014-07-08 18:23:53 -04:00
José Otávio Rizzatti
ab54e108bf
Merge pull request #31 from jgillman/patch-1
...
Update vim-doc link in README.md
2014-07-01 22:00:21 -04:00
Joel Gillman
48b8fb211b
Update vim-doc link in README.md
...
Looks like Github changed how they do their raw links!
2014-07-01 17:15:29 -07:00
José Otávio Rizzatti
ff484144ed
Merge pull request #29 from esneider/patch-1
...
Fix typo in README
2014-06-11 12:53:06 -04:00
Dario Sneidermanis
2f9826b3b1
Fix typo in README
2014-06-11 01:01:13 -03:00
José Otávio Rizzatti
4b4a86cea7
Remove uniq function ( fixes #22 )
v1.1.1
2014-06-09 10:09:56 -04:00
José Otávio Rizzatti
07cad225bd
Fix user autocommands for DashKeywords ( fixes #24 )
2014-06-09 10:08:10 -04:00
José Otávio Rizzatti
fe27a1ee7c
Update the docs
2014-06-09 09:27:28 -04:00
José Otávio Rizzatti
a4f9f525c7
Wrap the dash map code in a function
2014-06-09 09:25:18 -04:00
José Otávio Rizzatti
a7a1fb21db
Merge pull request #27 from Townk/master
2014-06-09 09:08:25 -04:00
Thiago Alves
c682df0c15
Make the plugin respect the g:dash_map variable.
...
[Problem]
For some reason the documentation states that as a user I can set g:dash_map
global variable with a dictionary of "vim filetype" -> "dash docset" and
dash.vim will honor this map when calling Dash.app. Unfortunately this global
variable is never used in the plugin.
[Solution]
On autoload/dash.vim read the global variable and update the plugin map to honor
it.
[Note]
This change also makes possible to define a full list as a value on the
dictionary allowing the user to fully replace all the docsets defined by
default.
Also, the documentation was updated to reflect the change.
2014-05-20 14:21:38 -07:00
José Otávio Rizzatti
3c1a2e3b95
Merge pull request #26 from Kapeli/master
...
Add AngularJS keyword
2014-05-17 14:43:52 -07:00
Bogdan Popescu
d1ed42a1ba
Add AngularJS keyword
2014-05-17 23:43:31 +03:00
José Otávio Rizzatti
aad7469aa0
Merge pull request #25 from Kapeli/master
...
Dash 2.1 keywords
2014-05-15 19:45:20 -07:00
Bogdan Popescu
c18b733dd4
Dash 2.1 keywords
2014-05-16 04:15:36 +03:00
José Otávio Rizzatti
cf1c68c641
Merge branch 'develop'
...
[Fixes #19,20,21]
v1.1.0
2014-05-06 15:23:49 -04:00
José Otávio Rizzatti
bd185c4a9a
Remove aliases
2014-05-06 15:19:41 -04:00
José Otávio Rizzatti
a5436734cb
Remove dependency on funcoo.vim
2014-05-06 14:46:45 -04:00
José Otávio Rizzatti
3ebbcb2d02
Remove dependency on the cache
2014-05-06 14:42:46 -04:00
José Otávio Rizzatti
e9b26cf5aa
Remove processing of plist
2014-05-03 17:12:22 -04:00
José Otávio Rizzatti
ad84ebc112
Check for autocommand presence
2014-05-03 16:34:15 -04:00
José Otávio Rizzatti
72be8863e0
Merge branch 'develop' ( fixes #17 )
1.0.2
2014-03-16 16:14:26 -04:00
José Otávio Rizzatti
bb608a7577
Move defaults to their own file
2014-03-16 16:13:32 -04:00
José Otávio Rizzatti
673405d186
Take into account versioned docsets
2014-03-16 15:55:59 -04:00
José Otávio Rizzatti
0e1f23dc17
Always adds new keywords instead of resetting
2014-03-16 15:39:55 -04:00
José Otávio Rizzatti
aa783b1f93
Add default keywords for searching withing Dash
...
Creates a list of mappings for docsets and filetypes known to vim, which
will let most users automatically search a group of their installed
docsets whenever they are in a recognized filetype.
This list will be following the descriptions in accordance with:
http://kapeli.com/dash_plugins
2014-03-16 15:25:42 -04:00
José Otávio Rizzatti
148d0b5d3e
Typo
2014-03-16 14:13:28 -04:00
José Otávio Rizzatti
9d7b4354b1
Improve DashKeywords
...
Calling DashKeywords without arguments will show the keywords set for
the current buffer.
2014-03-16 11:32:16 -04:00
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 :).
1.0.1
2014-03-12 12:07:20 -04:00
José Otávio Rizzatti
61105328a4
Minor changes to readme for last merges
1.0.0
2014-02-20 00:49:41 -05:00
José Otávio Rizzatti
612b7cefdd
Merge pull request #10 from KevinSjoberg/vpm-instructions
...
Add vpm instructions
2014-02-20 00:46:33 -05:00
José Otávio Rizzatti
7efe6211f0
Update README.md
2014-02-20 00:44:46 -05:00
José Otávio Rizzatti
2dac84643a
Merge pull request #9 from AlexParamonov/patch-1
...
Add warning for linux users
2014-02-20 00:41:55 -05:00
José Otávio Rizzatti
978272ccd6
Implements new plugin protocol ( closes #12 )
...
The new protocol is described at http://kapeli.com/dash_plugins
I do not take care of 'percent encoding' the queries, however, as
normally those are used for method name lookups, which should be a
single word.
2014-02-20 01:33:10 -04:00
Kevin Sjöberg
d7a5e31c66
Add vpm instructions
2013-11-28 21:26:19 +01:00
Alexander
f831996b2f
Add warning for linux users
2013-11-09 23:40:49 +02:00
José Otávio Rizzatti
9043524a52
DashKeywords broke the cache ( fixes #6 )
2013-08-30 10:49:18 -04:00
José Otávio Rizzatti
5092c6a46f
Merge pull request #8 from dwb/shellescape-fix
...
Escape shell characters in query before running
2013-08-29 18:45:34 -07:00
Dan Brown
9f4508b24f
Escape shell characters in query before running
2013-07-19 16:00:02 +01:00