diff options
author | Emerson MX <emersonmx@gmail.com> | 2020-05-28 06:05:53 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 11:05:53 +0200 |
commit | 00c3f0294575a91524c3f3b6cba37839716b48a2 (patch) | |
tree | 030c5b661f5247c963f89b436517dd92bd97cc4e /ftplugin/gsl.vim | |
parent | df34b4b4fa809804965086385f41630213297cf0 (diff) | |
download | vim-polyglot-00c3f0294575a91524c3f3b6cba37839716b48a2.tar.gz vim-polyglot-00c3f0294575a91524c3f3b6cba37839716b48a2.zip |
Remove gdscript ftplugin (#494)
Diffstat (limited to 'ftplugin/gsl.vim')
-rw-r--r-- | ftplugin/gsl.vim | 5 |
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 |