Daniel Shahaf

Results 356 comments of Daniel Shahaf

Triage: Trivial to implement (see https://github.com/okapia/zsh-viexchange/blob/339dc2d8c4d8a164c7b441d0c1e6442b0b38b3d0/zsh-viexchange.plugin.zsh#L1-L4), will help with #688 (resilience to user's setopts) and #635/#734 (loading performance): milestone 0.8.0 optimistically, but may defer this to 0.9.0 after all (e.g.,...

> milestone 0.8.0 optimistically, but may defer this to 0.9.0 after all (e.g., if this turns out to have to be merged after redrawhook). It _would_ be useful to merge...

Looking at the copyright notices: - https://github.com/zdharma/fast-syntax-highlighting/blob/303eeee81859094385605f7c978801748d71056c/LICENSE#L1-L2 - https://github.com/zdharma/fast-syntax-highlighting/blob/303eeee81859094385605f7c978801748d71056c/fast-syntax-highlighting.plugin.zsh#L1-L26 - https://github.com/zdharma/fast-syntax-highlighting/blob/303eeee81859094385605f7c978801748d71056c/themes/q-jmnemonic.ini#L5-L7 - https://github.com/zdharma/fast-syntax-highlighting/blob/303eeee81859094385605f7c978801748d71056c/themes/default.ini - https://github.com/zdharma/fast-syntax-highlighting/blob/303eeee81859094385605f7c978801748d71056c/:chroma/-autoload.ch#L2 - https://github.com/zdharma/fast-syntax-highlighting/blob/303eeee81859094385605f7c978801748d71056c/:chroma/-subversion.ch#L2-L29 It's not clear to me under what license https://github.com/zdharma/fast-syntax-highlighting is under. @psprint Would...

Pinged again by email: ``` From: Daniel Shahaf To: Sebastian Gniazdowski Cc: Matthew Martin Subject: Fw: [zsh-users/zsh-syntax-highlighting] zdharma performance optimizations (#434) Date: Sun, 29 Mar 2020 22:31:44 +0000 Message-ID: ```

For clarity: under copyright law, code may not be reused unless its author (as copyright holder) specifies otherwise. (It makes no difference that the code in question is public and...

Folks — if there are particular features you'd like to propose to be cherry-picked, please file a new bug report for each such feature. (In order to avoid duplicates, please...

The "HSMW" prefix in the names of some variables, early in the history of `fast-highlight` in https://github.com/zdharma/fast-syntax-highlighting, refers to https://github.com/zdharma/history-search-multi-word.

The test harness' callsite should be updated too — either to use this construct, or to test invocation with unusual options (e.g., KSH_ARRAYS) in effect.

How can we set "sticky" emulation for all our functions?