go

在一个折叠内使用行范围

英文: Use line range within a fold 问题 可以将行范围限制在当前折叠内吗?比如说我想要在当前折叠内进行替换,从第二行到折叠末尾,即: 2,$s/str/replace/ ...