aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Even dirtier *aw/*iwGravatar Maxim Gonchar2014-01-16
* Add dirty bindings for *iw, *awGravatar Maxim Gonchar2014-01-16
* Remove unused #definesGravatar Julian Aron Prenner2014-01-15
* Pull from upstreamGravatar Julian Aron Prenner2014-01-15
* Merge remote-tracking branch 'upstream/master' into bind_modeGravatar Julian Aron Prenner2014-01-15
|\
* | Add experimental support for selection and visual modeGravatar Julian Aron Prenner2014-01-15
* | Replace builtin 'bind_mode' with variable $fish_bind_modeGravatar Julian Aron Prenner2014-01-15
* | Merge branch 'bind_mode' of github.com:furunkel/fish-shell into bind_modeGravatar Julian Aron Prenner2014-01-15
|\ \
* | | Rename 'new-mode' to 'sets-mode', prepare for selection support.Gravatar Julian Aron Prenner2014-01-15
| * | Merge pull request #2 from maxfl/bind_modeGravatar furunkel2014-01-15
| |\ \
| | | * Make RESOLVE(statement) correctly handle any keyword. Fixes #1242.Gravatar ridiculousfish2014-01-15
| | | * Update style and formatting to conform to fish style guide.Gravatar ridiculousfish2014-01-15
| | | * Change highlight colors from a bitmask into a combination enum / bitmaskGravatar ridiculousfish2014-01-15
| | | * Fix for indentation test failuresGravatar ridiculousfish2014-01-15
| | * | Add optional options to fish_default_key_bindingsGravatar Maxim Gonchar2014-01-15
| |/ /
| * | Merge pull request #1 from maxfl/bind_modeGravatar furunkel2014-01-14
|/| |
| | * Fix for extra space when tab completing directories. Fixes #1241Gravatar ridiculousfish2014-01-14
| * | Update vi bindings:Gravatar Maxim Gonchar2014-01-15
|/ /
* | Make Ctrl+C exit insert mode, add some more backspace binds.Gravatar Julian Aron Prenner2014-01-14
| * Fix for issue where 'function' would not define a function if theGravatar ridiculousfish2014-01-14
| * Fix for issue in new parser where no error would be reported if the veryGravatar ridiculousfish2014-01-14
| * Fix for issue where unterminated quotes would attempt to be executed,Gravatar ridiculousfish2014-01-14
| * Rename __fish_complete_usb function.Gravatar Konrad Borowski2014-01-14
| * Merge of "ast" branch, providing fish with a unified parser, used for executi...Gravatar ridiculousfish2014-01-13
| |\
| | * Correctly report errors for 'and' and 'or' in pipelines with new parserGravatar ridiculousfish2014-01-13
| | * Improve the 'This command can not be used in a pipeline' message toGravatar ridiculousfish2014-01-13
| * | 新文件: share/completions/lsusb.fishGravatar leafonsword2014-01-13
| * | Fix __fish_print_packages for rpmGravatar Max Gonzih2014-01-13
| | * Further cleanup and improvements to error messagesGravatar ridiculousfish2014-01-13
| | * Added tests for piping an fd other than stdoutGravatar ridiculousfish2014-01-13
| | * Support for special && and || error messages in new parserGravatar ridiculousfish2014-01-13
| | * Rename highlight_shell_magic to highlight_shell_new_parserGravatar ridiculousfish2014-01-13
| | * Turn off new parser for execution by default in preparation for mergeGravatar ridiculousfish2014-01-13
| | * Include missing algorithm header in parse_execution.cppGravatar ridiculousfish2014-01-12
| | * Eliminate class parse_tGravatar ridiculousfish2014-01-12
| | * Improvements to error messages with new parser. In particular, "nakedGravatar ridiculousfish2014-01-12
| | * Additional miscellaneous fixes based on cppcheck static analysisGravatar ridiculousfish2014-01-12
| | * Fix for issue where we compute a default USER variable, but never setGravatar ridiculousfish2014-01-12
| | * Miscellaneous minor fixes based on cppcheck static analyzerGravatar ridiculousfish2014-01-12
| * | Fixes issue #1234. Fish now parses system wide ssh configuration file in addi...Gravatar Alexander I.Grafov2014-01-12
| | * Remove some unused definesGravatar ridiculousfish2014-01-12
| * | Partially fix #1224.Gravatar Konrad Borowski2014-01-10
| | * Improvements to error reporting. In particular, we now append a newlineGravatar ridiculousfish2014-01-08
| | * Rename builtin parse to __fish_parseGravatar ridiculousfish2014-01-08
| | * Merge branch 'master' into astGravatar ridiculousfish2014-01-08
| | |\ | | |/ | |/|
| * | Clean up and reduce memory allocations in string escapingGravatar ridiculousfish2014-01-08
| * | fix two minor typos in tutorialGravatar Сергей Романов2014-01-08
| * | Add Alt+. as a default binding for history-token-search-backwardGravatar David Adam2014-01-08
| | * Miscellaneous optimizations to reduce string copyingGravatar ridiculousfish2014-01-07
| | * Support for "simple block" optimization, where we can run blocksGravatar ridiculousfish2014-01-07