Matěj Cepl

Results 503 comments of Matěj Cepl

* orbitalquark/scintillua#72 * orbitalquark/scintillua#73 Have been both rejected (only lexers for documents, not for output of programs), so we will have to carry strace and git-rebase lexers in our repo.

> Is this ready for testing/merging or are there still things to do? I have been running this for last couple of weeks and I haven’t encountered any disasters. The...

What is the status of this PR? Shouldn’t it be closed? vis builds for me just fine with Lua 5.4 on openSUSE/Tumbleweed.

Of course, and I wouldn’t mind to declare vis just follow the latest Lua (although, neovim with its reliance on LuaJIT has a point as well).

I have been intrigued by a possibility of luajit, but it doesn’t seem to work: ``` abuild@stitny:~/rpmbuild/BUILD/vis-0.7+git.1651608857.d0808c7> ls -l /usr/lib*/liblua* lrwxrwxrwx. 1 root root 18 May 15 03:33 /usr/lib64/liblua.so.5.4 ->...

> I don't expect anyone to write these so often the length matters. Au contraire, I would like to use it all the time. As much as I use `%`...

No need for fork, we are trying to be active here. @ninewise looks over pull requests quite well.

Works for me, just it could be emphasized somewhere, that settings should go to `vis.events.WIN_OPEN` handler, not (more usual, I guess) `vis.events.INIT` one.

Lexers are fetched from upstream: https://github.com/orbitalquark/scintillua/. You should open the PR there.

> > Lexers are fetched from upstream: https://github.com/orbitalquark/scintillua/. You should open the PR there. > > How are lexers fetched from upstream? Is a script used or just manually? It's...