Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Stack Overflow 帖子中找到了这个命令:
:set formatoptions+=r
这在插入模式下效果很好,但在正常模式下按下o并不真正适用于多行注释,即:
/** * * */
如果您希望包含评论领导者:
:set formatoptions+=o
否则:
:set formatoptions-=o