vim-Grammalecte icon indicating copy to clipboard operation
vim-Grammalecte copied to clipboard

Windows Support

Open vds2212 opened this issue 6 years ago • 3 comments

I noticed that the plugin fail to work on Windows for two reasons:

  • The plugins suppose the availability of the python3.exe interpreter (instead of py.exe)
  • The Windows version of Grammalecte only support the --f flag

I have correction to propose to make it working also on Windows. I'll be glad to propose them in a branch if you are interested.

Best regards, Vivian

vds2212 avatar Oct 31 '19 12:10 vds2212

You could check the proposed patch of #6

tarikgraba avatar Mar 23 '20 11:03 tarikgraba

Thanks for your answer.

I compared the patch with my patch and they seems very similar. Is the patch integrated in the new version of Grammalect?

Best regards, Vivian.

vds2212 avatar Mar 29 '20 16:03 vds2212

I merged into thee master branch PR which is meant to fix this plugin for Windows: https://github.com/dpelle/vim-Grammalecte/pull/27

Can you try again if your problem is now fixed?

dpelle avatar Jul 27 '21 19:07 dpelle