Commit Graph

79 Commits

Author SHA1 Message Date
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
José Otávio Rizzatti
91a8cb1c8f Merge pull request #4 from reacuna/master
Add a .gitignore file
2013-05-22 09:16:17 -07:00
José Otávio Rizzatti
96ee91c901 Merge pull request #5 from ches/fix-isKeywordTrigger-key-access
Fix assumption of isKeywordTrigger dict presence
2013-05-22 09:13:11 -07:00
Ches Martin
9c63c2e252 Fix assumption of isKeywordTrigger dict presence
The key is not present on all trigger dicts.
2013-05-18 03:22:58 +07:00
Raul Acuna
d4e247eb25 Ignore generated documentation tags 2013-05-14 11:46:39 -07:00
José Otávio Rizzatti
40f2cccd07 Update headers 2013-03-19 15:39:15 -04:00
José Otávio Rizzatti
f3af6ff29c Changes to the Readme 2013-03-19 15:36:06 -04:00
José Otávio Rizzatti
135e7bef65 Check for funcoo.vim on startup 2013-03-19 15:30:26 -04:00
José Otávio Rizzatti
f31db1c58b Update the Readme 2013-03-19 14:37:43 -04:00
José Otávio Rizzatti
67babc9126 Lower case all keywords 2013-03-19 14:26:29 -04:00
José Otávio Rizzatti
d9ed29c293 Show keyword for profiles in DashSettings 2013-03-19 14:23:37 -04:00
José Otávio Rizzatti
11db3b8312 Update the docs 2013-03-19 14:20:29 -04:00
José Otávio Rizzatti
913654325f Adapt command and mapping names 2013-03-19 14:03:31 -04:00
José Otávio Rizzatti
c564632c26 Fix minor issues on rewrite 2013-03-19 14:03:09 -04:00
José Otávio Rizzatti
42c903cc11 Reorganize the search function 2013-03-19 13:20:07 -04:00
José Otávio Rizzatti
5dabf0ea5a Add function to add keywords to the current buffer 2013-03-19 04:09:36 -04:00
José Otávio Rizzatti
c720648272 Add dummy functions for entry points 2013-03-19 04:08:38 -04:00
José Otávio Rizzatti
ef2da370fa Removes obsolete code 2013-03-19 04:06:13 -04:00
José Otávio Rizzatti
89779ea2c8 Show settings using the new cache 2013-03-19 03:58:15 -04:00
José Otávio Rizzatti
efbf120492 Complete using the new cache 2013-03-19 03:57:42 -04:00
José Otávio Rizzatti
46dd873764 Sort docsets by name in the cache 2013-03-19 03:56:56 -04:00
José Otávio Rizzatti
cd4dd64938 Handle special cases for docset keywords 2013-03-19 01:57:16 -04:00
José Otávio Rizzatti
8bf08548ef Add keywords cache 2013-03-19 01:24:13 -04:00
José Otávio Rizzatti
8d93b473fc Add 3 new classes to the plugin
* Add a cache class
* Add a docset class to encapsulate docset info
* Add a profile class to encapsulate profile info

* Add dependency on funcoo.vim
2013-03-18 23:33:07 -04:00
José Otávio Rizzatti
c0e99beb3a Update url references 2013-03-18 16:07:37 -04:00
Zeh Rizzatti
54bfea2f4b Fix tiny bug on :Dash 2013-03-18 04:07:19 -04:00
Zeh Rizzatti
f8ca54e6ad Simplify the Readme 2013-03-16 19:27:58 -04:00
Zeh Rizzatti
2e4c6c7002 Update the docs 2013-03-16 19:25:18 -04:00
Zeh Rizzatti
02da0f31ed Consolidate get and set into DashDocsets command 2013-03-16 19:05:09 -04:00
Zeh Rizzatti
56d6589af0 Add DashGetDocsets command 2013-03-16 17:05:30 -04:00
Zeh Rizzatti
71bdd0dbbd Consider options from DashSetDocsets on search 2013-03-16 16:49:12 -04:00
Zeh Rizzatti
75021da33a Fix DashSetDocsets to require at least 1 arg 2013-03-16 03:55:39 -04:00
Zeh Rizzatti
ed3749f87e Rename command DashDocsets to DashListDocsets 2013-03-16 03:47:00 -04:00
Zeh Rizzatti
9451b231da Add command DashSetDocsets 2013-03-16 03:45:43 -04:00
Zeh Rizzatti
3e7318eecf Code cleanup 2013-03-15 19:57:50 -04:00
Zeh Rizzatti
05d69ec39e Allow a count with the mappings 2013-03-15 18:18:46 -04:00
Zeh Rizzatti
09acf0552b Fix typo in markdown 2013-03-15 15:19:21 -04:00
Zeh Rizzatti
ce7e19e874 Update Readme 2013-03-15 15:18:37 -04:00
Zeh Rizzatti
c2e2c4f291 Fix usage of :Dash 2013-03-15 15:13:50 -04:00