Skip to content

z command breaks with gvim #148

@blackgeorge-boom

Description

@blackgeorge-boom

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 ;).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions