Matěj Cepl
Matěj Cepl
Just prepared a reproducer for my colleague: This is my local git repo https://mcepl.fedorapeople.org/tmp/wikipediafs-repo.tar.xz, using https://github.com/MichaelMure/git-bug/releases/download/v0.8.0/git-bug_linux_amd64, and then when I run: ``` tumbleweed-pkg~/r/wikipediafs (master)$ /tmp/git-bug_linux_amd64 ls a1403a8 open bytes/str mess...
This really doesn’t belong here, so I have created a special ticket for this https://github.com/MichaelMure/git-bug/issues/1156
``` (.env) abuild@stitny:/tmp/pytest-of-abuild/pytest-0/test_distutils_local0/.env/bin> ./python3 Python 3.8.6 (default, Nov 09 2020, 12:09:06) [GCC] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import appdirs Traceback (most recent call...
I think, this is obsolete.
Yes, it is correct, I had to start my configuration as this: ```lua vis.events.subscribe(vis.events.WIN_OPEN, function(win) › win.options = { tabwidth = 4, autoindent = true } › for k,v in...
Well, the question is what exactly should be the content of this table? Default values?
> I do not know if the table exists in the C side or if it can be replaced with lua. Lua access to options was introduced in https://github.com/martanne/vis/pull/1114 (and...
+1 to @Nomarian If nothing much changes from the `:set` command user perspective, then I am all for making these tables API-like (i.e., unequivocally defined and well documented). And yes,...
@Nomarian ping?
Is https://git.sr.ht/~mcepl/vis/commit/f5af8783cc2255efbc4db5ffe319126db6350213 the fix? ```diff diff --git a/test/lua/win_open_options.lua b/test/lua/win_open_options.lua new file mode 100644 index 00000000..6a701853 --- /dev/null +++ b/test/lua/win_open_options.lua @@ -0,0 +1,8 @@ +-- Regression test for https://github.com/martanne/vis/issues/1230 +-- Ensure...