defeed18f08c
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 30 Sep 2010 18:46:10 -0400 |
parents | 07500b0af610 (diff) 7defffaa1a19 (current diff) |
children | c8778d16410a |
branches/tags | (none) |
files |
Changes
--- a/vim/syntax/cram.vim Thu Sep 30 16:40:41 2010 -0400 +++ b/vim/syntax/cram.vim Thu Sep 30 18:46:10 2010 -0400 @@ -34,4 +34,8 @@ syn sync match cramSync grouphere NONE "^$" syn sync maxlines=200 +" It's okay to set tab settings here, because an indent of two spaces is specified +" by the file format. +setlocal tabstop=2 softtabstop=2 shiftwidth=2 expandtab + let b:current_syntax = "cram"