With textidote 0.9 https://github.com/sylvainhalle/textidote/releases/tag/v0.9, on running a :TeXtidoteToggle, I get:
End of grammar check.
Error detected while processing function textidote#Toggle[2]..textidote#Clear:
line 23:
E731: Using a Dictionary as a String
line 28:
E731: Using a Dictionary as a String
line 33:
E731: Using a Dictionary as a String
line 38:
E731: Using a Dictionary as a String
line 53:
E731: Using a Dictionary as a String
VIM - Vi IMproved 8.2
:TeXtidoteCheck yields the same error and doesn't yield any output either, leaving this line in the console:
# java -jar ~/.local/textidote.jar --no-color --check en --encoding utf-8 --output plain ...
and the status line:
Press on error to discard it, to jump its location, and then to fix it.
The standalone command:
java -jar ~/.local/textidote.jar <tex file> works fine.
With textidote 0.9 https://github.com/sylvainhalle/textidote/releases/tag/v0.9, on running a
:TeXtidoteToggle, I get:VIM - Vi IMproved 8.2
:TeXtidoteCheckyields the same error and doesn't yield any output either, leaving this line in the console:and the status line:
Press on error to discard it, to jump its location, and then to fix it.
The standalone command:
java -jar ~/.local/textidote.jar <tex file>works fine.