标签: vim go
在我的代码中,我有很多这样的检查:
if err != nil { // foo }
如何在vim中轻松折叠它们?
答案 0 :(得分:-2)
这将解决问题:g/\s*if err /normal jva{zf
:g/\s*if err /normal jva{zf