Show
Ignore:
Timestamp:
08/26/08 20:42:30 (4 months ago)
Author:
ukstudio
Message:

=以外の演算子にもsmartchrの設定追加

Files:
1 modified

Legend:

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

    r18241 r18257  
    7676" smartchr 
    7777inoremap <expr> = smartchr#one_of(' = ', ' == ', ' === ', '=') 
     78inoremap <expr> + smartchr#one_of(' + ', ' += ', '+') 
     79inoremap <expr> - smartchr#one_of(' - ', ' -= ', '-') 
     80inoremap <expr> > smartchr#one_of(' > ', ' >= ', '>') 
     81inoremap <expr> > smartchr#one_of(' < ', ' <= ', '<')