Add the collapse extension and alias fold to it.
HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 29 Jul 2009 11:44:33 -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