Changeset 34539

Show
Ignore:
Timestamp:
07/23/09 00:14:53 (4 years ago)
Author:
kozo-ni
Message:

背景黒にした

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/vim/kozo-ni/.vimrc

    r34294 r34539  
    9898set splitright 
    9999set title 
    100 set background=light 
     100set background=dark 
    101101set statusline=%F%m%r%h%w\ [%{&fileencoding}\ %{&fileformat}]\ [TYPE=%Y]\ [%l/%L,\ %c] 
    102102" set statusline=%<%f\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,%c%V%8P 
     
    365365autocmd WinLeave * setlocal nocursorline 
    366366 
     367autocmd FileType netrw nnoremap q :q<CR> 
     368 
    367369" http://paranoid.dip.jp/kaworu/2008-06-07-1.html 
    368370autocmd QuickfixCmdPost make,grep,grepadd,vimgrep copen