aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Remove fallback of using globals when universal variables are broken in confi...Gravatar axel2006-12-01
* Use dircolors to set default colors for lsGravatar axel2006-12-01
* Fix bug in save_function scriptGravatar axel2006-12-01
* Fix bed indentation in a few placesGravatar axel2006-11-30
* Minor documentation, indentation tweaksGravatar axel2006-11-30
* Makefile tweakage - make sure build messages suggest using correct make versionGravatar axel2006-11-30
* Add --without-gettext switch to optionally disable gettext supportGravatar axel2006-11-30
* Fix bug in save_function that causes it to not create missing directory entri...Gravatar axel2006-11-30
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ...Gravatar axel2006-11-30
* Don't use GREP_OPTIONS in 'contains' function - this is a modified version of...Gravatar axel2006-11-26
* Make sure that non-exporeted variables can shadow exported ones. This problem...Gravatar axel2006-11-26
* Add missing rulers in faqGravatar axel2006-11-25
* Fix missing code snippet in faq. Thank you to Binny V A for reporting this bug.Gravatar axel2006-11-25
* Make completion descriptions on symlinks to directories have their own descri...Gravatar axel2006-11-23
* Fix bug where tab completions for implicit 'cd' would ignore symbolic links t...Gravatar axel2006-11-23
* Drop the old, unused fish manual pageGravatar axel2006-11-23
* Simplify documentation building - again.Gravatar axel2006-11-23
* Add completions for the wajig command. These where generated by the create_wa...Gravatar axel2006-11-21
* Touch up completions for builtin commandsGravatar axel2006-11-21
* Minor edits, whitespace fixes, etc.Gravatar axel2006-11-20
* Minor code edit - move a bit of code into its own functionGravatar axel2006-11-20
* Correctly handle multiple backslashes at end of line w.r.t. multiline handlingGravatar axel2006-11-20