Changeset 18294 for dotfiles/vim
- Timestamp:
- 08/27/08 14:08:54 (5 years ago)
- Files:
-
- 1 modified
-
dotfiles/vim/ukstudio/.vimrc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/vim/ukstudio/.vimrc
r18258 r18294 28 28 29 29 "<TAB>で補完 30 function InsertTabWrapper()30 function! InsertTabWrapper() 31 31 if pumvisible() 32 32 return "\<c-n>" … … 80 80 inoremap <expr> > smartchr#one_of(' > ', ' >= ', '>') 81 81 inoremap <expr> < smartchr#one_of(' < ', ' <= ', '<') 82 83 " reload .vimrc 84 command! ReloadVimrc source $MYVIMRC
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)