- Timestamp:
- 06/27/08 17:36:25 (5 months ago)
- Files:
-
- 1 modified
-
dotfiles/vim/hogelog-vimrc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vim/hogelog-vimrc
r14681 r14706 1 filetype plugin indent on 2 3 syntax enable 1 4 colorscheme default 2 3 syntax on4 filetype on5 filetype indent on6 filetype plugin on7 5 8 6 set number … … 13 11 14 12 " for UTF-8 15 set amb w=double13 set ambiwidth=double 16 14 17 15 " show statusline always … … 27 25 set expandtab 28 26 29 set tenc=utf-830 27 set encoding=utf-8 31 set fencs=euc-jp,iso-2022-jp,cp932,utf-8 28 set fileencodings=euc-jp,iso-2022-jp,cp932,utf-8 29 set fileformat=unix,dos,mac 32 30 33 31 " search … … 36 34 set hlsearch 37 35 38 autocmd FileType scheme :let is_gauche=1 39 36 let g:is_gauche = 1 40 37 " auto save 38 set updatetime=50 39 autocmd CursorHold * call AutoUp() 41 40 function! AutoUp() 42 if expand(' %') =~ g:svbfre&& !&readonly && &buftype == ''41 if expand('<afile>') != '' && !&readonly && &buftype == '' 43 42 silent update 44 43 endif 45 44 endfunction 46 45 47 autocmd CursorHold * call AutoUp()48 set updatetime=5049 let g:svbfre = '.\+'50 51 46 set noswapfile 52 47 set nobackup
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)