view runtime/indent/cuda.vim @ 11853:447ec5a86395

Added tag v8.0.0806 for changeset 825a4717f14ac3814cc04bd84ee1b0be0fc16ac5
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Jul 2017 22:30:05 +0200
parents 7bc41231fbc7
children 4027cefc2aab
line wrap: on
line source

" Vim indent file
" Language:	CUDA
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2008 Nov 29

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1

" It's just like C indenting
setlocal cindent

let b:undo_indent = "setl cin<"