summaryrefslogtreecommitdiffstats
path: root/indent/opencl.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2014-03-16 14:52:12 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2014-03-16 14:52:12 +0100
commit10b28c4175f6c9c1ca40e4d201f554359bc20aff (patch)
tree269c996dd6a8697652d745b0a0f18e80d17bc009 /indent/opencl.vim
parent95bc6710a4fd961ecc1d7d9f344e97fb690810b1 (diff)
downloadvim-polyglot-1.6.0.tar.gz
vim-polyglot-1.6.0.zip
Add opencl supportv1.6.0
Diffstat (limited to 'indent/opencl.vim')
-rw-r--r--indent/opencl.vim10
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