emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54404: closed ([PATCH] gnu: vim-tagbar: Fix typo in phase name.)


From: GNU bug Tracking System
Subject: bug#54404: closed ([PATCH] gnu: vim-tagbar: Fix typo in phase name.)
Date: Tue, 22 Mar 2022 14:28:02 +0000

Your message dated Tue, 22 Mar 2022 15:27:27 +0100
with message-id <87lex2nju8.fsf@gnu.org>
and subject line Re: bug#54404: [PATCH] gnu: vim-tagbar: Fix typo in phase name.
has caused the debbugs.gnu.org bug report #54404,
regarding [PATCH] gnu: vim-tagbar: Fix typo in phase name.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54404: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54404
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: vim-tagbar: Fix typo in phase name. Date: Tue, 15 Mar 2022 14:34:12 -0400
* gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name.
---
 gnu/packages/vim.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 28944dd640..a236cbb648 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1286,7 +1286,7 @@ (define-public vim-tagbar
          ("syntax" "share/vim/vimfiles/"))
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'link-univerisal-ctags
+         (add-after 'unpack 'link-universal-ctags
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((ctags (assoc-ref inputs "universal-ctags")))
                (substitute* "autoload/tagbar.vim"
-- 
2.35.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#54404: [PATCH] gnu: vim-tagbar: Fix typo in phase name. Date: Tue, 22 Mar 2022 15:27:27 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]