summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-21 07:56:49 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-21 07:56:49 -0400
commit685cc6c5622b02fd5a53c8bc953176b159c780e4 (patch)
tree2e3d854791a7ed737166b163fc00cfc78f242a8f /ignore
parent08c017330f9838a7aa2bee8ced43a4bcae7e9c2b (diff)
Add vim type.
It's the same as the vimscript type, but shorter and more obvious. Fixes #415
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),