# HG changeset patch # User Edho Arief # Date 1339927037 0 # Node ID 0adc967bafda0e7fb325db3fc0c3fdaeb9d3787b # Parent f26bc3818bf808aed22f8c7a724aa6ce94c8bb7a Added vim rule for fstab. diff -r f26bc3818bf8 -r 0adc967bafda rc/vimrc --- a/rc/vimrc Thu Jun 14 11:20:30 2012 +0700 +++ b/rc/vimrc Sun Jun 17 09:57:17 2012 +0000 @@ -39,6 +39,7 @@ autocmd BufRead,BufNewFile Gemfile :set ft=ruby autocmd BufRead,BufNewFile crontab.* :set noet ts=8 nolist autocmd BufRead,BufNewFile crontab :set noet ts=8 nolist + autocmd BufRead,BufNewFile fstab :set noet ts=8 nolist autocmd BufRead,BufNewFile .git/COMMIT_EDITMSG :set noet ts=8 nolist autocmd BufRead,BufNewFile .gitconfig :set noet ts=8 nolist autocmd BufRead,BufNewFile .git/config :set noet ts=8 nolist