作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
假设您要删除一个 C 函数从它的名字到并包括结束 curl 的那一行:
int main (void) /* Cursor on this line. */
{
while (...) {
...
}
}
d/^}<CR>
但这不会删除关闭 curl 的行。我怎样才能有一个包容性的查找模式删除?我一定错过了一些简单的东西。
最佳答案
我只是快速搜索了一下,找到了 /
的偏移语法运算符(operator) here .
d/^}/0
关于vim - Linewise inclusive delete up to a pattern,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12123856/
我是一名优秀的程序员,十分优秀!