Closed Karmaki closed 7 years ago
I don't see this error. Which version of Vim are you using? Once I know your version of Vim, I checkout from git that same version and try.
I suppose that the sort() function with a lambda is not supported in "old" versions of Vim. If that's the case, I'll try to change the plugin in such a way that it works on older version of Vim.
Thank you for your answer. I am using vim on Linux-Ubuntu (don't know if it matters) and the version is:
$ vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:44:48)
Rustines incluses : 1-1689
Rustines extra : 8.0.0056
Modifié par pkg-vim-maintainers@lists.alioth.debian.org
Compilé par pkg-vim-maintainers@lists.alioth.debian.org
Énorme version avec interface graphique GTK2.
Do you need the details of the included feature?
OK. I have installed the 8.0 version and it is working now.
OK. I have installed the 8.0 version and it is working now.
Good. Thanks for the feedback. Glad it works with vim-8.
I still want to make the plugin work with vim-7.4.1689 since many users probably use the package from Ubuntu. So I'll make a change soon.
Great.
I also installed vim-LanguageTool
(I didn't know LanguageTool
before) and both tools and plug-ins are great. Thanks again.
Issue with old version of Vim should now be fixed in latest checkin. Closing ticket. Thanks!
First of all: thank you so much to provide this plugin !
Unfortunately, I don't succeed to make it work. I see the command:
I get the following error:
It seems that Grammalecte is ok since when I run the command from a terminal, it is working, and I get:
Hope you will be able to tell me how to make it work. Thanks in advance.