I want to read line n1->n2 from file foo.c into the current buffer.
I tried: 147,227r /path/to/foo/foo.c
147,227r /path/to/foo/foo.c
But I get: \"E16: Invalid range\", though I
You will need to:
:r /path/to/foo/foo.c :d 228,$ :d 1,146
Three steps, but it will get it done...