- 28 Jun, 2014 8 commits
-
-
Rob Loach authored
-
Arandi López authored
-
Jannik Zschiesche authored
This change fixes the autocompletion for marks which contain numbers or dots. Fixes #2578 `\d` in sed regular expressions doesn't work (see http://stackoverflow.com/questions/14671293/why-does-d-doesnt-work-in-regular-expression-in-sed)
-
Peter Butkovic authored
-
Helge Rausch authored
-
Marc Cornellà authored
-
Fenhl authored
-
Fenhl authored
-
- 08 Jun, 2014 5 commits
-
-
Hong Xu authored
Users may install their own version of autojump to override the system installed version.
-
Pieter Kokx authored
If you are using a submodule, ~/.vim/bundle/vundle/.git is a file, not a directory. So I changed the test for that.
-
Gaetan Semet authored
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
-
Julia Medina authored
-
Tim Kelty authored
This speeds up transfers significantly. No reason not to include it as far as I know.
-
- 07 Jun, 2014 1 commit
-
-
Chris Krycho authored
-
- 04 Jun, 2014 2 commits
-
-
Jérôme Macias authored
-
ncanceill authored
as suggested in #2382
-
- 02 Jun, 2014 2 commits
-
-
Yachi Lo authored
-
Doug Jones authored
-
- 29 May, 2014 4 commits
-
-
ncanceill authored
inspired from #2018
-
ncanceill authored
continuating #1923
-
Theodore Kokkoris authored
-
Christophe Bliard authored
correctly detect when pygmentize is not installed do not exit shell if when pygmentize is not installed
-
- 28 May, 2014 4 commits
-
-
MrTux authored
-
Jim Hester authored
-
Andrey Koleshko authored
Fix rbenv plugin for OS X latest homebrew
-
James Magnarelli authored
-
- 26 May, 2014 1 commit
-
-
Frank Behrens authored
-
- 25 May, 2014 1 commit
-
-
pangratz authored
Since the `bower` plugin specifies a `bi` alias and `bundle` plugin specifies a `bi` function, there is a name clash when using both plugins, which results in the message "Can't 'bundle install' outside a bundled project" when trying to execute `bower`. This adresses #2486
-
- 24 May, 2014 4 commits
-
-
Brian Hartvigsen authored
As far as I can tell (tested on Linux & Darwin, BSD man page seems to agree), `-d` is pretty univerally accepted as the depth argument. So instead of doing a test, we can just use -d and call it a day.
-
Brian Hartvigsen authored
-
Trevor Strieber authored
-
ncanceill authored
-
- 15 May, 2014 1 commit
-
-
Ingo Renner authored
-
- 06 May, 2014 4 commits
-
-
Ingo Renner authored
Vagrant 1.6 introduced the `global-status` command which allows to get a quick overview of all active Vagrant environments for the currently logged in user.
-
Ingo Renner authored
Vagrant 1.5 added Vagrant Cloud to share boxes. Some boxes may be protected, the `login` command allows to access those protected boxes from Vagrant Cloud.
-
Ingo Renner authored
Vagrant 1.5 introduced Vagrant Share to allow remote access to a Vagrant environment. This adds support for the `share` and `connect` commands.
-
Ingo Renner authored
Vagrant 1.6 introduces a couple new commands, including the `version` command. The `version` command shows the currently installed version information and also checks for new updates available.
-
- 19 Apr, 2014 1 commit
-
-
Javier Tejero authored
This is exactly what happens on tab completion for docker rmi. This commit fixes that. ```sh $ docker rmi <hit TAB> _arguments:comparguments:312: invalid argument: __docker_images _arguments:comparguments:312: invalid argument: __docker_images _arguments:comparguments:312: invalid argument: __docker_images ```
-
- 18 Apr, 2014 2 commits
-
-
Paweł Tomak authored
In Python3 without universal_newlines set to True output from Popen was byte-encoded.
-
Marc Cornellà authored
-