You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using a very old version (v2.5) of vim-fugitive and just recently decided to upgrade to the latest master.
I've noticed that :Git! command displays Untracked files first, before any other files. With the old version they were shown last. Is there a way to get the old behaviour back?
EDIT: just to clarify, I would like to know if there is a way other than hacking function! s:StatusRender(stat)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been using a very old version (v2.5) of vim-fugitive and just recently decided to upgrade to the latest master.
I've noticed that
:Git!
command displaysUntracked
files first, before any other files. With the old version they were shown last. Is there a way to get the old behaviour back?EDIT: just to clarify, I would like to know if there is a way other than hacking
function! s:StatusRender(stat)
Many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions