Hi, how can I adress the lines, which I send as input from vim to a python script (in python): for example - :1,10!python script.py Probably the same problem: how can I adress something which is piped into a python script? cat text.txt | python script.py Thanks in advance, Andreas.