From 03859e9ab5368bdb7ae99a5603aa359db57c9468 Mon Sep 17 00:00:00 2001 From: hedyhli Date: Tue, 7 Nov 2023 13:15:46 +0000 Subject: [PATCH] Auto generate vim docs --- doc/symbols-outline.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/symbols-outline.txt b/doc/symbols-outline.txt index 280e3ed..cff605b 100644 --- a/doc/symbols-outline.txt +++ b/doc/symbols-outline.txt @@ -1,4 +1,4 @@ -*symbols-outline.txt* For NVIM v0.7.0 Last change: 2023 November 06 +*symbols-outline.txt* For NVIM v0.7.0 Last change: 2023 November 07 ============================================================================== Table of Contents *symbols-outline-table-of-contents* @@ -71,6 +71,8 @@ FIXES *symbols-outline-fork-status-fixes* - Open handler triggering multiple times ends up in messy state with errors simrat39/symbols-outline.nvim#235 - Fixed `_highlight_current_item` function checking provider on outline window +- Fixed behaviour of empty markdown headings `^(#+)(%s+)$` being listed in the + outline. 🛑 BREAKING CHANGES *symbols-outline-fork-status-🛑-breaking-changes*