From 685cc6c5622b02fd5a53c8bc953176b159c780e4 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 21 Mar 2017 07:56:49 -0400 Subject: [PATCH] Add vim type. It's the same as the vimscript type, but shorter and more obvious. Fixes #415 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index f3515600..6e0c8bd3 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -191,6 +191,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("twig", &["*.twig"]), ("vala", &["*.vala"]), ("vb", &["*.vb"]), + ("vim", &["*.vim"]), ("vimscript", &["*.vim"]), ("wiki", &["*.mediawiki", "*.wiki"]), ("xml", &["*.xml"]),