-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
history-substring-search should use zstyle #52
Comments
Umh, can we at least have a way to set the colors from If you set |
I guess it would be easy to add a few zstyles to set the colors on |
I think you should set it in |
That's why I'm asking to add a zstyle to set the colors, to keep it |
@neeee Yeah, but everything that is loaded in prezto should be configurable in |
I would leave it alone since syntax highlighting is so buggy. |
It's included as module, it's two lines of code to do the setting from the zstyle. It works perfectly here except for this configuration issue, what's the point of including it if you don't even make it configurable properly? You keep forgetting this is a community project and not your little personal configuration thing and should be a bit more open minded about it. If this is not supposed to be a community project just say it clearly so I can get out of here and do something myself. |
Are you still on medication? Your attitude still sucks. Community does not mean that you scream and whine at me until a change is done in your favour. It means that you do it yourself. So, open a pull request. Then, I'll have a look at it. |
Sure. You should too, your attitude sucks as well.
There's a difference between saying "you can do it" and "leave it And the former surely isn't what you said. I asked to have it done because it's two lines that are easier for you Thought skipping the pointless steps would be better for two lines. |
I could easily follow the following protocol: If the pull requester can't be bothered to read the contribution rules, and the source code to get a feel for the style, I can't be bothered to read the pull request. I could just close pull requests that don't conform to the project. Instead, I give people an opportunity to fix them. If you want an everything goes crap fest, use Oh My Zsh. Yet, you don't. You can't have it both ways. So open your pull request, or forever hold your silence. |
Is something like a833a9a what you wanted? |
Merge remote-tracking branch 'upstream/master' * upstream/master: [Fix sorin-ionescu#419] Rewrite module gpg-agent; rename it to gpg [Fix sorin-ionescu#52] Add zstyles to configure history-substring-search [sorin-ionescu#52] Add zstyles to configure syntax-highlighting Set WORDCHARS in the editor module [Fix sorin-ionescu#422] Revert "Remove no longer necessary key bindings" Update external history-substring-search Sort Git conflict aliases [Fix sorin-ionescu#403] Display accented characters properly Correct typos in git module README Wrap errant long line in git module README Fix misspellings of the word bellow in READMEs Remove no longer necessary key bindings Update external history-substring-search Update external syntax-highlighting Update external completions [Fix sorin-ionescu#399] Only enable the main syntax highlighter Use the builtin $signals array
… HEAD * 'master' of https://github.com/sorin-ionescu/prezto: (35 commits) Make gpg-agent and ssh-agent work with each other [Fix sorin-ionescu#425] Rewrite module ssh-agent; rename it to ssh [Fix sorin-ionescu#103] Add documentation for editor Remove the git-info SIGINT message [Fix sorin-ionescu#307] Do not auto-off git-info Remove ununsed variable Clarify Git listing aliases descriptions Swap aliases gsd and gsL Rename alias gRc to gRp [Fix sorin-ionescu#221] Add a simple git-info [sorin-ionescu#221] Do not format undefined zstyles Initialize ahead and behind local variables Add rar command to archive module Refactor Emacs module Load completion for Carton Correct syntax error in variable assignment Ensure that the tmux server is started [Fix sorin-ionescu#426] Correct syntax error in variable assignment [Fix sorin-ionescu#419] Rewrite module gpg-agent; rename it to gpg [Fix sorin-ionescu#52] Add zstyles to configure history-substring-search ...
Fix by derekjw. closes sorin-ionescu#52.
Fix by derekjw. closes sorin-ionescu#52.
Since history-substring-search has diverged a little bit from upstream, we might as well convert it fully.
The text was updated successfully, but these errors were encountered: