Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39500: compdescribe: perform on-screen-width computation using the "nice" ↵ | Daniel Shahaf | 2016-10-16 | 1 | -9/+10 |
| | | | | | | | length, since the matches are rendered by nice*() functions by compadd Remove two "###" question comments relative to the patch posted, since the answer to them is (clearly) negative. | ||||
* | 39611: with _arguments sets completion stopped if one of the rest arguments ↵ | Oliver Kiddle | 2016-10-13 | 1 | -1/+2 |
| | | | | starts with a dash | ||||
* | 39545: Add some missing unqueue_signals(). | Peter Stephenson | 2016-10-03 | 1 | -0/+1 |
| | | | | All of these are added simply to fit existing logic in other branches. | ||||
* | 39412: Fix directory completion when $PWD:h contains parentheses, which are ↵ | Daniel Shahaf | 2016-09-23 | 1 | -1/+4 |
| | | | | interpreted as globbing metacharacters. | ||||
* | 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses. | Daniel Shahaf | 2016-09-11 | 1 | -3/+3 |
| | |||||
* | 39173: _arguments: Escape colons and backslashes in $opt_args unambiguously. | Daniel Shahaf | 2016-09-06 | 1 | -3/+9 |
| | |||||
* | 39026: pattern specified with _arguments' -A option shouldn't be checked ↵ | Oliver Kiddle | 2016-08-13 | 1 | -2/+4 |
| | | | | against words after the cursor | ||||
* | workers/38995 (in part): compfiles: Add reverse-engineered documentation ↵ | Daniel Shahaf | 2016-08-05 | 1 | -0/+15 |
| | | | | breadcrumbs. | ||||
* | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | 36974: fix some functions with empty argument lists | Peter Stephenson | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | 36911: '-optarg' should not match optspec '-opt=' | Jun-ichi Takimoto | 2015-10-25 | 1 | -2/+5 |
| | | | | | Remove the requirement that -xy= should come before -x= in the list of optspecs passed to _arguments. | ||||
* | 35692: cfp_matcher_range used wrong raw character | Peter Stephenson | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | 35127#1: Fix _describe/compdescribe problem with unsorted groups | Daniel Shahaf | 2015-05-23 | 1 | -3/+37 |
| | |||||
* | 34116: computil: Check for NULL before passing to strlen | Mikael Magnusson | 2015-01-06 | 1 | -1/+2 |
| | | | | | The rest of this function appears to be very careful about checking these, then forgets in this one spot. Found by Coverity (Issue 1255805). | ||||
* | 32600: in _arguments, "-" is not an option letter after another "-" | m0viefreak | 2014-05-08 | 1 | -3/+7 |
| | |||||
* | 31784: better line width calculation for completion listings | Barton E. Schaefer | 2013-10-03 | 1 | -25/+33 |
| | | | | | | | When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches. | ||||
* | 31781: "compdescribe -i" clears the completion list column padding width | Barton E. Schaefer | 2013-10-03 | 1 | -0/+1 |
| | |||||
* | 31737: same loop counter fix in get_cadef as get_cvdef. | Barton E. Schaefer | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | 31735: fix off-by-one in completion utility cache code. | Axel Beckert | 2013-09-19 | 1 | -1/+1 |
| | | | | Was causing crashes in complex completions, particularly with taskwarrior | ||||
* | Danek: 29254: fix some compiler warnings | Peter Stephenson | 2011-05-13 | 1 | -1/+0 |
| | |||||
* | 29165: use term.h globally if needed at all. | Peter Stephenson | 2011-05-09 | 1 | -13/+16 |
| | |||||
* | Fix compiler warning due to state.doff duplication. | Wayne Davison | 2011-04-15 | 1 | -1/+1 |
| | |||||
* | 28102: use lstat() when checking ignore-parents | Peter Stephenson | 2010-07-26 | 1 | -3/+12 |
| | |||||
* | users/14732: Test X:/ rather than X: in Cygwin | Peter Stephenson | 2010-01-22 | 1 | -9/+34 |
| | |||||
* | 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step | Bart Schaefer | 2009-11-21 | 1 | -0/+17 |
| | | | | | on sequentially earlier descriptions when completing for a word other than the last word on the command line. | ||||
* | 27218: don't unquote $line generated in comparguments for _arguments | Peter Stephenson | 2009-08-17 | 1 | -2/+16 |
| | |||||
* | 27211: handle Cygwin device files & drives specially in compfiles | Peter Stephenson | 2009-08-05 | 1 | -8/+66 |
| | |||||
* | 26047: convert lower levels of completion matching to use | Peter Stephenson | 2008-11-15 | 1 | -2/+2 |
| | | | | multibyte strings and wide characters | ||||
* | 25989: fix crash in matching | Peter Stephenson | 2008-11-02 | 1 | -36/+27 |
| | |||||
* | 25940: delay !multi memory allocation until after possibility to error out ↵ | Clint Adams | 2008-10-29 | 1 | -7/+7 |
| | | | | and return without freeing. | ||||
* | 25912: fix another metafication bug in completion | Peter Stephenson | 2008-10-18 | 1 | -19/+39 |
| | | | | and remove lies about matchers | ||||
* | 25897: remove small bit of dead code in cfp_opt_pats. | Clint Adams | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | 25737: remove dead code in ca_parse_line. | Clint Adams | 2008-09-23 | 1 | -3/+0 |
| | |||||
* | 25666: free memory allocated for an xor if the argument number is invalid. | Clint Adams | 2008-09-14 | 1 | -0/+2 |
| | |||||
* | 25138(? mailing list stuck): rewrite of completion matching. | Peter Stephenson | 2008-06-08 | 1 | -58/+235 |
| | | | | Will one day use multibyte/wide characters, doesn't yet. | ||||
* | users/12699: don't complete normal arguments where we're completing the | Peter Stephenson | 2008-03-07 | 1 | -4/+41 |
| | | | | required argument to an option in the word following the option | ||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -7/+7 |
| | |||||
* | 23670: rationalise some linked list functions | Peter Stephenson | 2007-06-27 | 1 | -16/+3 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -3/+25 |
| | |||||
* | 23363: fake-files now allows patterns | Peter Stephenson | 2007-05-01 | 1 | -2/+11 |
| | |||||
* | unposted; typo | Peter Stephenson | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | 22831: use CM_SPACE in compdescribe | Andrey Borzenkov | 2006-10-07 | 1 | -12/+5 |
| | |||||
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -4/+3 |
| | | | | plus completion bug fix with RCQUOTES | ||||
* | 22780: add _arguments/comparguments -n to set index of first non-option arg | Peter Stephenson | 2006-09-27 | 1 | -0/+15 |
| | |||||
* | 22761: fix compdescrie for multibyte characters | Andrey Borzenkov | 2006-09-23 | 1 | -57/+129 |
| | |||||
* | 22729: trunction in computil.c did't handle multibyte characters | Peter Stephenson | 2006-09-17 | 1 | -2/+16 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -63/+63 |
| | |||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | Replaced a flawed look-behind algorithm for backslash detection | Wayne Davison | 2006-02-13 | 1 | -8/+8 |
| | | | | | with one that looks forward (avoiding an accidental quoting of a char after a "\\" sequence). |