.vimrc @ 19df0cea18a5

Add the new outgoing and incoming hg-prompt features.
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jul 2009 22:51:12 -0400
parents da2751a0739f
children (none)
set nocompatible
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set wrap
set lbr

set showmatch
set ruler
set incsearch
set backspace=indent,eol,start
set nu
set hls

syntax on
set background=dark