vim

For discussion on all things (neo)vim.
timo 2020-08-03T09:22:10.436300Z

👍thanks

eraserhd 2020-08-03T14:28:34.437600Z

Hey, I have a few Vim issues on parinfer-rust. Since I'm no longer using Vim as my daily driver, I'm getting less familiar with how to fix things. Is anyone here interested in investigating these issues?

dominicm 2020-08-03T14:29:51.437700Z

@timok ^

timo 2020-08-03T14:31:50.437900Z

🙂 @eraserhd you don't use vim anymore? what do you use?

eraserhd 2020-08-03T14:32:10.438100Z

heh, kakoune.

eraserhd 2020-08-03T14:32:56.438300Z

It's kind of like Vim, except completely different.

timo 2020-08-03T14:33:24.438500Z

😎 but vim!

timo 2020-08-03T14:33:28.438700Z

🙂

timo 2020-08-03T14:34:11.438900Z

I would certainly be interested in working on a fix for the history. but afaik it is vim related and not a problem with parinfer-rust, right?

eraserhd 2020-08-03T14:36:19.439100Z

which issue is that? Kakoune has bad undo history issues, but Vim largely worked AFAIK.

dominicm 2020-08-03T14:36:55.439300Z

I thought you had to file an issue with vim @eraserhd?

timo 2020-08-03T14:37:54.439500Z

a bit like https://github.com/eraserhd/parinfer-rust/issues/14 where undo does stop undoing but incrementing the counter and redo is not possible anymore

eraserhd 2020-08-03T14:37:59.439800Z

Oh, the one where some Vim builds on Mac OS have entitlements set so that Vim cannot load dynamic libraries?

timo 2020-08-03T14:38:23.440Z

I do experience this on arch linux

timo 2020-08-03T14:38:41.440200Z

and a friend of mine as well on macos

dominicm 2020-08-03T14:39:36.440400Z

https://github.com/vim/vim/issues/3291

dominicm 2020-08-03T14:39:43.440700Z

I was thinking of this

eraserhd 2020-08-03T14:40:25.440900Z

AFAIK, that's all been resolved?? I was not aware it was happening again.

timo 2020-08-03T14:41:15.441100Z

Should I open an issue where we can discuss a possible solution? I could maybe help

eraserhd 2020-08-03T14:42:03.441300Z

Sure.

eraserhd 2020-08-03T14:42:46.441500Z

Someone recently reported something that suggests brand new Neovim is not working. That's the kind of thing I was thinking would be nice to have help on.

eraserhd 2020-08-03T14:43:31.441700Z

Oh, I see that's you on #14.

eraserhd 2020-08-03T14:43:45.441900Z

Let's reopen it, if it is happening again.

timo 2020-08-03T14:45:04.442100Z

:thumbsup:

timo 2020-08-03T14:48:06.442300Z

thanks @eraserhd for reopening. I will try to improve my vimscriptfu and help where I can

eraserhd 2020-08-03T14:49:24.442500Z

np. I commented on the PR about finding Vim's regression. We should figure out if it was intentional.