aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix bug in completion pager where non-ascii characters where escaped because ...Gravatar axel2007-01-03
* Add iconv completionsGravatar axel2006-12-27
* svn-delete-completion.dpatchGravatar Tassilo Horn2006-12-22
* Fix minor type in 'find' completionsGravatar axel2006-12-20
* Fix yet another place where the 'builtin' builtin was used in stead of 'command'Gravatar axel2006-12-15
* Make the directory history keyboard shortcuts repaint the screen. Otherwise, ...Gravatar axel2006-12-15
* Minor highlighting tweaks to make highlighter handle switches to 'command' an...Gravatar axel2006-12-14
* Do not add --help completions for builtins at init time. These completions ar...Gravatar axel2006-12-14
* Fix incorrect use of the 'builtin' builtin when the 'command' builtin was int...Gravatar axel2006-12-14
* Make tab completion of process expansion consider other processes than those ...Gravatar axel2006-12-14
* Make sure debug() never alters errno, so that it can safely be called between...Gravatar axel2006-12-14
* Minor correction to script for extracting translation stringsGravatar axel2006-12-14
* Make syntax highlighter flag invalid command types as subcommands for 'comma...Gravatar axel2006-12-14
* Only complelete valid command types as subcommands for 'command' or 'builtin'...Gravatar axel2006-12-14
* Make sure that a command is never executed as the subcommand of the 'builtin'...Gravatar axel2006-12-14
* Minor code tweaks. Move a few deeple nested pieces of code to their own funct...Gravatar axel2006-12-14
* Make the builtins 'and', 'or', 'not', 'exec', 'command' and 'builtin' respect...Gravatar axel2006-12-14
* Code cleanup: Use a macro constant instead fo a literal for builtin exit codesGravatar axel2006-12-14
* Update functions builtin so that default behaviour when not given any argumen...Gravatar axel2006-12-14
* Drop unneeded '--' when using set builtin in various placesGravatar axel2006-12-13
* Drop unneeded '--' when using set builtin in the trap functionGravatar axel2006-12-13
* Minor fix to help generation to avoid creating a stray doxygen file in share/manGravatar axel2006-12-13
* Use the math function instead of calling bc directly in various placesGravatar axel2006-12-13
* Extend documentation for the math functionGravatar axel2006-12-13
* Make sure the rm command and not a wrapper function that could change its beh...Gravatar axel2006-12-12
* Make sure cwd colors update when the variable changes. This is a common regre...Gravatar axel2006-12-12
* Update to the ':' patch by Nicholas Burlett. This patch makes sure that ':' s...Gravatar axel2006-12-12
* Fix broken example in the documentation for the begin builtinGravatar axel2006-12-11
* Add completions for flac, written by David BitseffGravatar axel2006-12-10
* Add completions for oggenc, written by David BitseffGravatar axel2006-12-09
* Minor documentation updateGravatar axel2006-12-09
* ruby-gems-completion.dpatchGravatar Tassilo Horn2006-12-09
* colon-command supportGravatar nickburlett2006-12-09
* Add dcop completions, written by David BitseffGravatar axel2006-12-09
* Fix off-by-one error making it impossible to edit the first element of an arr...Gravatar axel2006-12-08
* Bump version numberGravatar axel2006-12-08
* Update comlpetions for the help functionGravatar axel2006-12-06
* Make delete-or-exit work with multiline commandsGravatar axel2006-12-06
* Update user documentation - add section on internal completion functions, upd...Gravatar axel2006-12-06
* Add ant target completions, written by Nate DrakeGravatar axel2006-12-06
* Do not highlight parameters beginning with a '-' as switches if the '--' para...Gravatar axel2006-12-04
* Add completions for the env commandGravatar axel2006-12-04
* Add completions for the locate commandGravatar axel2006-12-04
* Add subcommand completion support to nice completionsGravatar axel2006-12-04
* Rename __fish_complete_directory to increase consistencyGravatar axel2006-12-03
* Flash commandline each time completion fails, not just the first oneGravatar axel2006-12-01
* Only flash commandline, not entire screen, when completion failsGravatar axel2006-12-01
* Add completions for the find commandGravatar axel2006-12-01
* Make keyboard shortcuts that execute a shellscript function (^D, for example)...Gravatar axel2006-12-02
* Improve kill completions on non-Debian systems (They where fine before on Deb...Gravatar axel2006-12-01