Changeset 18240
- Timestamp:
- 08/26/08 14:03:47 (4 months ago)
- Location:
- dotfiles/vim/ukstudio
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vim/ukstudio/.gvimrc
r16187 r18240 1 1 set langmenu=menu_ja_jp.utf-i.vim 2 set nomacatsui anti enc=utf-8 tenc=macroman gfn=Monaco:h113 2 set termencoding=japan 3 set imdisable 4 set iminsert=0 imsearch=0 5 set antialias 6 7 if has('gui_macvim') 8 set transparency=5 9 else 10 set nomacatsui anti enc=utf-8 tenc=macroman gfn=Monaco:h12 11 endif 12 4 13 set gfw=Osaka-Mono:h11 -
dotfiles/vim/ukstudio/.vimrc
r16075 r18240 1 " design 1 2 set background=dark 2 3 colorscheme xoria256 3 4 5 " syntax 4 6 set nocompatible 5 7 syntax on … … 8 10 filetype plugin on 9 11 12 " tab 10 13 set tabstop=2 11 14 set shiftwidth=2 … … 13 16 set expandtab 14 17 18 " show number, cursorline, ruler 15 19 set nu 20 set cursorline 21 set ruler 22 16 23 set smartindent 17 set cursorline18 24 set hlsearch 19 25 set laststatus=2 … … 47 53 48 54 " autocomplpop.vim 55 let g:AutoComplPop_CompleteOption = '.,w,b,u,t,i,k' 49 56 let g:AutoComplPop_IgnoreCaseOption = 1 50 57 51 let g:AutoComplPop_BehaviorKeywordLength = 158 let g:AutoComplPop_BehaviorKeywordLength = 6 52 59 let g:AutoComplPop_BehaviorFileLength = 1 53 let g:AutoComplPop_BehaviorRubyOmniMethodLength = 154 let g:AutoComplPop_BehaviorRubyOmniSymbolLength = 155 let g:AutoComplPop_BehaviorPythonOmniLength = 160 let g:AutoComplPop_BehaviorRubyOmniMethodLength = 6 61 let g:AutoComplPop_BehaviorRubyOmniSymbolLength = 6 62 let g:AutoComplPop_BehaviorPythonOmniLength = 4 56 63 let g:AutoComplPop_BehaviorHTMLOmniLength = 1 57 64 let g:AutoComplPop_BehaviorCssOmniPropertyLength = 1
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)