PratikBhusal / vim-grip

Grip Wrapper for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GripList and GripClean error

VincentCordobes opened this issue · comments

Commands GripList, GripClean throws errors:

Error detected while processing function <SNR>90_clean[2]..<lambda>5:                 
line    1:                                                                            
E474: Invalid argument                                                                
E691: Can only compare List with List

I am using neovim v0.5.0-60158df on macos.

Note that GripStart works like a charm! 🙂

Could you tell me the steps you took to achieve this?

vim README.md
:GripStart
:GripClean

I think I have found the issue. Expect a bug-fix within the next 24 hours.

@VincentCordobes I have fixed the bug with commit cf1cc58. For now, I will close this issue. Open it again if the problem still exists.

It's fixed, thank you 🙂