summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-25 11:11:45 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-25 11:11:53 +0100
commit81ada1101ecbb0bc6dbaeef42e997e62129b36cc (patch)
treeedc6f4afe306b1f45503298d37506b839a7a542a
parent48d0bc7556ed5d0f697c814350dbcc101c2c025d (diff)
downloadvim-polyglot-81ada1101ecbb0bc6dbaeef42e997e62129b36cc.tar.gz
vim-polyglot-81ada1101ecbb0bc6dbaeef42e997e62129b36cc.zip
Remove debugging code, closes #607
-rw-r--r--ftplugin/ruby.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim
index d2bd231a..cbf047e0 100644
--- a/ftplugin/ruby.vim
+++ b/ftplugin/ruby.vim
@@ -7,7 +7,7 @@ endif
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" URL: https://github.com/vim-ruby/vim-ruby
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
-loadedbad
+
if (exists("b:did_ftplugin"))
finish
endif