# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1285902371 14400
# Node ID c8778d16410a944f7262c0a39b8266c049966c15
# Parent  5b45e2a55942036ea0381f90c96fc4ba3b5a7797# Parent  defeed18f08cce45a9b4981919df793aea3cd4a5
Merge.

diff -r 5b45e2a55942 -r c8778d16410a vim/syntax/cram.vim
--- 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"