Dani Dickstein

Results 42 comments of Dani Dickstein
trafficstars

No, but building nightly can't be a requirement for filing bug reports.

Tested on the nightly appimage - v0.9.0-dev-867+gf9826e1df - problem is still present.

> That issue was wrong, see my comments. nvim_win_set_option sets the non-local option so is replaceable with nvim_set_option_value without scope being provided. scope is needed to match the behaviour of...

@ces42 that looks like the same line @joshbode originally wrote - am I missing a difference that was needed to make it work with kitty (other than also using `--cwd=last_reported`)?

For display purposes, it may be helpful to adjust the recommended tmux line to do a regex strip of the "file://" prefix: ``` #{?pane_path,#{pane_path},#{pane_current_path}} ``` becomes ``` "#{?pane_path,#{s@^file.//@@:pane_path},#{pane_current_path}}" ``` (this...

Ah I think I got confused when I was reading the documentation for `syntax clear`. If I'm understanding that one correctly it applies to syntax rules, not highlighting rules, and...

I tried using xfce4-terminal and encountered the same issue, so it seems more probable that there's something off either in the sequence emitted or in the way tmux interprets the...

I'd like to loop in the tmux developers with info about the terminal sequence that's being emitted so we can figure out if it's the right one or if it's...

I grant that it's uncommon. I think it's a style that tends to be more favored in languages that do not allow trailing commas because it removes the friction of...

Good point - it doesn't apply in lua. I'll remove it from the title and original post.