zopencommunity / vimport

Utility for managing virtual file systems
3 stars 4 forks source link

Integrating tagbar plugin needs a manual creatin of TMPDIR #66

Closed HarithaIBM closed 1 month ago

HarithaIBM commented 2 months ago

Integrated Tagbar as vim plugin. On first call to tagbar in vim - a blank side panel is displayed. On running following command:

mkdir -p $HOME/tmp
export TMPDIR=$HOME/tmp

and rerunning :TagbarToggle- displays the functions/variables and rest of the data as expected.

HarithaIBM commented 1 month ago

Fixed as part of https://github.com/zopencommunity/ctagsport/pull/8