c8778d16410a

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Sep 2010 23:06:11 -0400
parents 5b45e2a55942 (current diff) defeed18f08c (diff)
children e30544496575
branches/tags (none)
files

Changes

--- a/vim/syntax/cram.vim	Thu Sep 30 23:05:40 2010 -0400
+++ b/vim/syntax/cram.vim	Thu Sep 30 23:06:11 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"