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
It seems that update-filelist.sh doesn't follow symliks. ctags -o ./.exvim.project/_tags --fields=+iaS --extra=+q -L ./.exvim.project/files doesn't generate proper tag file because ./.exvim.project/files doesn't include all files.
It seems that
update-filelist.shdoesn't follow symliks.ctags -o ./.exvim.project/_tags --fields=+iaS --extra=+q -L ./.exvim.project/filesdoesn't generate proper tag file because./.exvim.project/filesdoesn't include all files.