Nenhuma descrição

vimrc.local 423B

1234567891011121314151617181920
  1. set background=dark
  2. syntax on
  3. if has("autocmd")
  4. au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
  5. endif
  6. if has("autocmd")
  7. filetype plugin indent on
  8. endif
  9. set showcmd " Show (partial) command in status line.
  10. set showmatch " Show matching brackets.
  11. set incsearch " Incremental search
  12. set modeline
  13. set hlsearch
  14. autocmd BufEnter * :syntax sync fromstart
  15. set viminfo='100,h