gpt4 book ai didi

vim - 如何在 .vimrc 文件中拆分长行?

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

我的 .vimrc 中有一条线路长度超过 80 个字符:

autocmd FileType python set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class,with

我觉得这很烦人,所以我想把它分成多行,但我不知道该怎么做。我试过 \因为这在 Python 和 Bourne shell 中有用,但显然这在 Vim 中不是有效的语法:
autocmd FileType python set smartindent \
cinwords=if,elif,else,for,while,try,except,finally,def,class,with


E492: Not an editor command

谁能告诉我如何分割这条线?

(如果有人能告诉我如何添加到 cinwords 而不是完全重置它,我会加分;我唯一想要实现的是向它添加 with 关键字。)

最佳答案

autocmd FileType python set smartindent
\ cinwords+=with

关于vim - 如何在 .vimrc 文件中拆分长行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10831565/

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