From a54a3002e229c4b43d69ced170ff77663a5b2c40 Mon Sep 17 00:00:00 2001 From: giardn <88824122+giardn@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:14:18 +0900 Subject: [PATCH] Update vimwiki.txt - Issue #795: VimwikiRebuildTags --- doc/vimwiki.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 2a5c29a..180b3cf 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -980,6 +980,7 @@ Vimwiki file. *:VimwikiRebuildTags* Rebuilds the tags metadata file for all wiki files newer than the metadata file. + Stale entries for files that have been deleted or moved are removed automatically. Necessary for all tags related commands: |vimwiki-syntax-tags|. :VimwikiRebuildTags! does the same for all files. @@ -4019,6 +4020,7 @@ Contributors and their Github usernames in roughly chronological order: - @jiamingc - Alex Claman (@claman) - @qadzek + - Nathan Giard (@giardn) ============================================================================== @@ -4038,6 +4040,13 @@ master is retained as a legacy mirror of the dev branch. This is somewhat experimental, and will probably be refined over time. +2026.04.08~ + +Fixed:~ + * Issue #795: VimwikiRebuildTags now removes stale entries for files + that have been deleted or moved + + 2024.01.24~ New:~