Switch Syntastic source, for now.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 16 Aug 2011 09:44:47 -0400 |
parents |
71f41dacf190
|
children |
1dc7fe2ff7e7
|
branches/tags |
(none) |
files |
.hgsub .hgsubstate vim/.vimrc |
Changes
--- a/.hgsub Mon Aug 15 17:12:09 2011 -0400
+++ b/.hgsub Tue Aug 16 09:44:47 2011 -0400
@@ -8,7 +8,7 @@
vim/bundle/nerdtree = [git]git://github.com/scrooloose/nerdtree.git
vim/bundle/surround = [git]git://github.com/tpope/vim-surround.git
vim/bundle/sparkup = [git]git://github.com/sjl/vim-sparkup.git
-vim/bundle/syntastic = [git]git://github.com/scrooloose/syntastic.git
+vim/bundle/syntastic = [git]git://github.com/roman/syntastic.git
vim/bundle/vim-javascript = [git]git://github.com/pangloss/vim-javascript.git
vim/bundle/strftimedammit = [hg]http://bitbucket.org/sjl/strftimedammit.vim/
vim/bundle/easymotion = [git]git://github.com/Lokaltog/vim-easymotion.git
--- a/.hgsubstate Mon Aug 15 17:12:09 2011 -0400
+++ b/.hgsubstate Tue Aug 16 09:44:47 2011 -0400
@@ -13,7 +13,7 @@
c6197a10ace82e0fe0c08e5cf5c017b7069a978e vim/bundle/sparkup
6eec2c131213850ed65fd6da494dfd1a0d620a4e vim/bundle/strftimedammit
d9e6bfdd902fc661c8fd58ede248ccfc3b3039d7 vim/bundle/surround
-08e61a8c940356219b3a5c3f349af30fa6f78f8c vim/bundle/syntastic
+50e99cc2c108e1248c6f12b3b660b4abd1ad3869 vim/bundle/syntastic
17831680bc891c82b98f16718ff3a59cdadfa358 vim/bundle/threesome
c0a4929c940e4fb32f8aaa70440da113c7064467 vim/bundle/vim-arpeggio
b944e534bd6bbfc4fd56d4ee1a8aa831188387b0 vim/bundle/vim-coffee-script
--- a/vim/.vimrc Mon Aug 15 17:12:09 2011 -0400
+++ b/vim/.vimrc Tue Aug 16 09:44:47 2011 -0400
@@ -363,6 +363,11 @@
au BufNewFile,BufRead *.fish setlocal filetype=fish
" }}}
+" Help {{{
+
+au FileType help wincmd L
+
+" }}}
" HTML and HTMLDjango {{{
au BufNewFile,BufRead *.html setlocal filetype=htmldjango