From 10b28c4175f6c9c1ca40e4d201f554359bc20aff Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 16 Mar 2014 14:52:12 +0100 Subject: Add opencl support --- indent/opencl.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 indent/opencl.vim (limited to 'indent') 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 -- cgit v1.2.3