aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Fix missing man-page generation when building from darcs tree. Also simplifys...Gravatar axel2006-11-20
* Simplify Makefile by using a wildcard to specify help filesGravatar axel2006-11-20
* Add missing help text for the save_function functionGravatar axel2006-11-20
* Support bold and underlined characters in help outputGravatar axel2006-11-20
* Minor comment edits and removal of a warningGravatar axel2006-11-19
* Move the event handler for fish_color_cwd to init file, so it is not autounlo...Gravatar axel2006-11-19
* After processing a signal/event while waiting for commandline input, check th...Gravatar axel2006-11-19
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* Speed up history token searchGravatar axel2006-11-18
* Update todo listGravatar axel2006-11-18
* Add missing include in screen.cGravatar axel2006-11-18
* Tweak error messages in tokenizer a bitGravatar axel2006-11-18
* Add a bugreport function for writing out a message about how to file bug reportsGravatar axel2006-11-18
* Complete using known repos in darcsGravatar axel2006-11-16