Changeset 18294 for dotfiles/vim

Show
Ignore:
Timestamp:
08/27/08 14:08:54 (5 years ago)
Author:
ukstudio
Message:

コマンド叩いてvimrcをreloadできるようにした

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vim/ukstudio/.vimrc

    r18258 r18294  
    2828 
    2929"<TAB>で補完 
    30 function InsertTabWrapper() 
     30function! InsertTabWrapper() 
    3131  if pumvisible() 
    3232    return "\<c-n>" 
     
    8080inoremap <expr> > smartchr#one_of(' > ', ' >= ', '>') 
    8181inoremap <expr> < smartchr#one_of(' < ', ' <= ', '<') 
     82 
     83" reload .vimrc 
     84command! ReloadVimrc source $MYVIMRC