Support patterns containing spaces#22
Support patterns containing spaces#22elzibubble wants to merge 2 commits intosampson-chen:masterfrom
Conversation
|
Fixes issue #21 |
|
Apologies for neglecting pull requests for so long. I just merged several, and this one now has conflicts. Please update if you are interested in having it in, or I'll take a look at it hopefully sometime next week. |
|
Hey, how to see these merge conflicts and resolve them? Would be great if sack could search for patterns with spaces. |
|
After all, the pull request does not look to complicated. Should I reoffer it? |
|
Hi Konfekt, please feel free. I spent all of 20 seconds on it mind, it may On Tue, 19 Jan 2016 at 11:42 Konfekt notifications@github.com wrote:
|
|
Yeah, actually there's now #31 but it doesn't fix much. For the moment switched to https://raw.githubusercontent.com/majutsushi/etc/master/zsh/sack |
1 similar comment
|
Yeah, actually there's now #31 but it doesn't fix much. For the moment switched to https://raw.githubusercontent.com/majutsushi/etc/master/zsh/sack |
There's special support for "$@". If$@ => "a b c", then "$ @" => "a" "b" "c".