aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merged in latest changes to docs and formatting tweaksGravatar Mark Griffiths2014-09-03
* Simplify stylingGravatar Mark Griffiths2014-09-03
* Removed dupes from gitignoreGravatar Mark Griffiths2014-09-03
* Added some clutterGravatar Mark Griffiths2014-09-03
* Documentation updateGravatar Mark Griffiths2014-09-03
* Fix test output for `complete -e` testsGravatar Kevin Ballard2014-09-02
* Add tests for the various `complete -e` changesGravatar Kevin Ballard2014-09-02
* Erase all completions with `complete -c foo -e`Gravatar Kevin Ballard2014-09-02
* Don't erase old-style options with `complete -l foo -e`Gravatar Kevin Ballard2014-09-02
* Don't erase all long opts with `complete -e`Gravatar Kevin Ballard2014-09-02
* Don't segfault when erasing short option completionsGravatar Kevin Ballard2014-09-02
* Fix F1 binding to work with multiple tokens.Gravatar Konrad Borowski2014-08-30
* Merge pull request #1655 from xakon/masterGravatar ridiculousfish2014-08-29
|\
| * Fix small typo in documentationGravatar Christos Kontas2014-08-30
|/
* Fix fish_vi_mode.fishGravatar Nikolai Aleksandrovich Pavlov2014-08-29
* Trim trailing newline on cmdsubst when IFS=''Gravatar Kevin Ballard2014-08-29
* Rework how screen size is trackedGravatar Kevin Ballard2014-08-29
* Fix `commandline` behavior in bind functionsGravatar Kevin Ballard2014-08-29
* Fix $SHLVLGravatar Kevin Ballard2014-08-29
* Add Fossil command completions.Gravatar Konrad Borowski2014-08-29
* Fix typo in German translationGravatar Philipp Klose2014-08-29
* Fix the assertion failure in expand_variables()Gravatar Kevin Ballard2014-08-28
* Make `commandline -P` actually workGravatar Kevin Ballard2014-08-24
* Clean up variable expansion, and properly handle embedded NULsGravatar ridiculousfish2014-08-24
* Don't suggest after | & or in commentsGravatar ridiculousfish2014-08-24
* Merge pull request #1630 from kballard/expand_variables_in_quoted_stringsGravatar ridiculousfish2014-08-23
|\
* | Fix the compilation under gcc 4.9.0.Gravatar Konrad Borowski2014-08-22
* | Comment on why we run 'false' in web_config.pyGravatar ridiculousfish2014-08-22
* | Show a non-zero status in the fish_config promptGravatar Kevin Ballard2014-08-22
* | Set up fish_{function,complete}_path properlyGravatar Kevin Ballard2014-08-22
* | Add a test for syntax highlighting pipesGravatar ridiculousfish2014-08-22
* | Highlight pipe characters correctlyGravatar Kevin Ballard2014-08-22
* | Make the `alias` built-in function work betterGravatar Kevin Ballard2014-08-22
* | Merge branch 'master' of github.com:fish-shell/fish-shellGravatar ridiculousfish2014-08-22
|\ \
| * | webconfig: fixes for token securityGravatar Andy Lutomirski2014-08-22
| * | webconfig: Use a constant-time token comparisonGravatar Andy Lutomirski2014-08-22
* | | Merge branch 'make_type_better' of github.com:kballard/fish-shell into kballa...Gravatar ridiculousfish2014-08-21
|\ \ \ | |/ / |/| |
* | | Clean up the IFS handling in command substitutionGravatar Kevin Ballard2014-08-21
* | | doc: Document how IFS affects command substitutionGravatar Kevin Ballard2014-08-21
* | | doc: Fix docs on $HOME/$USERGravatar Kevin Ballard2014-08-21
* | | doc: Fix links in "Further help and development"Gravatar Kevin Ballard2014-08-21
* | | set: Print an error when setting `umask` to a bad valueGravatar Kevin Ballard2014-08-21
| | * Fix error span for invalid slice indexesGravatar Kevin Ballard2014-08-21
| | * Color `"$foo[1"` as an errorGravatar Kevin Ballard2014-08-20
| | * Fix highlighting of `"foo\"bar"`Gravatar Kevin Ballard2014-08-20
| | * Highlight "$foo[1]" properlyGravatar Kevin Ballard2014-08-20
| | * Parse slices even for empty variablesGravatar Kevin Ballard2014-08-20
| | * Fix double expansions (`$$foo`)Gravatar Kevin Ballard2014-08-20
| |/ |/|
* | Make escape_string transform wildcard charactersGravatar ridiculousfish2014-08-16
* | Support for command wrapping ("aliases")Gravatar ridiculousfish2014-08-15