# HG changeset patch # User Steve Losh # Date 1285886765 14400 # Node ID 07500b0af610e9c49ac0cd4375e0e224f40513ea # Parent 13a772b92155254e31851ce68982fbb7985d78ac vim: cram updates diff -r 13a772b92155 -r 07500b0af610 vim/syntax/cram.vim --- a/vim/syntax/cram.vim Sun Sep 26 20:30:54 2010 -0400 +++ b/vim/syntax/cram.vim Thu Sep 30 18:46:05 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"