Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 461314 | Differences between
and this patch

Collapse All | Expand All

(-)files/vimrc-r3 (-2 / +2 lines)
Lines 148-154 Link Here
148
  " Better to emerge app-vim/gentoo-syntax, which provides full syntax,
148
  " Better to emerge app-vim/gentoo-syntax, which provides full syntax,
149
  " filetype and indent settings for all things Gentoo.
149
  " filetype and indent settings for all things Gentoo.
150
  au BufRead,BufNewFile *.e{build,class} let is_bash=1|setfiletype sh
150
  au BufRead,BufNewFile *.e{build,class} let is_bash=1|setfiletype sh
151
  au BufRead,BufNewFile *.e{build,class} set ts=4 sw=4 noexpandtab
151
  au BufRead,BufNewFile *.e{build,class} setlocal ts=4 sw=4 noexpandtab
152
152
153
  " In text files, limit the width of text to 78 characters, but be careful
153
  " In text files, limit the width of text to 78 characters, but be careful
154
  " that we don't override the user's setting.
154
  " that we don't override the user's setting.
Lines 167-173 Link Here
167
167
168
  " When editing a crontab file, set backupcopy to yes rather than auto. See
168
  " When editing a crontab file, set backupcopy to yes rather than auto. See
169
  " :help crontab and bug #53437.
169
  " :help crontab and bug #53437.
170
  autocmd FileType crontab set backupcopy=yes
170
  autocmd FileType crontab setlocal backupcopy=yes
171
171
172
augroup END
172
augroup END
173
173

Return to bug 461314