Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
tralala
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmeta committed Oct 31, 2012
1 parent a928d2b commit 6ac36ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vimrc
Expand Up @@ -32,11 +32,11 @@
" }}}
" Newish {{{
set history=9999 " big old history
set timeoutlen=200 " super low delay
set formatoptions+=n " Recognize numbered lists
set timeoutlen=1000 " super low delay
set formatoptions+=n " Recognize numbered lists
set formatlistpat=^\\s*\\(\\d\\\|[-*]\\)\\+[\\]:.)}\\t\ ]\\s* "and bullets, too
set viminfo+=! " Store upper-case registers in viminfo
set nomore
set viminfo+=! " Store upper-case registers in viminfo
set nomore " Short nomore
" }}}
" General {{{
filetype plugin indent on " load filetype plugins/indent settings
Expand Down

0 comments on commit 6ac36ef

Please sign in to comment.