vim 线偏移

示例

线偏移量可用于调整起始线和结束线:

:/foo/-,/bar/+4command    " from the line above next 'foo' to 4 lines below next 'bar'

请参阅:help search-offset。