I’d like to call the VCSStatus function passing the current working directory (whatever :pwd returns) to it. It has to be the full path, and no special characters such as “.” are accepted.
I’d like to call the VCSStatus function passing the current working directory (whatever :pwd
Share
should do the trick. Should you wish to use the current file’s directory instead, it’d be:
(
%refers to the current file,:pmodifies to a full absolute path, and:hcuts off the filename; cp.:help filename-modifiers)