gnu: vim-airline: Don't install tests.
* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to not install tests.master
parent
a765b7b043
commit
6feb7a2107
|
@ -499,8 +499,7 @@ commit or run any Git arbitrary command.")
|
|||
'(#:install-plan
|
||||
'(("autoload" "share/vim/vimfiles/")
|
||||
("doc" "share/vim/vimfiles/")
|
||||
("plugin" "share/vim/vimfiles/")
|
||||
("t" "share/vim/vimfiles/"))))
|
||||
("plugin" "share/vim/vimfiles/"))))
|
||||
(synopsis "Statusline for Vim")
|
||||
(description
|
||||
"@code{vim-airline} is an extensible statusline for Vim.
|
||||
|
|
Reference in New Issue