Adrian Rego

Results 20 comments of Adrian Rego

Are you typing `:Gstatus`?

Seems to be related to NERDTree. Ran into the same issue with just NERDTree and vim-fugitive on a vanilla vim install. If you don't use NERDTree, you can disable it...

I just added `autocmd AuNERDTreeCmd WinEnter * call s:CloseIfOnlyNerdTreeLeft()` to the experimental branch. Need to verify this isn't a problem.

can't look into at the moment, but i know the master branch uses @wycats fork of nerdtree `git://github.com/wycats/nerdtree.git` might want to start there...i'll look further into it when i get...

Saw this a couple of weeks ago. Have you integrated into your janus setup? Had issues getting it up and running on mine.

Assuming the jellybeans repo is in ~/.janus as a submodule you can drop the linked snippet in `~/.gvimrc.after` after you specify your colorscheme. https://gist.github.com/1733279

Any plugins in `~/.janus`, including colors, need to be in the proper folder structure for pathogen to load them. In the example with paintbox it should be `~/.janus/paintbox/colors/paintbox.vim`

`fef` works for me. echoing what @eMxyzptlk said, it could be a custom config or plugin.

Need to get around to updating the wiki, but have a look at the [Customization](https://github.com/carlhuda/janus/wiki/Customization) page. Your Janus customizations/setup is controlled by .vimrc.before/after files and your ~/.janus directory. Get those...