# HG changeset patch # User Steve Losh # Date 1296246686 18000 # Node ID e9bae3706b2377202c08f0f982a86c9c50831841 # Parent 245ed5a1a59e6f11c89a0048e5b77a1dc3317cfd vim: remove sparkup to switch diff -r 245ed5a1a59e -r e9bae3706b23 .hgsub --- a/.hgsub Thu Jan 27 17:02:43 2011 -0500 +++ b/.hgsub Fri Jan 28 15:31:26 2011 -0500 @@ -5,7 +5,6 @@ vim/bundle/markdown = [git]git://github.com/tpope/vim-markdown.git vim/bundle/nerdcommenter = [git]git://github.com/scrooloose/nerdcommenter.git vim/bundle/nerdtree = [git]git://github.com/scrooloose/nerdtree.git -vim/sadness/sparkup = [git]git://github.com/sjl/sparkup.git vim/bundle/surround = [git]git://github.com/tpope/vim-surround.git vim/bundle/syntastic = [git]git://github.com/sjl/syntastic.git vim/bundle/vim-coffee-script = [git]git://github.com/kchmck/vim-coffee-script.git diff -r 245ed5a1a59e -r e9bae3706b23 .hgsubstate --- a/.hgsubstate Thu Jan 27 17:02:43 2011 -0500 +++ b/.hgsubstate Fri Jan 28 15:31:26 2011 -0500 @@ -9,4 +9,3 @@ 60731769663ea23b4763f3f0034da445ebcd3ddd vim/bundle/syntastic b9b4407a19acc4eb344cca0cc5beea75e9ff5491 vim/bundle/vim-coffee-script c2df2e430d7d5fe645aa40e36079ab51f082e06b vim/bundle/vim-javascript -94293727a5d47cb3cca3a32069f86eb42cbc0bf6 vim/sadness/sparkup diff -r 245ed5a1a59e -r e9bae3706b23 vim/.vimrc --- a/vim/.vimrc Thu Jan 27 17:02:43 2011 -0500 +++ b/vim/.vimrc Fri Jan 28 15:31:26 2011 -0500 @@ -155,6 +155,7 @@ au BufNewFile,BufRead *.less setlocal nocursorline au BufNewFile,BufRead *.less nnoremap cc ddko au BufNewFile,BufRead *.less nnoremap S ?{jV/^\s*\}?$k:sort:noh +au BufNewFile,BufRead *.less inoremap { {.}kA au BufNewFile,BufRead *.js setlocal foldmethod=marker au BufNewFile,BufRead *.js setlocal foldmarker={,} diff -r 245ed5a1a59e -r e9bae3706b23 vim/bundle/sparkup --- a/vim/bundle/sparkup Thu Jan 27 17:02:43 2011 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -/Users/sjl/lib/dotfiles/vim/sadness/sparkup/vim/ \ No newline at end of file