I want to read line n1->n2 from file foo.c into the current buffer.
I tried: 147,227r /path/to/foo/foo.c
But I get: "E16: Invalid range", though I am certain that foo.c contains more than 1000 lines.
|
I want to read line n1->n2 from file foo.c into the current buffer. I tried: But I get: "E16: Invalid range", though I am certain that foo.c contains more than 1000 lines. |
||||
|
|
|
The {range} refers to the destination in the current file, not the range of lines in the source file. After some experimentation, it seems
means insert the contents of |
|||
|
|
|
You will need to:
Three steps, but it will get it done... |
|||||
|
|