You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, nice plugin. I am using vim 8.2.1300 with lua 5.3 compiled on Mac OS 10.14.3. When I do a command that copies code (yy, dd, etc) I get the following error:
~/.vim/bundle/nvim-miniyank/lua/miniyank.lua:39: bad argument #1 to 'open' (string expected, got userdata)
I have discovered that if I change the following in autoload/miniyank.vim (line 27), it fixes the issue:
I am not familiar with lua, but maybe you have an idea. It seems like it expects the array to start at 1, not 0. Maybe that is just with vim and not neovim, I'm not sure.
The text was updated successfully, but these errors were encountered:
bdlangton
added a commit
to bdlangton/nvim-miniyank
that referenced
this issue
Aug 22, 2020
Hello, nice plugin. I am using vim 8.2.1300 with lua 5.3 compiled on Mac OS 10.14.3. When I do a command that copies code (yy, dd, etc) I get the following error:
I have discovered that if I change the following in autoload/miniyank.vim (line 27), it fixes the issue:
I am not familiar with lua, but maybe you have an idea. It seems like it expects the array to start at 1, not 0. Maybe that is just with vim and not neovim, I'm not sure.
The text was updated successfully, but these errors were encountered: