Age | Commit message (Expand) | Author | Files | Lines |
2000-05-10 | 11287: Naoki Wakamatsu: compinstall spaces to be tab | Peter Stephenson | 1 | -1/+1 |
2000-05-10 | update `%p' replacement in _files (11292) | Sven Wischnowsky | 1 | -1/+1 |
2000-05-10 | 11288: Reopen stdin on /dev/null to avoid confusing programs that don't | Bart Schaefer | 1 | -0/+1 |
2000-05-09 | give control over insertion of tab when no non-blank character before cursor;... | Sven Wischnowsky | 1 | -0/+6 |
2000-05-08 | 11194, 11200, 11214 | Peter Stephenson | 1 | -28/+65 |
2000-05-08 | make _expand call _complete when called from _expand_word; add ignore-line st... | Sven Wischnowsky | 2 | -3/+11 |
2000-05-08 | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 7 | -42/+112 |
2000-05-05 | make _message independent of when it is called (11188) | Sven Wischnowsky | 2 | -5/+5 |
2000-05-04 | 11157: Completion/Core/_requested: fail if _all_labels is failed. | Tanaka Akira | 1 | -1/+1 |
2000-05-04 | don't list when all matches look the same; force-list style to give users con... | Sven Wischnowsky | 1 | -0/+7 |
2000-05-03 | remove backslashes before `$' in _expand when `substitute' is unset; fix for ... | Sven Wischnowsky | 1 | -5/+8 |
2000-05-02 | 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate | Bart Schaefer | 1 | -1/+1 |
2000-05-02 | add -x option to compadd to display message unconditionally | Sven Wischnowsky | 1 | -11/+15 |
2000-05-02 | completion cleanup, mostly _wanted and $expl (11049) | Sven Wischnowsky | 1 | -4/+2 |
2000-05-02 | make completion-in-vared complete parameter values as default; cleanup for _p... | Sven Wischnowsky | 2 | -35/+56 |
2000-05-02 | completion doc fixes and cleanup; _sort_tags updated (11047) | Sven Wischnowsky | 1 | -19/+10 |
2000-05-01 | don't fail on nonexistent ~/.nedit file. | Bart Schaefer | 1 | -3/+4 |
2000-04-28 | 11013: more compinstall fixes | Peter Stephenson | 1 | -1/+4 |
2000-04-28 | 10999: compinstall fixes | Peter Stephenson | 1 | -2/+12 |
2000-04-27 | 10985: compinstall enhancements | Peter Stephenson | 1 | -18/+74 |
2000-04-27 | new _history completer (10979) | Sven Wischnowsky | 2 | -2/+38 |
2000-04-27 | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL... | Sven Wischnowsky | 1 | -12/+14 |
2000-04-26 | better default value for list-prompt style (10923) | Sven Wischnowsky | 1 | -1/+1 |
2000-04-26 | file-sort made $fignore fail (10922) | Sven Wischnowsky | 1 | -13/+13 |
2000-04-25 | re-calculate number of line with mark when needed; make default prompts more ... | Sven Wischnowsky | 1 | -2/+2 |
2000-04-25 | small fix for _requested to be able to use _all_labels from within it (10910) | Sven Wischnowsky | 2 | -3/+8 |
2000-04-25 | report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ... | Sven Wischnowsky | 1 | -3/+9 |
2000-04-25 | make _arguments use more than one action when appropriate; add _argument_sets... | Sven Wischnowsky | 1 | -1/+1 |
2000-04-20 | default values for styles in _expand_word, listing expansions with ^Xd, _expa... | Sven Wischnowsky | 1 | -7/+37 |
2000-04-20 | Add completion for file descriptors | Oliver Kiddle | 2 | -2/+25 |
2000-04-19 | default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var... | Sven Wischnowsky | 1 | -2/+3 |
2000-04-18 | fix completion after ~<num> (10812) | Sven Wischnowsky | 1 | -1/+8 |
2000-04-18 | handle list-prompt in compinstall | Peter Stephenson | 1 | -3/+23 |
2000-04-18 | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new... | Sven Wischnowsky | 1 | -0/+10 |
2000-04-17 | make _tags use C-code for braces in tag-order values; and misc. stuff (10775) | Sven Wischnowsky | 3 | -5/+4 |
2000-04-12 | allow brace expansion on patterns for file-patterns and tag-order (10695) | Sven Wischnowsky | 2 | -7/+11 |
2000-04-12 | keep _oldlist from using the dummy match inserted for warnings (10691) | Sven Wischnowsky | 2 | -3/+6 |
2000-04-11 | 10669: compinstall more flexible with input and output files | Peter Stephenson | 1 | -5/+50 |
2000-04-11 | make trailing blanks in file-patterns tags be removed (10650) | Sven Wischnowsky | 1 | -1/+1 |
2000-04-11 | make _oldlist ignore old list when _complete_help is used (10648) | Sven Wischnowsky | 1 | -2/+2 |
2000-04-11 | make _oldlist ignore list from _complete_help; _match runs for every match sp... | Sven Wischnowsky | 3 | -16/+22 |
2000-04-11 | _wanted now tests both tags and labels; change places where _wanted was calle... | Sven Wischnowsky | 5 | -62/+52 |
2000-04-10 | typo caused ignored-patterns to be ignored (10622) | Sven Wischnowsky | 1 | -1/+1 |
2000-04-10 | use special-dirs with _path_files -g (3019) | Sven Wischnowsky | 1 | -1/+2 |
2000-04-10 | 10602: Where'd that stray 2 come from? | Bart Schaefer | 1 | -1/+1 |
2000-04-09 | compinstall update; 3.1.6-dev-22 | Peter Stephenson | 1 | -37/+239 |
2000-04-07 | make sure caller-supplied explanation takes precedence (10579) | Sven Wischnowsky | 1 | -2/+3 |
2000-04-07 | missing initialisations, -W with multiple directories didn't wor (10571) | Sven Wischnowsky | 2 | -2/+4 |
2000-04-06 | tag in file-patterns optional, use `files' as default (10542) | Sven Wischnowsky | 1 | -9/+16 |
2000-04-05 | renaming some styles | Sven Wischnowsky | 1 | -2/+2 |