diff options
author | Julien Roy <julien@jroy.ca> | 2024-03-21 18:34:41 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-03-21 18:34:41 -0400 |
commit | 3d25d4048dd9d96734c6d21f3a6acffd693822a0 (patch) | |
tree | 114a8d9113a3a5b6caacdf80d39c62e202405fa5 /app-vim | |
parent | profiles: mask sys-libs/gcompat (diff) | |
download | guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.gz guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.tar.bz2 guru-3d25d4048dd9d96734c6d21f3a6acffd693822a0.zip |
*/*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-nix/vim-nix-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-vim/vim-nix/vim-nix-9999.ebuild b/app-vim/vim-nix/vim-nix-9999.ebuild index c8ffe5e8c..a567bd1e2 100644 --- a/app-vim/vim-nix/vim-nix-9999.ebuild +++ b/app-vim/vim-nix/vim-nix-9999.ebuild @@ -9,6 +9,5 @@ DESCRIPTION="vim plugin: Vim configuration files for Nix" HOMEPAGE="https://github.com/LnL7/vim-nix" EGIT_REPO_URI="https://github.com/LnL7/vim-nix.git" LICENSE="MIT" -KEYWORDS="" VIM_PLUGIN_MESSAGES="filetype" |