summaryrefslogtreecommitdiffstats
path: root/ftplugin/gsl.vim
diff options
context:
space:
mode:
authorEmerson MX <emersonmx@gmail.com>2020-05-28 06:05:53 -0300
committerGitHub <noreply@github.com>2020-05-28 11:05:53 +0200
commit00c3f0294575a91524c3f3b6cba37839716b48a2 (patch)
tree030c5b661f5247c963f89b436517dd92bd97cc4e /ftplugin/gsl.vim
parentdf34b4b4fa809804965086385f41630213297cf0 (diff)
downloadvim-polyglot-00c3f0294575a91524c3f3b6cba37839716b48a2.tar.gz
vim-polyglot-00c3f0294575a91524c3f3b6cba37839716b48a2.zip
Remove gdscript ftplugin (#494)
Diffstat (limited to 'ftplugin/gsl.vim')
-rw-r--r--ftplugin/gsl.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/ftplugin/gsl.vim b/ftplugin/gsl.vim
deleted file mode 100644
index de18da43..00000000
--- a/ftplugin/gsl.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'gdscript') == -1
-
-setlocal commentstring=//\ %s
-
-endif