From 29a7766907bfe7be96c1898f006cadf773721bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Fr=C3=B3es=20Franco?= Date: Tue, 18 Aug 2026 19:30:30 -0300 Subject: [PATCH] fix(doc): remove duplicate g:nuwiki_no_calendar tag breaking helptags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `*g:nuwiki_no_calendar*` was defined twice, so `:helptags` aborted with E154 and generated no tags at all — plugin managers surface this as an error on every install/update. The copy on the Lua `use_calendar` entry couldn't be the definition: its own prose links to |g:nuwiki_no_calendar|. Dropped it, made the Vim-specific globals entry canonical (right-aligned like its neighbours), and gave it the description it was missing. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Nur6RmP49J1o6agftanwLR --- doc/nuwiki.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/nuwiki.txt b/doc/nuwiki.txt index 16540ea..90a670d 100644 --- a/doc/nuwiki.txt +++ b/doc/nuwiki.txt @@ -187,7 +187,6 @@ plugin: > pages. Honours `links_space_char` (so `My_Page.wiki` → `= My Page =`). Mirrors vimwiki's `auto_header`. Vim users set |g:nuwiki_auto_header|. - *g:nuwiki_no_calendar* `use_calendar` true When true (default), wire up calendar-vim integration if it is on the runtimepath (`g:calendar_action` / `g:calendar_sign`). Set to false, or @@ -378,8 +377,10 @@ Vim-specific globals ~ middle-click `:badd`s the link target, etc.). Mirrors `mappings.mouse = true` in Neovim. -*g:nuwiki_no_calendar* + *g:nuwiki_no_calendar* `g:nuwiki_no_calendar` 0 + When 1, skip the calendar-vim integration entirely. The Vim + equivalent of setting `use_calendar = false` in Neovim's setup(). *g:nuwiki_binary_path* `g:nuwiki_binary_path`