I tried to view git status %d wenn the cursor is on a .git/-directory. The last lines with fileviewer from my vifmrc:
" preview directories
fileviewer .git/ git status %d
fileviewer .*/,*/ /usr/bin/tree --noreport -F -L 3 -a %c, /usr/bin/tree --noreport -F -a %c
The git status %d shows in :view, but only wenn I switch to the pane with the preview. If I switch back to the pane (which contains the .git/-folder the preview shows only [...]. Any hints how to solve this issue?