Files
linguist/samples/VimL/filenames/.vimrc
2012-08-03 15:25:38 -05:00

9 lines
97 B
VimL

set nocompatible
set ignorecase
set incsearch
set smartcase
set showmatch
set showcmd
syntax on