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.
我正在设置我的 .vimrc,但遇到拼写检查问题。这是我的.vimrc:
setlocal spell spelllang=en_us,fr_fr
在编辑器中,拼写检查似乎对两种语言都有效,但问题是在打开 vim 之前我得到“警告:不支持区域 fr”。
有没有办法让这个警告信息消失?
博士 OSwaldo的回答:
“fr”区域不存在,替换fr_fr为fr修复问题。
fr_fr
fr