Changeset 17219 for dotfiles

Show
Ignore:
Timestamp:
08/07/08 23:57:48 (4 months ago)
Author:
cho45
Message:

ftplugin を分離

Location:
dotfiles/vim/cho45
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vim/cho45/.vim/dict/perl.dict

    r4521 r17219  
     1__PACKAGE__ 
    12continue 
    23else 
  • dotfiles/vim/cho45/.vimrc

    r17110 r17219  
    143143cmap <ESC>l <Right> 
    144144 
    145 " perl 
    146 nmap epd i<CR>use Data::Dumper;<CR>warn Dumper <ESC>pa;<CR><ESC> 
    147 vmap epd yi<CR>use Data::Dumper;<CR>warn Dumper <ESC>pa;<CR><ESC> 
    148 nmap <silent> <buffer> em :PerlUseInsertionCWord<CR> 
    149145 
    150146"if has("mac") 
     
    295291autocmd BufNewFile,BufRead COMMIT_EDITMSG set filetype=git fenc=utf-8 | AutoComplPopDisable 
    296292 
    297 autocmd BufNewFile,BufRead */hatena/*.{pl,pm,t} set expandtab 
     293autocmd BufNewFile,BufRead */hatena/*.{pl,pm,t} setlocal expandtab 
    298294 
    299295nnoremap <C-c>  :<C-u>close<CR>