diff options
-rw-r--r-- | app-vim/diffchar/diffchar-7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/diffchar/diffchar-7.2.ebuild b/app-vim/diffchar/diffchar-7.2.ebuild index 7a51a1973915..6c45dd971e77 100644 --- a/app-vim/diffchar/diffchar-7.2.ebuild +++ b/app-vim/diffchar/diffchar-7.2.ebuild @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932" LICENSE="vim.org" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |