You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed it according to the README.md file and it starts/works as expected for my little programs.
One annoying thing is that every time I save, I get the following error:
E122: Function <SNR>87_compareReverseFtime already exists, add ! to replace it
The suggestion in the error message (i.e. turn func s:compareReverseFtime(a, b) into func! s:compareReverseFtime(a, b)) works.
The error does not appear the first time I open the first .raku file, but it appears upon saving any .raku file or upon opening another .raku file in a different pane while the first one is still open.
I can do additional tests under your directions if you need, of course.
Description of issue
Hi, thanks for this plugin!
I installed it according to the README.md file and it starts/works as expected for my little programs.
One annoying thing is that every time I save, I get the following error:
The error does not appear the first time I open the first
.raku
file, but it appears upon saving any.raku
file or upon opening another.raku
file in a different pane while the first one is still open.I can do additional tests under your directions if you need, of course.
Screenshot of the issue:
Sample code:
This actually happens whatever the file.
Link to vimrc
vimrc
Output of
vim --version
This is
vim --version
(stockvim
/gvim
in Debian stretch):The text was updated successfully, but these errors were encountered: