It is because of my changes sorry. I changed to use print(xxx) but print(var = x) is invalid syntax.
https://github.com/koturn/vim-replica/blob/master/autoload/replica/internal.vim#L81
Probably format feature should be removed or need better implementation.
It is because of my changes sorry. I changed to use
print(xxx)butprint(var = x)is invalid syntax.https://github.com/koturn/vim-replica/blob/master/autoload/replica/internal.vim#L81
Probably
formatfeature should be removed or need better implementation.