summaryrefslogtreecommitdiffstats
path: root/after/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftdetect')
-rw-r--r--after/ftdetect/rspec.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/after/ftdetect/rspec.vim b/after/ftdetect/rspec.vim
deleted file mode 100644
index d4a0a5cc..00000000
--- a/after/ftdetect/rspec.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rspec') == -1
-
-autocmd BufReadPost,BufNewFile *_spec.rb set syntax=rspec
-autocmd BufReadPost,BufNewFile *_spec.rb setlocal commentstring=#\ %s
-
-endif