From 0636c5df37d336ebb03fef424c6e7c512d4d7fa2 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 7 May 2012 21:44:50 -0400 Subject: [PATCH] Much better like this --- janus/protobuf/{syntax => ftdetect}/proto.vim | 0 vimrc.after | 2 -- 2 files changed, 2 deletions(-) rename janus/protobuf/{syntax => ftdetect}/proto.vim (100%) diff --git a/janus/protobuf/syntax/proto.vim b/janus/protobuf/ftdetect/proto.vim similarity index 100% rename from janus/protobuf/syntax/proto.vim rename to janus/protobuf/ftdetect/proto.vim diff --git a/vimrc.after b/vimrc.after index f52ab00..11bd81d 100644 --- a/vimrc.after +++ b/vimrc.after @@ -4,8 +4,6 @@ set tabstop=4 set shiftwidth=4 set softtabstop=4 -autocmd BufNewFile,BufRead *.proto setf proto - " Set the indent to 2 when working with ruby and markup stuff autocmd BufNewFile,BufRead *.feature,*.rb,*.ru,*.xml,*.html,*.htm,Gemfile,Rakefile,Procfile set shiftwidth=2 \| set tabstop=2