我有一个看起来像的大文本文件
some random : demo text for
illustration, can be long
and : some more
here is : another
one
我想要一个像这样的输出
some random : demo text for illustration, can be long
and : some more
here is : another one
我尝试了一些奇怪的,明显错误的正则表达式,%s/\w*\n/ /g
但无法真正理解。