I am trying to create a vim command in my .vimrc that (possibly) will use p4 annotate to get the corresponding change list and its data for the current line that I am editing.
I tried to write something myself, but my skills in creating bash / vim scripts are not so great, and I could not find a way to get a list of changes in the current line.
What should such a vim command look like?
user3928774
source share