aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2013-02-25 11:28:37 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2013-02-25 11:28:37 +0100
commitc1cf8f2a118895614ab211ed6f3b0c4175c1c76d (patch)
treeb0e417bad2a008bddfc038603cef6804f210c774
parentcbc42d6bf0bbe099982456f4a3c438bdd2a8965a (diff)
downloaddotfiles-c1cf8f2a118895614ab211ed6f3b0c4175c1c76d.tar.gz
dotfiles-c1cf8f2a118895614ab211ed6f3b0c4175c1c76d.zip
Added YACC to the autocmd statement
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index ef00f6b..dcdbcf4 100644
--- a/vimrc
+++ b/vimrc
@@ -29,4 +29,5 @@ filetype plugin on
autocmd FileType ruby set shiftwidth=2
autocmd FileType c set shiftwidth=4 tabstop=4
+autocmd FileType yacc set shiftwidth=4 tabstop=4