Commit Graph

10 Commits

Author SHA1 Message Date
Luke Steensen 5edeb23f10 Add 'services' command to homebrew completion 2014-02-11 21:22:44 -06:00
Hong Xu 24ead6192e Improve the link command in _brew. 2013-12-16 12:30:13 -08:00
Hong Xu 39fe5829d1 Improve homebrew completion. 2013-10-31 19:26:36 -07:00
Greg Sieranski cd9bde7846 tab completion for homebrew reinstall command 2013-09-18 14:56:15 -04:00
Greg Sieranski d6dd5f1d89 add audit command to homebrew tab completion 2013-09-05 11:01:29 -04:00
Jozef Izso 9325fb1c03 Completion for brew untap command. 2013-07-08 13:06:43 +02:00
Zhao Cai 3ebbd136df _brew update
1. use _call_program
2. formulae completion for search
3. formulae completion for upgrade
4. add pin/unpin command
2013-04-11 11:33:42 -04:00
Katsunori Kanda 3bea535045 Update brew completion to the latest version 2012-09-23 02:41:21 +09:00
Aaron Schrab 3f55429b0e Move modelines to end of file
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.
2012-08-23 11:18:49 -04:00
Julien Nicoulaud 10ffeb0c15 [BREAKING CHANGE] Move compdefs to own directory (to ease packaging and
avoid bloating users fpath with unneeded files such as README.md)
2012-08-01 13:23:11 +02:00