Skip to content

Commit

Permalink
use setlocal when setting spell in commit buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
scrooloose committed May 20, 2011
1 parent 3ba550d commit b6668d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -315,7 +315,7 @@ function! SetCursorPosition()
endfunction endfunction


"spell check when writing commit logs "spell check when writing commit logs
autocmd filetype svn,*commit* set spell autocmd filetype svn,*commit* setlocal spell


"http://vimcasts.org/episodes/fugitive-vim-browsing-the-git-object-database/ "http://vimcasts.org/episodes/fugitive-vim-browsing-the-git-object-database/
"hacks from above (the url, not jesus) to delete fugitive buffers when we "hacks from above (the url, not jesus) to delete fugitive buffers when we
Expand Down

0 comments on commit b6668d7

Please sign in to comment.