summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Collapse)AuthorFilesLines
2014-10-1333438: use the new way of splitting strings with a dynamic separatorOliver Kiddle1-11/+11
from 33423 and quote separators where needed
2014-10-0933403: be conservative about redirecting _call_program stderr, the caller ↵Barton E. Schaefer1-2/+2
may have already done so
2014-10-0233320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer1-2/+0
add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
2014-09-2333223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer1-2/+15
2014-09-1933205: keep array of completions and array of display strings in sync when ↵Barton E. Schaefer1-1/+1
filtering for matches
2014-09-0333088: indentation in $PS4Barton E. Schaefer1-0/+2
2014-08-3033069: remove internal quoting before lookup when expanding aliases in an ↵Barton E. Schaefer1-0/+2
unquoted word
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson5-49/+0
2014-08-1432997: new utility function for separated listsOliver Kiddle1-0/+39
2014-08-10unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 releasePeter Stephenson1-0/+1
2014-03-0332441: add completer for file extensionsOliver Kiddle1-0/+33
2014-03-0332439: add new show-ambiguity styleOliver Kiddle1-0/+8
2014-02-2632435: improved quoting for ignore-line completion styleJun T1-7/+9
2014-02-25users/18498: observe add-space style in _expand_alias so suffix can be disabledOliver Kiddle1-2/+3
2014-01-3032322: display a message when completion is interrupted from the keyboardBarton E. Schaefer1-0/+5
2013-12-2832186: fix bad backreference; handle glob patterns with backslashed quotesBarton E. Schaefer1-2/+2
2013-06-1031205: Do not display "(eval)" as a tag contextBarton E. Schaefer1-1/+1
2013-05-0431369: set locale for completion if locale command is not usablePeter Stephenson1-3/+10
2013-04-2931355: _comp_locale tries to sanitise locales but keep CTYPE;Peter Stephenson2-5/+34
use this for subversion completion.
2013-04-0731234: use an "always" block instead of "trap" to clean up various functionBart Schaefer1-34/+34
overrides
2013-03-1431151: Pavol Juhas: complete (C etc) tags betterPeter Stephenson1-0/+5
when file system is not case sensitive.
2012-12-16Missing .distfiles entriesPeter Stephenson1-1/+1
2012-11-07users/17382: complete URLs for vim and make _remote_files moreOliver Kiddle1-77/+0
consistent with _files
2012-09-03users/12713: returning REPLY to _user_expand sets description for expansionPeter Stephenson1-6/+7
2012-01-0530081: make _main_complete independent of IGNORE_CLOSE_BRACES optionPeter Stephenson1-3/+10
2011-12-1330012: add $state_descrBart Schaefer3-1/+5
2011-12-0929918: Completion: Add new _remote_files() helper and use it to reduce code ↵Simon Ruderich2-1/+78
duplication.
2011-10-1429820: _pick_variant -b to match builtinPeter Stephenson1-1/+7
2011-08-0329635: Improve _complete_debug syntax and handling of fd'sPeter Stephenson1-10/+16
2011-05-2729384: Add _comp_caller_optionsMikael Magnusson1-1/+1
2011-05-2429338: fix pattern in _main_complete for insert-tab.Mikael Magnusson1-1/+1
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2010-12-16Mikael: 28531: typosPeter Stephenson1-1/+1
2010-12-07unposted: remove users/15622 _pick_variant changePeter Stephenson1-1/+1
2010-12-06users/15621: compdef -p/-P <pat>=<service>Peter Stephenson2-1/+6
users/15622: use service with _pick_variant
2010-08-2228186: replace (...|...) pattern-match with a loop over the alternatives toBart Schaefer1-2/+7
avoid issues with pattern-quoting each alternative.
2010-04-2727911: no completion colouring with old lists when turned offPeter Stephenson1-2/+7
2010-03-15Mikael: 27797: delimit arguments to compadd in _expand_aliasPeter Stephenson1-1/+1
2009-08-2827233: improved _values handling of optional argumentsPeter Stephenson1-1/+1
mount -o loop= argument is optional
2009-07-30users/14267: files added by ignore-line should be quotedPeter Stephenson1-6/+7
2009-04-2126861 from Greg plus 26863: global parameters in _read_compPeter Stephenson1-1/+2
2009-04-18users/14033 as modified by users/14037 and added doc: allow colon quotingAndrey Borzenkov1-2/+2
in matches in _describe
2009-04-0126801: add completion for calendar functionPeter Stephenson1-0/+3
add tracking of precommand modifiers that are in effect
2009-03-2526783: new _user_expand completerPeter Stephenson2-3/+155
2009-03-1726746: tweak history modifier completionPeter Stephenson1-1/+3
2009-03-1626744: completion of history modifiers in normal command line argumentsPeter Stephenson1-0/+13
2009-02-2826609: _path_files: better (?) fix for globcomplete.Bart Schaefer1-1/+1
unposted: _pick_variant: explicit rather than implicit success return.
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson1-2/+0
Was causing memory corruption
2009-01-0926270: allow accept-and-menu-complete work with _vallues as wellAndrey Borzenkov1-0/+2
2008-11-1726053: handle --help output like "--[fetch]all"Peter Stephenson1-4/+13