diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-25 11:11:45 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-25 11:11:53 +0100 |
commit | 81ada1101ecbb0bc6dbaeef42e997e62129b36cc (patch) | |
tree | edc6f4afe306b1f45503298d37506b839a7a542a | |
parent | 48d0bc7556ed5d0f697c814350dbcc101c2c025d (diff) | |
download | vim-polyglot-81ada1101ecbb0bc6dbaeef42e997e62129b36cc.tar.gz vim-polyglot-81ada1101ecbb0bc6dbaeef42e997e62129b36cc.zip |
Remove debugging code, closes #607
-rw-r--r-- | ftplugin/ruby.vim | 2 |
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 |