albfan / nerdtree-git-plugin

A plugin of NERDTree showing git status
15 stars 2 forks source link

Allow fine grain filter of git status #1

Open albfan opened 9 years ago

albfan commented 9 years ago

Many times you want to filter git status from staged/unstaged changes. As a graphic view for your git add --patch workflow.

Maybe this shortcuts could work

as this seems for advanced users, activate through a global option.

g:NERDTreeAdvancedGitFilter
albfan commented 7 years ago

I have rebased implementation over last upstream refactor, but there's no test related with this functionality