07500b0af610

vim: cram updates
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Sep 2010 18:46:05 -0400
parents 13a772b92155
children defeed18f08c
branches/tags (none)
files vim/syntax/cram.vim

Changes

--- 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"