Vim textwidth 逗号缩进问题

发布于 2024-08-06 09:01:12 字数 138 浏览 5 评论 0原文

如果我在 Vim 中设置以下选项,

set textwidth=80

文本将在 80 个字符处中断。这可行,但问题是如果逗号 (,) 位于行尾,Vim 会缩进下一行。我可以做什么来避免这种行为?

If i set the following option in Vim,

set textwidth=80

the text will break at 80 characters. This works, but the problem is if a comma (,) is on the end of a line, Vim indents the next line. What can I do to avoid this behaviour?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

赴月观长安 2024-08-13 09:01:12

您可能启用了 C 风格缩进。 :set nocindent 应该可以解决问题

You probably have C style indenting on. :set nocindent should do the trick

心的憧憬 2024-08-13 09:01:12

编辑您的 .vimrc 并注释掉 set fo=...

Edit your .vimrc and comment set fo=... out.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文