Dani Dickstein

Results 42 comments of Dani Dickstein
trafficstars

> ATM we run using utf-8 @yyoncho did you mean to say UTF-16 here?

I don't think this is related to `nextgroup` being a region. I think this is due to the `oneline` keyword. If you remove that from your region definition you will...

I don't actually know what the main use cases for the `oneline` keyword are, so someone more familiar will need to weigh in there. But if your goal is to...

I've had decent luck with `autocmd CmdLineLeave * call timer_start(0, { _ -> expr })` for running `expr` after the user leaves the command line. Maybe that could work here...

Update: it seems that the "fail to fire" cases actually do fire but it takes several seconds before they do. How can I reduce / eliminate this delay?

I am now experiencing this issue on Linux, so it's probably not OS-specific.

Okay. I’m still interested in the other part of the question, which is what setting I need to toggle to change this aggressive indentation without just constraining the global max.

I agree that the first is an improvement over the second, but I'm still unclear why the first isn't a configurable setting. A similar (simpler?) example I found: ```ocaml let...