In edit mode, how do I specify vim to go to a specific line(say 67)? The following command treats line number as file name.
:e /tmp/foo 67
I know how to do this when starting vim, but that's incovenient when you're already inside an editing session with other files.
vim /tmp/foo +67