Commit Graph

17 Commits

Author SHA1 Message Date
Mark McKinstry dada11cdda add copyright to files copied from oh-my-zsh
ref issue #207

copied from
https://github.com/robbyrussell/oh-my-zsh/blob/master/MIT-LICENSE.txt
2015-09-30
2015-09-30 23:08:23 -04:00
Ivan Phrolov 47a63cdfa3 Update Vagrant completion 2015-06-01 16:54:32 +10:00
Alexius Ludeman 0c35a85dca pull latest bits from oh-my-zsh.git
-pulled in current _vagrant from oh-my-zsh.git
    e7fdb028b5/plugins/vagrant/_vagrant
2014-09-14 09:55:23 -07:00
Alexius Ludeman 9309a82d84 call vagrant directly to get hostnames/box names
-no longer makes the assumption that files are parseable, just call vagrant
    directly to get the information for status|box list
-cache results until Vagrantfile changes
2014-09-14 09:55:22 -07:00
withgod ff5a0d6d5f added global-status. 2014-06-13 13:58:57 +09:00
Hideo Hattori 6fda37dcb1 Merge pull request #227 from bosr/_vagrant_update
_vagrant plugin completion update
2014-05-29 00:33:27 +09:00
Hideo Hattori f48b3e3096 Merge pull request #231 from CircleCode/patch-1
[Vagrant] update box list completion
2014-05-28 23:56:30 +09:00
Matthieu Codron 090a9b0044 [Vagrant] update box list completion
relocate `$HOME/.vagrant` to `$HOME/.vagrant.d` and use `$VAGRANT_HOME` if defined
2014-05-28 16:48:34 +02:00
Takahiro OKUMURA 8a5d1a7768 [Vagrant] Add pattern of underscore to vm_list 2014-05-27 12:49:08 +09:00
Romain Bossart 2822ce5c73 _vagrant plugin completion update 2014-05-01 18:08:31 +02:00
Haim Ashkenazi 7bf946eba1 Fix vagrant vm name matching:
- escaping of single quotes
- match older vagrant files which uses keywords as vm names.
2013-12-23 22:08:39 +02:00
Ben O'Hara 0ad97c79dd Fix missing redirect for no file 2013-11-09 00:58:24 +10:00
Ben O'Hara 4ea8b2548e Fix matching for vm names im Vagrant file when using dashes or underscores 2013-11-07 00:05:04 +10:00
Mark Cornick 92238046cc Update vagrant completion with "plugin" subcommand
This subcommand was added in Vagrant 1.1.
2013-04-26 12:38:48 -07:00
Erlend Hamberg fc4c46365a Fix completion of “vagrant ssh-config”
The completion for vagrant incorrectly listed “ssh_config” as a command. This should be “ssh-config”.
2012-09-21 15:57:42 +03: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