aboutsummaryrefslogtreecommitdiffstats
path: root/src/_gem
Commit message (Collapse)AuthorAgeFilesLines
* #207: remove compdefs without a license header0.20.0Julien Nicoulaud2016-09-081-499/+0
|
* Use tpope's fork of the original _gem completion gist.Akshay Hegde2014-04-291-119/+77
| | | | | - Does not fail when you try to tab complete the first time. - Seems to be much faster.
* (gem) Add open commandZhao Cai2013-04-291-2/+8
|
* Check GEM_HOME to compare recencyZhao Cai2013-04-291-1/+11
|
* Use cache-policy for _gemZhao Cai2013-04-291-11/+33
|
* _gem: update for browse, edit and clone commandsZhao Cai2013-04-111-2/+34
|
* Fix to quote _files -g option argumentKazuya Takeshima2013-01-161-2/+2
|
* Added gem push completion.Laurent Arnoud2012-10-011-0/+10
|
* Move modelines to end of fileAaron Schrab2012-08-231-3/+8
| | | | | | | | | | | | | | | | | | | | | | Having a vim modeline or emacs local variable line somewhere in the middle of the file isn't really helpful. By default, vim will only check the first and last 5 lines of a file for a modeline (assuming the modeline option is enabled). Emacs is even more strict about the type of local variable line that was in use, it will only check the first line of the file or the second line if the first line specifies a script interpreter (which isn't the case here). Move the vim modeline to the end of the file so that it can actually be found by vim but is out of the way for editing. For emacs more work is required, convert that to the more verbose Local Variables syntax which emacs will look for starting 3000 characters from the end of the file. Also there is no zsh mode for emacs (according to zsh-users/zsh-completions#75), use the "Shell-Script" mode instead. This seems to automatically detect that the files are for zsh. I'm not an emacs user, so I haven't tested that portion much. But, this does at least improve the syntax highlighting there.
* [BREAKING CHANGE] Move compdefs to own directory (to ease packaging andJulien Nicoulaud2012-08-011-0/+456
avoid bloating users fpath with unneeded files such as README.md)