Nuri Jung

Results 40 comments of Nuri Jung

I guess this is the only "survivor" of such forks. Shouldn't this repository be the official successor of the upstream? The second-to-the-last updated fork is [biffsocko/pssh3](https://github.com/biffsocko/pssh3), which seems not to...

Any updates, please? This is one of the most wanted features for system admins.

Hello, thanks for responding. This is the output. ``` typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig- typeset -g ZSH_THEME_GIT_PROMPT_CLEAN=$'%{\C-[[34m%})' typeset -g ZSH_AUTOSUGGEST_COMPLETIONS_PTY_NAME=zsh_autosuggest_completion_pty typeset -g ZSH_HIGHLIGHT_VERSION=0.7.2-dev typeset -g ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8' typeset -g -a ZSH_AUTOSUGGEST_CLEAR_WIDGETS=( history-search-forward history-search-backward...

Well, when I type `setopt rcmatchpcre`, my terminal says `setopt: no such option: rcmatchpcre`. On the other hand, if you've meant `setopt rematchpcre`, the result is ``` update_terminal_cwd:12: failed to...

I created one: #747. Please review it, thanks.

Adding an environment variable could be an option (is this @danielshahaf's 'query'?). This also gives flexibility, for those who may not want to set the ```rematchpcre``` option globally, but want...

For a temporary workaround, I used clang for sanitizer builds.