Christian Brabandt
Christian Brabandt
can you try that with a local installation please? I cannot seem to reproduce with latest vim and netrw
This is 9.1.0? Please try latest master. In particular there was commit 56b7da3c051fe1a5fd7653499 that should have fixed the issue.
I cannot reproduce this. Here is what I did as a new user: ``` cb@debian:~$ cat /tmp/test/first && ln -sfn /tmp/test/first /tmp/test/second ``` fresh compiled Vim 9.1.373 Can you check...
Screen capture: https://github.com/vim/vim/assets/244927/927be012-3a4b-4413-a011-8bf6087f2bb9
with: ``` drwxr-xr-x 2 chrisbra chrisbra 4096 Apr 30 20:55 first lrwxrwxrwx 1 chrisbra chrisbra 15 Apr 30 20:49 second -> /tmp/test/first ``` `:Explore /tmp/test` Then selecting `second` and pressing...
do you want to take over this one then? Or shall I squash your patch on top of mine and go ahead merging?
Please share the essential settings to enable this here. The neovim issue talks about some lua configurations that are not valid for Vim.
Hm, I suppose if we make this change, we also don't need the `import` statement anymore. @yegappan @dkearns what is your opinion on this?
so you want those changes because? Is this just because you need to manually call the `&indentexpr`?
Hm, it seems like those autoloaded functions are automatically translated into autoloadable form, in this case like `dist#vimindent#Expr()`. One also cannot use `function()` to refer to those autoloaded vim9 functions,...