gpt4 book ai didi

c - VIM C/* 如果 */不存在则在新行上注释 *

转载 作者:行者123 更新时间:2023-12-02 04:39:24 25 4
gpt4 key购买 nike

很久以前,当我在另一台机器上用 VIM 编写 C 代码时,我启用了一些东西,所以当我用 /* 开始评论并在 * 之前按回车键时/ 被键入,VIM 会放一个 * 并很好地隔开它。那是什么,我该如何取回它?我希望它自动执行此操作:

/* some comments
* <-- VIM put this " * " here */

使 VIM 更酷的一般建议。

最佳答案

formatoptions中是ro。参见 :help fo-table

letter  meaning when present in 'formatoptions'

r Automatically insert the current comment leader after hitting
<Enter> in Insert mode.
o Automatically insert the current comment leader after hitting 'o' or
'O' in Normal mode.

关于c - VIM C/* 如果 */不存在则在新行上注释 *,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21212079/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com