diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/opencl.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/opencl.vim b/ftplugin/opencl.vim index d3daecac..c9fa5673 100644 --- a/ftplugin/opencl.vim +++ b/ftplugin/opencl.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'opencl') == -1 + if exists("b:did_ftplugin") | finish | endif if version > 600 @@ -14,4 +15,5 @@ setlocal smarttab setlocal smartindent let b:did_ftplugin = 1 + endif |