aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add grunt completionGravatar Michishige Kaito2014-07-16
* Merge pull request #1559 from davidxia/add-vi-mode-docs-fixesGravatar ridiculousfish2014-07-15
|\
| * Fix minor syntax and capitalization mistakes in vi mode docsGravatar David Xia2014-07-15
|/
* Add docs for vi modeGravatar David Xia2014-07-15
* Fix documentation on variable scopes for `read`Gravatar Kevin Ballard2014-07-14
* Fix segfault in status builtinGravatar xzfc2014-07-14
* Makefile: just build key_reader with the same objs as fishGravatar David Adam2014-07-14
* Turn the 'mode' parameter of environment variables into an enumGravatar ridiculousfish2014-07-13
* Merge branch 'fix_set_scopes' of github.com:kballard/fish-shell into kballard...Gravatar ridiculousfish2014-07-13
|\
* | Fix for crash in kill-whole-lineGravatar ridiculousfish2014-07-13
| * Change how we separate toplevel and global scopesGravatar Kevin Ballard2014-07-13
| * set: Don't create empty var when erasing indexGravatar Kevin Ballard2014-07-12
| * Add an optional mode to env_get_string()Gravatar Kevin Ballard2014-07-12
| * set: Print an error when setting a special var in the wrong scopeGravatar Kevin Ballard2014-07-12
| * Mark COLUMNS/LINES as electric varsGravatar Kevin Ballard2014-07-12
| * set: Don't treat toplevel scope the same as globalGravatar Kevin Ballard2014-07-12
| * Rewrite env_exists() for better scope handlingGravatar Kevin Ballard2014-07-12
* | Don't sanity_lose if INTERNAL_BLOCK_NODEs have a null argvGravatar ridiculousfish2014-07-12
| * Don't allow readonly/electric values to come in through the envGravatar Kevin Ballard2014-07-12
| * Fix typo and tweak `set` docsGravatar Kevin Ballard2014-07-12
|/
* Teach while loops to not hang forever with no-executeGravatar ridiculousfish2014-07-11
* bind should not show -k for bindings that are escape sequences, not keysGravatar ridiculousfish2014-07-07
* Remove errant debug lineGravatar ridiculousfish2014-07-07
* Rename lock_t to mutex_lock_t to fix Solaris compilationGravatar ridiculousfish2014-07-07
* Fixes use-after-free issue.Gravatar Daniel J. Hofmann2014-07-06
* Switch variable name in tests from foo to something less likely to beGravatar ridiculousfish2014-07-06
* Must load universal variables earlier, and issue a barrier after erasingGravatar ridiculousfish2014-07-06
* Fix sense of test in parse_execution to issue a barrier if an externalGravatar ridiculousfish2014-07-06
* Add test for issue 1526Gravatar ridiculousfish2014-07-06
* Add dropbox completionGravatar Maxim Gonchar2014-07-06
* Hopeful fix for Cygwin build (#1530)Gravatar ridiculousfish2014-07-05
* Properly handle invalid arguments in builtinsGravatar Siteshwar Vashisht2014-07-02
* Added better build description closes #70Gravatar callesg2014-07-01
* env.cpp: allow all users to change $USER and $HOMEGravatar David Adam2014-06-28
* Also add forward/backward movement in insert modeGravatar Sascha2014-06-27
* Provide more useful insert mode mappingsGravatar Sascha2014-06-27
* Fix bug for systemd being installed but not PID 1Gravatar Cameron Norman2014-06-20
* Merge branch 'death_of_fishd'Gravatar ridiculousfish2014-06-18
|\
| * Remove env_universal.h and env_universal.cpp from projectGravatar ridiculousfish2014-06-18
* | docs: clarify fish_greeting function and variable in FAQGravatar David Adam2014-06-18
| * Universal variable callbacks should only be announced for changedGravatar ridiculousfish2014-06-16
| * Migrate global functions out of env_universal. Have env operate directlyGravatar ridiculousfish2014-06-15
| * Fix Linux build of env_universal_commonGravatar ridiculousfish2014-06-13
| * Teach env_universal_remove to directly report whether the variable wasGravatar ridiculousfish2014-06-13
* | Allow fast failure on Travis.Gravatar Konrad Borowski2014-06-11
| * Removed connection_t and associated functionsGravatar ridiculousfish2014-06-09
| * Remove connection_t usage from write_to_fdGravatar ridiculousfish2014-06-09
| * Removal of more fishd artifacts and headersGravatar ridiculousfish2014-06-09
* | Fixed code to parse bindings for webconfigGravatar Siteshwar Vashisht2014-06-08
* | Fix indentationGravatar ridiculousfish2014-06-07