aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | restyle postfork module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 37 to 20 (-46%). Line count from 670 to 566 (-15%). Another step in resolving issue #2902.
* | restyle path module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 30 to 21 (-30%). Line count from 597 to 481 (-19%). Another step in resolving issue #2902.
* | restyle parser module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 72 to 44 (-43%). Line count from 1698 to 1313 (-23%). Another step in resolving issue #2902.
* | restyle parse_util module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 187 to 91 (-51%). Line count from 1754 to 1477 (-16%). Another step in resolving issue #2902.
* | restyle parse_tree module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 163 to 52 (-68%). Line count from 2012 to 1904 (-5%). Another step in resolving issue #2902.
* | restyle parse_productions module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 33 to 9 (-73%). Line count from 551 to 534 (-3%). Another step in resolving issue #2902.
* | remove inadvertently added key_reader binaryGravatar Kurtis Rader2016-05-02
| |
* | restyle parse_execution module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 184 to 84 (-54%). Line count from 2139 to 1943 (-9%). Another step in resolving issue #2902.
* | restyle pager & lru module to match project styleGravatar Kurtis Rader2016-05-02
| | | | | | | | | | | | Reduces lint errors from 65 to 25 (-63%). Line count from 1439 to 1218 (-15%). Another step in resolving issue #2902.
* | restyle output module to match project styleGravatar Kurtis Rader2016-05-01
| | | | | | | | | | | | Reduces lint errors from 34 to 31 (-9%). Line count from 712 to 535 (-25%). Another step in resolving issue #2902.
* | restyle kill module to match project styleGravatar Kurtis Rader2016-05-01
| | | | | | | | | | | | Reduces lint errors from 10 to 9 (-10%). Line count from 242 to 175 (-28%). Another step in resolving issue #2902.
* | restyle iothread module to match project styleGravatar Kurtis Rader2016-05-01
| | | | | | | | | | | | Reduces lint errors from 41 to 26 (-37%). Line count from 444 to 423 (-5%). Another step in resolving issue #2902.
* | restyle io module to match project styleGravatar Kurtis Rader2016-05-01
| | | | | | | | | | | | Reduces lint errors from 15 to 10 (-33%). Line count from 637 to 489 (-23%). Another step in resolving issue #2902.
* | restyle intern module to match project styleGravatar Kurtis Rader2016-05-01
| | | | | | | | | | | | Reduces lint errors from 8 to 6 (-25%). Line count from 112 to 83 (-26%). Another step in resolving issue #2902.
* | restyle input_common module to match project styleGravatar Kurtis Rader2016-05-01
| | | | | | | | | | | | Reduces lint errors from 27 to 24 (-11%). Line count from 466 to 378 (-19%). Another step in resolving issue #2902.
* | Add missing color definitions to __fish_init_1_50_0 reset. (#2987)Gravatar Jorge Bucaran2016-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add missing color definitions to __fish_init_1_50_0 reset. The values where determined by inspecting the values of: * fish_color_end * fish_color_user * fish_color_host after resetting the color theme via fish_config. * Add documentation for fish_color_user and fish_color_host.
* | restyle input module to match project styleGravatar Kurtis Rader2016-04-30
| | | | | | | | | | | | Reduces lint errors from 69 to 48 (-30%). Line count from 1270 to 1044 (-18%). Another step in resolving issue #2902.
* | restyle highlight module to match project styleGravatar Kurtis Rader2016-04-30
| | | | | | | | | | | | Reduces lint errors from 176 to 69 (-61%). Line count from 1627 to 1426 (-12%). Another step in resolving issue #2902.
* | restyle function module to match project styleGravatar Kurtis Rader2016-04-30
| | | | | | | | | | | | Reduces lint errors from 39 to 27 (-31%). Line count from 619 to 498 (-20%). Another step in resolving issue #2902.
* | restyle fish modules to match project styleGravatar Kurtis Rader2016-04-30
| | | | | | | | | | | | Reduces lint errors from 60 to 60 (-0%). Line count from 5599 to 4925 (-12%). Another step in resolving issue #2902.
* | restyle fallback module to match project styleGravatar Kurtis Rader2016-04-30
| | | | | | | | | | | | | | | | | | | | Reduces lint errors from 36 to 33 (-8%). Line count from 1910 to 1476 (-23%). Another step in resolving issue #2902. This also fixes a stupid mistake from an earlier commit where I didn't realize that osx/config.h was meant to be included as a semi-static file in the repository.
* | Remove use of __environGravatar ridiculousfish2016-04-30
| | | | | | | | It has apparently never worked. Fixes #2988
| * don't use colors when writing the ^C indicatorGravatar Kurtis Rader2016-04-30
| | | | | | | | | | | | There was an extended discussion in https://github.com/fish-shell/fish-shell/issues/2904 about using a bright yellow background to make the cancelled command indicator, ^C, standout. The upshot was that standout (i.e., reversing fg/bg colors) mode should be used until themes are agumented with proper support for background colors and special characters. (cherry picked from commit a897ef002521a3991adc4342189f0e30a0d048b0)
* | don't use colors when writing the ^C indicatorGravatar Kurtis Rader2016-04-30
| | | | | | | | There was an extended discussion in https://github.com/fish-shell/fish-shell/issues/2904 about using a bright yellow background to make the cancelled command indicator, ^C, standout. The upshot was that standout (i.e., reversing fg/bg colors) mode should be used until themes are agumented with proper support for background colors and special characters.
* | Remove using_command from netctl completionsGravatar Fabian Homborg2016-04-30
| | | | | | | | | | | | This allows `; and netctl` to work. First step towards #2705.
| * Remove using_command from netctl completionsGravatar Fabian Homborg2016-04-30
| | | | | | | | | | | | This allows `; and netctl` to work. First step towards #2705.
| * git completion: Allow optional "+" for pushGravatar Fabian Homborg2016-04-30
| | | | | | | | | | | | | | | | | | | | This signifies a force-push. To avoid cluttering, only complete branches if a + is already given. Fixes #2879. (cherry picked from commit fde26d404956f843860f2bf5bb00dd3e1636632a)
| * Add repository/refspec completion to gitGravatar Fabian Homborg2016-04-30
| | | | | | | | | | | | | | | | | | A few commands (fetch, pull and push at least) take a "repository" (aka "remote") and then a "refspec" (we currently do branches here). Fixes #2525 (seems that man is still alive) (cherry picked from commit b32bf2261617d30019d25d04ce451a29e7297c14)
* | git completion: Allow optional "+" for pushGravatar Fabian Homborg2016-04-30
| | | | | | | | | | | | | | | | This signifies a force-push. To avoid cluttering, only complete branches if a + is already given. Fixes #2879.
* | Add repository/refspec completion to gitGravatar Fabian Homborg2016-04-30
| | | | | | | | | | | | | | A few commands (fetch, pull and push at least) take a "repository" (aka "remote") and then a "refspec" (we currently do branches here). Fixes #2525 (seems that man is still alive)
| * document new `fish_realpath` builtinGravatar Kurtis Rader2016-04-29
| |
| * provide a realpath implementationGravatar Kurtis Rader2016-04-29
| | | | | | | | | | | | | | | | | | Not all distros have a `realpath` command. Provide a function that uses the real command if available else use the fish builtin. Fixes #2932 (cherry picked from commit 6c329e8a839c1b5eeaf2e545b4f4084c3a8830f7)
| * fix bind unit testsGravatar Kurtis Rader2016-04-29
| | | | | | | | | | | | | | | | In my rush to get the fix for the wrong default Vi mode escape delay merged (commit 3e24ae80b3739ded7d4066349fc87d13f2b70727) I neglected to update the unit test. This change corrects that oversight. Cherry-picked from 5092904ea3a95c6ba78350c3b3761511f613fde8
| * clarify fish_vi_mode deprecation warningGravatar Kurtis Rader2016-04-29
| | | | | | | | | | | | | | | | | | Also, correct the Vi mode default escape timeout. I intended it to be 100 ms in my previous change but it ended up 10 ms which is far too short. A 10 ms delay will continue to cause problems for people running fish inside `screen`, `tmux`, or over high latency connections. Cherry-picked from 3e24ae80b3739ded7d4066349fc87d13f2b70727
* | Erase the autosuggestion in fish_cancel_commandline by clearing to EOLGravatar ridiculousfish2016-04-29
| |
* | Remove an errant newline in the fish_cancel_commandline outputGravatar ridiculousfish2016-04-29
| | | | | | | | | | Now the next line appears immediately after the cancelled line, without an intervening newline
* | Remove some unused macros from builtin_set_color.cppGravatar ridiculousfish2016-04-29
| |
* | Add some more files missing from Xcode compile stepGravatar ridiculousfish2016-04-29
| | | | | | | | | | Previously the .cpp files were #included by common.cpp Now they get compiled separately
| * Issue a \r in fish_title, except when executing it for the promptGravatar ridiculousfish2016-04-29
| | | | | | | | | | | | | | | | | | | | | | fish_title currently outputs some escaped text, which can confuse the line driver (#2453). Issue a carriage return so the line driver knows we are at the beginning of the line, unless we are writing the title as part of the prompt. In that case, we may have text from the previous command still on the line and we don't want to move the cursor. Fixes #2453
* | Issue a \r in fish_title, except when executing it for the promptGravatar ridiculousfish2016-04-29
| | | | | | | | | | | | | | | | | | | | | | fish_title currently outputs some escaped text, which can confuse the line driver (#2453). Issue a carriage return so the line driver knows we are at the beginning of the line, unless we are writing the title as part of the prompt. In that case, we may have text from the previous command still on the line and we don't want to move the cursor. Fixes #2453
* | Fix the Xcode buildGravatar ridiculousfish2016-04-29
| | | | | | | | Add missing files to link phase
| * git takes --help even when it needs a command (#2984)Gravatar Sanne Wouda2016-04-29
| | | | | | `git --help` is a valid command and fish should complete it as such
| * git completion: Only show unmerged branches for cherry-pickGravatar Fabian Homborg2016-04-29
| |
* | git takes --help even when it needs a command (#2984)Gravatar Sanne Wouda2016-04-29
| | | | | | `git --help` is a valid command and fish should complete it as such
* | fix bind unit testsGravatar Kurtis Rader2016-04-28
| | | | | | | | | | | | In my rush to get the fix for the wrong default Vi mode escape delay merged (commit 3e24ae80b3739ded7d4066349fc87d13f2b70727) I neglected to update the unit test. This change corrects that oversight.
* | clarify fish_vi_mode deprecation warningGravatar Kurtis Rader2016-04-28
| | | | | | | | | | | | | | Also, correct the Vi mode default escape timeout. I intended it to be 100 ms in my previous change but it ended up 10 ms which is far too short. A 10 ms delay will continue to cause problems for people running fish inside `screen`, `tmux`, or over high latency connections.
* | restyle expand module to match project styleGravatar Kurtis Rader2016-04-28
| | | | | | | | | | | | Reduces lint errors from 183 to 126 (-31%). Line count from 2231 to 1787 (-20%). Another step in resolving issue #2902.
* | restyle exec module to match project styleGravatar Kurtis Rader2016-04-28
| | | | | | | | | | | | Reduces lint errors from 121 to 59 (-51%). Line count from 1578 to 1290 (-18%). Another step in resolving issue #2902.
* | retyle event module to match project styleGravatar Kurtis Rader2016-04-28
| | | | | | | | | | | | Reduces lint errors from 39 to 30 (-23%). Line count from 915 to 670 (-27%). Another step in resolving issue #2902.
* | restyle env_universal module to match project styleGravatar Kurtis Rader2016-04-28
| | | | | | | | | | | | Reduces lint errors from 121 to 52 (-57%). Line count from 1916 to 1671 (-13%). Another step in resolving issue #2902.