Files
linguist/samples/VimL/filenames/_vimrc
2014-10-20 00:39:26 +09:00

9 lines
97 B
VimL

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