aboutsummaryrefslogtreecommitdiffstats
path: root/src/_bundle
Commit message (Collapse)AuthorAgeFilesLines
* update bundle completion to version 4.0.0Shohei YOSHIDA2025-12-031-257/+380
|
* Update bundle completion 2.7.0Shohei YOSHIDA2025-07-181-4/+11
|
* fix typosJörg Thalheim2024-12-221-1/+1
|
* Update bundle completionShohei YOSHIDA2022-12-261-5/+5
| | | | bundle gem --ext option should take language c or rust now
* Update 'bundle clean --force' completion documentShohei YOSHIDA2022-11-151-1/+1
|
* fix group completionShohei YOSHIDA2022-11-141-5/+2
| | | | Original code does not work if multile directories are matched
* Update bundle zsh completionShohei YOSHIDA2022-11-091-80/+302
| | | | And fix some broken completions
* Added add, binstubs, clean, doctor, remove commands to bundler completionsKouhei Yanagita2022-05-101-1/+6
|
* Fix typosDimitris Apostolou2020-04-091-1/+1
|
* Add license to bundle, cap and showoffBruno Michel2016-02-081-0/+25
|
* Add completion for bundle install optionsNaoki Mizuno2015-06-181-1/+13
| | | | | | | | | | | | | | | | | | | | | The following completions for options are added: * with * clean * full-index * jobs * force * no-cache * no-prune * retry * sheband * standalone * trust-policy See: https://github.com/bundler/bundler/blob/master/man/bundle-install.ronn for option details.
* Separate values for bundle helpWill Gray2013-05-201-1/+1
|
* Added outdated command to bundler completionsPoapfel2012-11-101-1/+2
|
* Added platform command to bundler completionsPoapfel2012-11-101-1/+2
|
* 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/+85
avoid bloating users fpath with unneeded files such as README.md)