summaryrefslogtreecommitdiffstats
path: root/ftplugin/opencl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/opencl.vim')
-rw-r--r--ftplugin/opencl.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/opencl.vim b/ftplugin/opencl.vim
index d89946fd..816bc28c 100644
--- a/ftplugin/opencl.vim
+++ b/ftplugin/opencl.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'opencl') == -1
+
if exists("b:did_ftplugin") | finish | endif
if version > 600
@@ -13,3 +15,5 @@ setlocal smarttab
setlocal smartindent
let b:did_ftplugin = 1
+
+endif