Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate patch level using `git describe` | Aaron Schrab | 2013-04-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Generate the patch level using `git describe` rather than relying on the CVS $Revision$. Need to use the `--tags` option, since currently there are no annotated tags. The `--long` option should be used so that the output will always be in the 'tag-commits-hash' format rather than just naming a tag when that would fully describe the current commit. Since changes to the patchlevel could now be caused by changes to any file, force the rule to be called every time that `make` is run. Only update the file when there are actually changes to prevent unnecessary rebuilding of other build products (currently just `params.o` and `zsh`). | ||||
* | Jun. T: typo in vi-goto-mark | Peter Stephenson | 2013-04-02 | 2 | -2/+7 |
| | |||||
* | 31182: _awk: Allow sticked arguments | Mikael Magnusson | 2013-03-29 | 2 | -4/+8 |
| | |||||
* | Han Pingtian: 31167 (with tweak): limit use of colons for recognising | Peter Stephenson | 2013-03-20 | 2 | -2/+8 |
| | | | | remote path in ssh completion | ||||
* | 31158: following a wildcard with a repetition produces a bad pattern error | Bart Schaefer | 2013-03-19 | 2 | -3/+13 |
| | |||||
* | improved math context completion: functions | Peter Stephenson | 2013-03-17 | 7 | -3/+31 |
| | |||||
* | 31155: minor extra zcalc features and documentation | Peter Stephenson | 2013-03-17 | 3 | -6/+24 |
| | |||||
* | 31154: make zcalc understand continuation lines with a backslash | Peter Stephenson | 2013-03-15 | 3 | -3/+23 |
| | |||||
* | 31151: Pavol Juhas: complete (C etc) tags better | Peter Stephenson | 2013-03-14 | 2 | -1/+11 |
| | | | | when file system is not case sensitive. | ||||
* | 31140: avoid crash when hitting recursion limit | Mikael Magnusson | 2013-03-13 | 2 | -2/+8 |
| | |||||
* | unposted: adjust another mention of psvar | Mikael Magnusson | 2013-03-13 | 2 | -2/+7 |
| | |||||
* | based on 31144 etc.: all entries of psvar can now be shown in prompts | Peter Stephenson | 2013-03-13 | 2 | -2/+7 |
| | |||||
* | 31141: Tighten NO_CLOBBER restrictions on {fd} syntax | Peter Stephenson | 2013-03-10 | 3 | -2/+26 |
| | | | | to apply only if $fd is exactly an fd and nothing else. | ||||
* | 31136: vcs_info: just set parameters instead of passing over a pipe | Mikael Magnusson | 2013-03-10 | 2 | -13/+13 |
| | |||||
* | 30639: Add support for showing the current action is cherry-pick to vcs_info ↵ | Mikael Magnusson | 2013-03-10 | 2 | -1/+16 |
| | | | | git backend | ||||
* | 30490: _java: -keystore takes a file argument, so complete files | Mikael Magnusson | 2013-03-10 | 2 | -13/+16 |
| | |||||
* | 30496: Parse argument to %F and %K as prompt sequences | Mikael Magnusson | 2013-03-10 | 2 | -15/+36 |
| | |||||
* | users/17666: zcalc -f sets FORCE_FLOAT | Peter Stephenson | 2013-03-05 | 3 | -2/+12 |
| | |||||
* | users/17665: add FORCE_FLOAT option | Peter Stephenson | 2013-03-05 | 6 | -1/+53 |
| | |||||
* | 31077: update for new options in GNU sort | Oliver Kiddle | 2013-02-27 | 2 | -29/+38 |
| | |||||
* | c.f. 31071: remove duplicate _osc and rename _ps to avoid name clash | Oliver Kiddle | 2013-02-27 | 4 | -167/+24 |
| | |||||
* | 31061: "functions" completion takes account of options already | Peter Stephenson | 2013-02-22 | 2 | -4/+28 |
| | | | | on the command line | ||||
* | 31061: "functions" completion takes account of options already | Peter Stephenson | 2013-02-22 | 1 | -1/+4 |
| | | | | on the command line | ||||
* | 31060:"+" before a flag for "functions" or | Peter Stephenson | 2013-02-22 | 2 | -5/+15 |
| | | | | "autoload" should suppress display of function body. | ||||
* | 31058: add completion of options from newer versions of some commands | Oliver Kiddle | 2013-02-21 | 6 | -65/+88 |
| | |||||
* | 31055: missing $ in compaudit search of /proc file system | Peter Stephenson | 2013-02-19 | 2 | -2/+7 |
| | |||||
* | unposted: Insert a blank line before vindex() to properly format the | Bart Schaefer | 2013-02-13 | 1 | -0/+1 |
| | | | | paragraph that follows it. | ||||
* | 31041: add support for testing line editor widgets from the test suite | Oliver Kiddle | 2013-02-12 | 3 | -6/+52 |
| | |||||
* | remove duplication in git guidelines | Oliver Kiddle | 2013-02-12 | 2 | -86/+73 |
| | |||||
* | Morita Sho: 31038: add location of terminfo entries on Debian | Oliver Kiddle | 2013-02-09 | 2 | -2/+5 |
| | |||||
* | 31037: return to previous position with vi-goto-mark using `` or '' | Oliver Kiddle | 2013-02-09 | 2 | -5/+18 |
| | |||||
* | Wieland Hoffmann: 31030: improve mplayer completion label | Peter Stephenson | 2013-02-07 | 2 | -2/+5 |
| | |||||
* | Wieland Hoffmann: 31029: correct directory in README | Peter Stephenson | 2013-02-07 | 2 | -2/+4 |
| | |||||
* | Han Pingtian: 31027: remove the -g's from globs in file completion | Peter Stephenson | 2013-02-07 | 2 | -2/+7 |
| | |||||
* | Eric P Mangold: 31016: updated twisted completion using internally | Peter Stephenson | 2013-02-03 | 2 | -82/+35 |
| | | | | generated function | ||||
* | 31015: compaudit fix to allow executable owner to own completion files | Peter Stephenson | 2013-02-01 | 2 | -11/+43 |
| | |||||
* | Fix _prove completer commit (was html) | Mikael Magnusson | 2013-02-01 | 2 | -835/+56 |
| | |||||
* | Jesper Nygårds: 31012: gradle completion update | Peter Stephenson | 2013-01-29 | 2 | -6/+15 |
| | |||||
* | Dmitry Roshchin: 31008: updates for openSUSE completions | Peter Stephenson | 2013-01-29 | 3 | -6/+10 |
| | |||||
* | 31000: fix typo in example | Bart Schaefer | 2013-01-26 | 2 | -2/+6 |
| | |||||
* | users/17608: use function to modify currrent command line argument | Peter Stephenson | 2013-01-24 | 3 | -17/+51 |
| | |||||
* | 30993: fix parameter modifier crash with :wq on empty string | Peter Stephenson | 2013-01-22 | 3 | -2/+23 |
| | |||||
* | 30987: only call xrandr when necessary and use _call_program | Oliver Kiddle | 2013-01-21 | 2 | -23/+34 |
| | |||||
* | 30960: Alexey Bezhan: compatibility issue with django completion | Peter Stephenson | 2013-01-14 | 2 | -2/+7 |
| | |||||
* | 30958: Jeremy Mates: new prove completion | Peter Stephenson | 2013-01-10 | 3 | -1/+841 |
| | |||||
* | unposted: tweak 30949 to fix buffer pointer | Bart Schaefer | 2013-01-08 | 2 | -3/+7 |
| | |||||
* | 30949: restore "read -q" behavior lost by 27188 | Bart Schaefer | 2013-01-06 | 2 | -1/+8 |
| | |||||
* | 30946: Robert Kovacsics: use xrandr command to generate completions | Peter Stephenson | 2013-01-05 | 2 | -3/+8 |
| | |||||
* | 340941: bashcompinit: scalars giving bash completion status should be exported | Peter Stephenson | 2013-01-04 | 2 | -3/+8 |
| | |||||
* | users/17524: misc. parameter flag clarifications | Bart Schaefer | 2013-01-03 | 2 | -13/+24 |
| |