I'm getting an error message from a python script at position 21490.
at position 21490
How can I go to this position in Vim?
:goto 21490 will take you to the 21490th byte in the buffer.
:goto 21490
2.1m questions
2.1m answers
60 comments
57.0k users