Matěj Cepl

Results 827 comments of Matěj Cepl

OK, I honestly don’t understand the last few failing situations. Any ideas?

I still believe that neo/vim currently works better for you. `gq` doesn’t exist and the only plugin knowing to me doing something like this ([mine](https://git.sr.ht/~mcepl/vis-par)) is very unfinished and incomplete...

`:|indent -kr` Done. Works even on selection.

> I tried something similar in https://github.com/erf/vis-minimal-theme > > See clear.lua This is actually interesting. Why wouldn’t you submit it here as PR?

@qiu-x Is this the transformation of your changes to vis-minimal-theme: ```diff diff --git a/clear.lua b/clear.lua index 4a7487f..e2a4b49 100644 --- a/clear.lua +++ b/clear.lua @@ -13,7 +13,7 @@ local clear0 = '#00000000'...

> I added a `dark-clear.lua` and `light-clear.lua` now in https://github.com/erf/vis-minimal-theme for use with both black and white terminal backgrounds. I don’t understand … isn’t the point of `clear` theme that...

> Neovim has a hard dependency on Luajit, and they have no interest in 5.3 compatibility. That is not correct, neovim works both on LuaJIT and Lua 5.3 (there is...

@lluixhi What is the relationship between https://github.com/keplerproject/lua-compat-5.2 and https://github.com/keplerproject/lua-compat-5.3? Is the former subset of the latter? I have here SUSE-Enterprise-Linux 12, which has natively only Lua 5.1, and I wonder...

I have here this [lua51-compatibility.patch](https://github.com/martanne/vis/files/5202254/lua51-compatibility.patch.txt), which makes `vis` on ancient platforms dependent on `lua-compat-5.2`. I am able to compile vis with it, and `:help` shows `Lua support:` as `yes`, but...

Would it be possible to rebase this patch on the top of the current `master`, please? This is making testing rather difficult.