Mercurial > public > dotfiles
changeset 4:6bb800967ce5
Turn off spell checking by default. Use the Unix/Linux syntax for wildignore.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 05 Jan 2012 20:05:42 -0600 |
parents | 92af3257a261 |
children | eef1de191580 |
files | vim/.vimrc |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vim/.vimrc Wed Jan 04 19:37:22 2012 -0600 +++ b/vim/.vimrc Thu Jan 05 20:05:42 2012 -0600 @@ -13,9 +13,12 @@ set ruler set history=1000 set encoding=utf-8 +set showcmd " CtrlP related settings -set wildignore+=.git\*,.hg\*,.svn\*,*.d,*.dbo,*.o,*.ti +" set wildignore+=.git\*,.hg\*,.svn\*,*.d,*.dbo,*.o,*.ti +set wildignore+=*/.git/*,*/.hg/*,*/.svn/* +let g:ctrlp_working_path_mode = 2 " This allows % to toggle on if/elsif/else/end, XML tags, & more runtime macros/matchit.vim @@ -58,7 +61,7 @@ " Remove extra trailing spaces nnoremap <F2> :%s/\s\+$//<CR> -setlocal spell spelllang=en_us +" setlocal spell spelllang=en_us let mapleader=","