summaryrefslogtreecommitdiff
path: root/completions/perl
Commit message (Expand)AuthorAgeFilesLines
* Move Emacs indentation settings from every file to .dir-locals.el.Ville Skyttä2011-11-011-7/+1
* Load completions in separate files dynamically, get rid of have().Ville Skyttä2011-10-121-2/+0
* perldoc: Use perldoc itself instead of man.Ville Skyttä2011-05-081-1/+1
* perldoc: Don't parse man page when we know it'll produce no completions.Ville Skyttä2011-05-081-4/+7
* Get rid of $BASH_COMPLETION as wellDavid Paleino2011-05-021-2/+2
* Get rid of BASH_COMPLETION_DIR and BASH_COMPLETION_HELPERS_DIRDavid Paleino2011-05-021-2/+2
* Layout change: everything is now in /usr/share/bash-completion/, rather than ...David Paleino2011-05-021-2/+2
* Treat arguments starting with . or ~ as paths where that check is done.Ville Skyttä2011-04-241-1/+1
* Drop no longer needed _compopt_o_filenames().Ville Skyttä2011-04-211-1/+1
* Use _init_completion() in completions/p*.Ville Skyttä2011-04-201-9/+6
* Override MANPAGER when generating perldoc completions (RedHat: #689180).Scott Bronson2011-04-091-1/+1
* Use += to append to arrays and strings.Ville Skyttä2011-04-061-3/+3
* Abort completion file loading earlier if required commands are not available.Ville Skyttä2011-04-051-3/+2
* Coding style consistency tweaks.Ville Skyttä2011-04-041-2/+2
* Avoid some unnecessary command invocations.Ville Skyttä2011-03-211-1/+1
* Try harder to find the correct perl executable to run the perl helper with.Ville Skyttä2011-02-101-4/+11
* Add perl -d: completion.Ville Skyttä2010-11-191-0/+9
* Add perl -V completion.Ville Skyttä2010-11-191-0/+12
* Add perl -m-/-M- completion.Ville Skyttä2010-11-191-0/+3
* Add some perl option non-completions.Ville Skyttä2010-11-191-1/+3
* Invoke perl module completion with the perl executable being completed.Ville Skyttä2010-11-191-2/+2
* Simplify perldoc _filedir arg.Ville Skyttä2010-11-191-1/+1
* drop -o nospace option (fix #312831)Guillaume Rousse2010-11-161-1/+1
* Don't bother passing unused arg to _perlmodules().Ville Skyttä2010-11-161-2/+2
* Fix perl module colon completion trimming.Ville Skyttä2010-11-161-1/+1
* Switch back to a shell completion function for perl and perldocGuillaume Rousse2010-11-071-2/+91
* rename perldoc helper to perl, as it is now a generic perl completionGuillaume Rousse2010-11-071-48/+2
* Remove most "-o filenames" options to "complete".Ville Skyttä2010-11-011-1/+2
* Fix perldoc completions to run without invoking autotoolsFreddy Vulto2010-10-311-1/+1
* Fixes to completions for filenames containing tabs (RedHat: #629518).Ville Skyttä2010-10-041-1/+1
* rename 'contrib' directory to 'completions'Guillaume Rousse2010-09-121-0/+61