In gvim, when I use the z command, the new vimwiki file is not created properly.
For example, using z over the word temp in one file, creates a new file with header:
%tags
%title temp
%date 2024-04-07 14:02
whereas, the correct would be:
---
title: temp
date: 2024-04-07 14:02
tags:
---
More often than not it works, but sometimes it stops working and produces the above result.
In vim, this seems to be working fine (although there were random times that this would break as well).
I'm not sure how to debug this, hence opening this issue. I'm using gvim 8.1.2269 and Ubuntu 20.
By the way, thanks for the awesome plugin! Been using it for a few years now. I recently switched to gvim to allow for more cute fonts ;).
In
gvim, when I use thezcommand, the new vimwiki file is not created properly.For example, using
zover the wordtempin one file, creates a new file with header:whereas, the correct would be:
More often than not it works, but sometimes it stops working and produces the above result.
In
vim, this seems to be working fine (although there were random times that this would break as well).I'm not sure how to debug this, hence opening this issue. I'm using
gvim8.1.2269 and Ubuntu 20.By the way, thanks for the awesome plugin! Been using it for a few years now. I recently switched to
gvimto allow for more cute fonts ;).