David B. Lamkins

Results 4 comments of David B. Lamkins

This is quite helpful. Thank you.

Here's a first functioning version. It requires lua-term for terminfo access. As in Marc's sample code, the lexer name is passed as the first argument on the command line. I'd...

I'd like to reopen this. The problem with restricting the portion of the file visible to the lexer is that it's too easy for large sections of text, e.g. blocks...

Here's an implementation of `:set horizon #` as a replacement for the hard-coded `lexer_before_max` constant. I have increased the default to 65536: ``` diff diff --git a/README.md b/README.md index 515ff21..17123ea...