Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing mod_export | Peter Stephenson | 2012-12-16 | 2 | -2/+4 |
| | |||||
* | unposted: update for 5.0.0-test-1 | Peter Stephenson | 2012-12-16 | 4 | -15/+12 |
| | |||||
* | unposted: update for 5.0.0-test-1 | Peter Stephenson | 2012-12-16 | 1 | -1/+5 |
| | |||||
* | 30876: fix obscure failures to propagate non-zero status | Peter Stephenson | 2012-12-13 | 5 | -7/+24 |
| | | | | from optimised simple commands within lists | ||||
* | users/17445: fix handling of leading zeroes in floating point | Bart Schaefer | 2012-12-08 | 3 | -3/+19 |
| | |||||
* | 30811: new completion for btrfs and complete btrfs and ext4 mount options | Oliver Kiddle | 2012-11-20 | 4 | -53/+253 |
| | | | | and new linux mount flags | ||||
* | 30803: Vin Shelton: missing menu entry in grammar.yo | Peter Stephenson | 2012-11-18 | 2 | -1/+6 |
| | |||||
* | users/17042: don't stomp the environment in "jobs -Z" unless we've first | Bart Schaefer | 2012-11-18 | 2 | -1/+8 |
| | | | | copied it to new memory. | ||||
* | 30802: add new command switches | Oliver Kiddle | 2012-11-16 | 2 | -9/+27 |
| | |||||
* | 30801: fix font completion for newer fontconfig & update urxvt completion | Oliver Kiddle | 2012-11-16 | 2 | -26/+59 |
| | |||||
* | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 2012-11-15 | 8 | -12/+90 |
| | | | | | New behaviour is for scripts to exit on error instead of returning to top level and executing the next command. | ||||
* | Michal Halenka: 30800: fix arpping option | Peter Stephenson | 2012-11-15 | 2 | -2/+7 |
| | |||||
* | 30795: new xz completion and comple --fast and --best for bzip2 | Oliver Kiddle | 2012-11-12 | 4 | -33/+113 |
| | |||||
* | 30794: update completions for new options | Oliver Kiddle | 2012-11-12 | 3 | -4/+14 |
| | |||||
* | 30793: account for eglibc in _pick_variant patterns | Oliver Kiddle | 2012-11-11 | 4 | -6/+13 |
| | |||||
* | 30786: do not enter interactive history editing or command execution if | Bart Schaefer | 2012-11-08 | 2 | -1/+12 |
| | | | | "fc" is called from a ZLE widget. | ||||
* | 30783: We don't want leading "="s to be active when | Peter Stephenson | 2012-11-08 | 2 | -40/+46 |
| | | | | | tokenising strings that aren't going to be treated as command line arguments | ||||
* | 30780: document that set -o failures are hard but setopt failures are soft | Peter Stephenson | 2012-11-08 | 2 | -1/+11 |
| | |||||
* | Benjamin R. Haskell: 30737: make custom completions for git aliases easier | Oliver Kiddle | 2012-11-07 | 2 | -2/+5 |
| | |||||
* | users/17382: complete URLs for vim and make _remote_files more | Oliver Kiddle | 2012-11-07 | 5 | -23/+50 |
| | | | | consistent with _files | ||||
* | 30735: array substitutions aren't simple: | Peter Stephenson | 2012-10-25 | 2 | -1/+11 |
| | | | | prevent crash on process substitution therein | ||||
* | Roman Kaminski: 30738: bzr send command | Peter Stephenson | 2012-10-19 | 2 | -1/+8 |
| | |||||
* | Greg Bouzakis: 30741: add suspend command to systemd completion | Peter Stephenson | 2012-10-19 | 2 | -1/+5 |
| | |||||
* | unposted: further parameter splitting clarifications | Peter Stephenson | 2012-10-19 | 2 | -3/+9 |
| | |||||
* | 30740: add example of process substitution using anonymous function | Peter Stephenson | 2012-10-18 | 2 | -1/+22 |
| | |||||
* | c.f. users/17330: fix reference to splitting rule in parameter expn rules | Peter Stephenson | 2012-10-18 | 2 | -2/+7 |
| | |||||
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 12 | -41/+287 |
| | |||||
* | 30724: shell code optimisd to use execsimple() doesn't have a valid thisjob | Peter Stephenson | 2012-10-11 | 3 | -5/+37 |
| | |||||
* | users/17318: only increment the undo variable return value for the | Peter Stephenson | 2012-10-09 | 2 | -1/+15 |
| | | | | first request in a row | ||||
* | users/17314: ensure an undo change number | Peter Stephenson | 2012-10-09 | 2 | -11/+22 |
| | | | | | uniquely specifies a point in editing history by incrementing the value returned by the variable. | ||||
* | fix trivial typo with "functions +T" | Peter Stephenson | 2012-10-09 | 2 | -2/+6 |
| | |||||
* | typo | Peter Stephenson | 2012-10-07 | 1 | -2/+2 |
| | |||||
* | 30722: fix some cases where emulations or options were not propagated properly | Peter Stephenson | 2012-10-07 | 7 | -67/+145 |
| | | | | from the emulate command | ||||
* | 30718: emulate command evaluations should apply sticky emulation | Peter Stephenson | 2012-10-07 | 5 | -10/+75 |
| | | | | to autoloads, too | ||||
* | add evince, zathura, dwb to command lists of basic completions | Oliver Kiddle | 2012-10-07 | 3 | -3/+6 |
| | |||||
* | complete files and -t and -f options for xclip | Oliver Kiddle | 2012-10-07 | 2 | -12/+19 |
| | |||||
* | 30716: make IGNORECLOSEBRACES an emulation option | Peter Stephenson | 2012-10-05 | 2 | -2/+5 |
| | |||||
* | 30715: use enum lextok for variables containing lexical tokens | Peter Stephenson | 2012-10-05 | 7 | -48/+67 |
| | |||||
* | additional split change fixes | Peter Stephenson | 2012-10-05 | 1 | -2/+5 |
| | |||||
* | users/17305: fix doc of ordering of word splitting | Peter Stephenson | 2012-10-03 | 2 | -31/+41 |
| | | | | improve (z) and (Z) doc | ||||
* | users/17310: we can't treat < after [ as a normal character. | Peter Stephenson | 2012-10-03 | 5 | -24/+17 |
| | | | | Document problem and test for case that needs to work. | ||||
* | users/17304: angle brackets aren't associated with special parsing | Peter Stephenson | 2012-10-02 | 3 | -3/+28 |
| | | | | inside square brackets | ||||
* | Aaron Schrab: 30712: .editorconfig: multi-editor specification of | Peter Stephenson | 2012-09-30 | 3 | -2/+14 |
| | | | | editing formats. | ||||
* | Aaron Schrab: 30711: improved _bind_addresses completionfor IPv6. | Peter Stephenson | 2012-09-30 | 2 | -2/+5 |
| | |||||
* | Aaron Schrab: 30710: perldoc completion updates | Peter Stephenson | 2012-09-30 | 2 | -4/+17 |
| | |||||
* | Baptiste Daroussin: 30703: VCS_INFO_detect_fossil: Fix fossil detection on unix | Frank Terbeck | 2012-09-28 | 2 | -2/+6 |
| | |||||
* | Seth House: 30701: Misc/vcs_info-examples: Added an hg hook example to ↵ | Frank Terbeck | 2012-09-28 | 2 | -19/+19 |
| | | | | restore the 40-char hash | ||||
* | Seth House: 30702: contrib.yo, VCS_INFO_get_data_hg: Removed --debug flag ↵ | Frank Terbeck | 2012-09-28 | 3 | -6/+18 |
| | | | | from the hg vcs_info backend | ||||
* | 30697: new completion definition for dbus-send and dbus-monitor | Oliver Kiddle | 2012-09-27 | 2 | -1/+92 |
| | |||||
* | 30692: allow autoload +X -m to work | Peter Stephenson | 2012-09-21 | 4 | -5/+14 |
| | | | | change to _path_files to make it load in that fashion |