Changeset 18240 for dotfiles/vim/ukstudio/.vimrc
- Timestamp:
- 08/26/08 14:03:47 (4 months ago)
- Files:
-
- 1 modified
-
dotfiles/vim/ukstudio/.vimrc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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)