diff options
Diffstat (limited to 'indent/opencl.vim')
-rw-r--r-- | indent/opencl.vim | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indent/opencl.vim b/indent/opencl.vim new file mode 100644 index 00000000..2401ad30 --- /dev/null +++ b/indent/opencl.vim @@ -0,0 +1,10 @@ +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif + +if version > 600 + runtime! indent/c.vim +endif + +let b:did_indent = 1 |