Add opencl support

This commit is contained in:
Adam Stankiewicz
2014-03-16 14:52:12 +01:00
parent 95bc6710a4
commit 10b28c4175
6 changed files with 189 additions and 4 deletions

10
indent/opencl.vim Normal file
View File

@@ -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