summaryrefslogtreecommitdiffstats
path: root/after/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-09-04 17:01:29 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2019-09-04 17:01:29 +0200
commite3024f21fca230b030fb2fe2fde4e768fb8205b3 (patch)
tree6f7b3e8d439338fc1e39d6c49e44eaec8218fe53 /after/ftdetect
parent31d757fc7b47eed785a64fb6128cc83dd99e0059 (diff)
downloadvim-polyglot-e3024f21fca230b030fb2fe2fde4e768fb8205b3.tar.gz
vim-polyglot-e3024f21fca230b030fb2fe2fde4e768fb8205b3.zip
Fix build script
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