michal-h21 / vimwiki-sync

Automaticaly synchronize vimwiki at startup and exit using git
98 stars 25 forks source link

Replace function access by new variable access #1

Closed rtfm3514 closed 4 years ago

rtfm3514 commented 4 years ago

It seems the same issue was fixed in vimwiki as well: https://github.com/vimwiki/vimwiki/issues/256

And more specifically: https://github.com/vimwiki/vimwiki/commit/f497a4abc78d06446ab5507c46ed7b66f06c9570

michal-h21 commented 4 years ago

You are right, the VimwikiGet function seems to be deprecated. Thanks for the patch.