Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 34899: completion: _vim: add nvim to #compdef | Daniel Hahler | 2015-04-17 | 1 | -1/+1 |
| | | | | nvim is used by NeoVim and is fairly compatible. | ||||
* | 34886: completion: git: Complete rebase --exec argument | Daniel Shahaf | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | 34885: completion: git: Sort "commit object" completions most recent first | Daniel Shahaf | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | 34885: completion: git: Fix another instance of the 34671 bug fixed in 34814 | Daniel Shahaf | 2015-04-13 | 1 | -1/+3 |
| | |||||
* | 34874: completion for cabal | Clint Adams | 2015-04-10 | 1 | -0/+9 |
| | |||||
* | 34748: completion: git: update list of builtintools | Daniel Hahler | 2015-04-10 | 1 | -9/+16 |
| | |||||
* | 34814: completion: git: Fix bug introduced by 236da69 | Daniel Shahaf | 2015-04-01 | 1 | -1/+3 |
| | | | | Based on a patch by Daniel Hahler <git@thequod.de>. | ||||
* | users/20058: improve device completion in ip completion. | Peter Stephenson | 2015-03-31 | 3 | -39/+51 |
| | | | | | We were too eager to regard strings already on the command line as possible devices. | ||||
* | 34762: completion: git: add short option for '--dir-diff' (_git-difftool) | Daniel Hahler | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | 34739: git completion: Fix regression in ce80a92 | Daniel Shahaf | 2015-03-19 | 1 | -1/+1 |
| | | | | | This restores the message when completing a commit object name that isn't one of the most recent 20 commits. e.g., 'git checkout deadbeef<TAB>'. | ||||
* | 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵ | Daniel Shahaf | 2015-03-16 | 1 | -1/+1 |
| | | | | --fixup' hash completions | ||||
* | 34671: git completion: only offer recent commits' tags/heads for --fixup | Daniel Shahaf | 2015-03-16 | 1 | -2/+34 |
| | |||||
* | 34693: sudo completion: Don't false positive 'sudo -e' detection | Daniel Shahaf | 2015-03-09 | 1 | -1/+8 |
| | |||||
* | 34638 with tweaks: git completion: complete commit hashes and --fixup | Daniel Hahler | 2015-03-07 | 1 | -3/+9 |
| | |||||
* | 34588: Complete 'usermod -a' | Daniel Shahaf | 2015-02-27 | 1 | -0/+1 |
| | |||||
* | 34468: completion: git: stash: handle 'save' being the default | Daniel Hahler | 2015-02-08 | 1 | -5/+11 |
| | | | | | "git stash" should complete arguments for "git stash save", but without the message part. | ||||
* | 34467: completion: git: minor doc fixes | Daniel Hahler | 2015-02-08 | 1 | -7/+3 |
| | | | | | | I am not sure about the deprecation of user-commands, but from other places in the doc and commit history this deprecation was meant to be reverted?! | ||||
* | 34470: completion: adb: add "sideload" command | Daniel Hahler | 2015-02-08 | 1 | -0/+1 |
| | | | | | | btw: there is another compdef available for `adb` from zsh-users/zsh-completion; see https://github.com/zsh-users/zsh-completions/issues/291. | ||||
* | 34469: git completion: add "stash" from refs/stash to __git_heads | Daniel Hahler | 2015-02-08 | 1 | -0/+1 |
| | |||||
* | 34464: Update mtr completion to mtr 0.82 | Daniel Shahaf | 2015-02-07 | 1 | -2/+8 |
| | |||||
* | 34444: git completion: minor improvements | Daniel Shahaf | 2015-02-02 | 1 | -4/+4 |
| | | | | | | - 'git rebase': complete arguments in the same word as the option - 'git commit': provide message for --fixup/--squash | ||||
* | 34411: _hg completion: Complete bookmark names for -r | Daniel Shahaf | 2015-02-01 | 1 | -8/+17 |
| | | | | While there, simplify `hg tags` parsing. | ||||
* | 34435: Update emulate completion. | Peter Stephenson | 2015-01-30 | 2 | -2/+7 |
| | | | | | | Add new feature to run command in emulation. Factor out handling of quoted command string to new function. | ||||
* | 34415: cache list of all python modules | Jun-ichi Takimoto | 2015-01-28 | 3 | -25/+75 |
| | |||||
* | 34423: fix a typo in _ruby | Jun-ichi Takimoto | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | 34412: complete all groups for chown under sudo | Daniel Shahaf | 2015-01-27 | 1 | -2/+2 |
| | |||||
* | 34373, 34374: update completion of builtin commands, modifiers, | Oliver Kiddle | 2015-01-25 | 3 | -3/+3 |
| | | | | parameter and globbing flags | ||||
* | 34327: fix cache identifier used in _cache_invalid | Jun-ichi Takimoto | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | _git: Change one --validate to --no-validate | Wieland Hoffmann | 2015-01-17 | 1 | -1/+1 |
| | | | | | As the description of that argument says, it's used to *not* perform sanity checks. | ||||
* | 34260 relax interface name restrictions in ip completion | Eric Cook | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | 34259: variable declarations in ip completion | Eric Cook | 2015-01-13 | 1 | -1/+2 |
| | |||||
* | 34042: _git: Respect tags for subcommand completion. | Daniel Shahaf | 2015-01-05 | 1 | -14/+54 |
| | | | | | | | | | | | It is now possible to use the tag-order style to stagger the overwhelming 'git <TAB>' subcommand listing. For example: zstyle ':completion::complete:git:argument-1:' tag-order \ main-porcelain-commands user-commands third-party-commands \ ancillary-manipulator-commands ancillary-interrogator-commands \ plumbing-manipulator-commands plumbing-interrogator-commands \ aliases | ||||
* | 33963: remove work of art in _mount | Mikael Magnusson | 2014-12-29 | 1 | -21/+3 |
| | |||||
* | 34068: create tempfiles without forking, and safe temp directory creation | Barton E. Schaefer | 2014-12-28 | 1 | -5/+8 |
| | |||||
* | users/19530: Handle commented lines in /etc/filesystems | Mikael Magnusson | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | 33958: update sudo completion for newer options | Oliver Kiddle | 2014-12-13 | 1 | -26/+32 |
| | |||||
* | Parse "Gentoo" as being GNU libc | Mikael Magnusson | 2014-12-10 | 3 | -3/+3 |
| | |||||
* | 33927: nm completion improvements | Peter Stephenson | 2014-12-08 | 1 | -2/+2 |
| | | | | | | Complete .elf files. Allow directory searches. | ||||
* | 33843: minor optimisation for recursive-files. | Peter Stephenson | 2014-12-08 | 1 | -1/+5 |
| | | | | Expand the recursive path only the first time we need it. | ||||
* | 33912: fix filename default case | Barton E. Schaefer | 2014-12-07 | 1 | -2/+1 |
| | | | | version-of-od argument list manipulation clobbered the default spec | ||||
* | 33882: Complete CXXFLAGS as CFLAGS too | Mikael Magnusson | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | 33861: update lsof completion for new options | Oliver Kiddle | 2014-12-05 | 1 | -9/+39 |
| | |||||
* | 33689: make cp --reflink's argument optional | Eric Cook | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | 33729: "git remote add" should complete local repositories | Peter Stephenson | 2014-11-23 | 1 | -1/+9 |
| | |||||
* | 33728: Complete bzr shelve subcommand | Sebastien Alaiwan | 2014-11-21 | 1 | -0/+11 |
| | |||||
* | 33659: use --dump-options to get most of the gpg options to complete | Oliver Kiddle | 2014-11-09 | 1 | -78/+48 |
| | |||||
* | 33648: _gpg completes for gpg2 as well | Barton E. Schaefer | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | 33526: fix completion path prefix handling when NO_CASE_GLOB is in effect | Barton E. Schaefer | 2014-10-24 | 1 | -1/+8 |
| | |||||
* | 33485: fix a missing ;; case terminator | Mikael Magnusson | 2014-10-24 | 1 | -0/+1 |
| | |||||
* | 33485: fixes for zstyle context handling | Oliver Kiddle | 2014-10-21 | 12 | -80/+88 |
| |