lewis6991 / pckr.nvim

Spiritual successor of https://github.com/wbthomason/packer.nvim
MIT License
243 stars 13 forks source link

helptags generation fails with, E154: Duplicate tag "pckr-commands-sync" in file doc/packer.txt #8

Closed ghost closed 7 months ago

ghost commented 11 months ago

Steps to reproduce

$ cd  ${checkout}
$ nvim -u NONE -i NONE -e --headless -c "helptags doc" -c "quit"

Actual behaviour

helptags doc generates tags with the following error: E154: Duplicate tag "pckr-commands-sync" in file doc/packer.txt

Expected behaviour

Generate helptags without error.

pckr files

Plugin specification file(s) N/A. Part of automating package/port process on FreeBSD.

Patch to fix typo in doc/packer.txt:

--- doc/packer.txt.orig 2023-10-11 09:43:39 UTC
+++ doc/packer.txt
@@ -128,7 +128,7 @@ updates.
 Supports the `--preview` flag as an optional first argument to preview
 updates.

-`Pckr lock`                                            *pckr-commands-sync*
+`Pckr lock`                                            *pckr-commands-lock*
 TODO

 `Pckr restore` 

Many thanks in your general direction.