vimto
vimto copied to clipboard
relative paths specified on the command line are confusing
go test -exec vimto -vm.kernel ../foo ./sub/pkg
vimto is executed in ./sub/pkg and therefore ../foo doesn't resolve to a valid location. Not sure how to fix this. Maybe just require absolute paths?