diff options
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 |