Zach Wegner
Zach Wegner
Yes, I see the problem there. It looks like, despite the documentation, the "precedes" listchar was used in wrap mode if w_skipcol is nonzero, which makes sense. What doesn't make...
> Indeed. Would you mind break out this fix to a separate PR (with test) for master? Sure thing. Also, it looks like some more scrolling tests need to be...
I've been slowly improving this over the last couple weeks. Here's some notes. **Things I'd like feedback on** * The option. I've used "scrollrowwise" or "scrw" for short. I've made...
> Note window options are (to some extent) actually being tracked per buffer. If you create buffer 1 in a window, and `setlocal` some window options, then every new window...
> In general "column" actually refers to byte counts, while "vcols" are used for screen columns. Right, I just had to figure this out by reading the uses in the...
> But the point is that window options support both, using `setlocal`. When you switch buffer within window it will reuse the value previously set for that buffer (from the...
> I also wonder if it’s even possible (takes less effort than rewriting it from scratch) to resolve the conflicts taking into account that last commit was made a year...
A couple more things I thought of looking through some of my WIP uncommitted stuff: * IIRC there are known breakages with this feature combined with `breakindent` or `cpoptions+=n`. I...
I can't say I'm thrilled at the idea of throwing away the huge amount of work I did here and porting Bram's code, sorry. Like I said before this wasn't...
Cool, thanks! I knew about the SDE, but hadn't used it in a while. It apparently stopped working on macOS since the last time I used it... `E: Unable to...