From 25a0b55368bc3a62dba88d21827854dd6163fecd Mon Sep 17 00:00:00 2001 From: easybuild Date: Sat, 26 Nov 2022 20:42:35 +0100 Subject: [PATCH] modified: v/Vim/Vim-9.0-GCCcore-11.3.0.eb --- v/Vim/Vim-9.0-GCCcore-11.3.0.eb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v/Vim/Vim-9.0-GCCcore-11.3.0.eb b/v/Vim/Vim-9.0-GCCcore-11.3.0.eb index c8f22646..4bd081b9 100644 --- a/v/Vim/Vim-9.0-GCCcore-11.3.0.eb +++ b/v/Vim/Vim-9.0-GCCcore-11.3.0.eb @@ -30,4 +30,6 @@ sanity_check_paths = { 'dirs': ['bin', 'share'], } +sanity_check_commands = ['vim --version'] + moduleclass = 'tools'