gpt4 book ai didi

vim - 如何让 Vim 使用当前目录中的本地拼写文件?

转载 作者:行者123 更新时间:2023-12-05 04:16:18 25 4
gpt4 key购买 nike

我不明白 Vim 可以进行拼写检查,它可以修改 ~/.vim 中的拼写文件以将单词标记为正确。

我想在与我正在编辑的文件相同的目录中保留一个“本地”拼写文件,这样如果我在不同的目录中编辑不同的文件,就会使用不同的拼写文件。

如何设置 Vim 来执行此操作?

最佳答案

Vim 自己的帮助在这里很有用:

:help spellfile
    Name of the word list file where words are added for the 
zg and zw commands. It must end in ".{encoding}.add".
You need to include the path, otherwise the file is placed
in the current directory.

更详细的信息: http://thejakeharding.com/tutorial/2012/06/13/using-spell-check-in-vim.html Separate Vim spellfile for custom words

所以:

:set spellfile=./en.utf-8.add

第一个

关于vim - 如何让 Vim 使用当前目录中的本地拼写文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27974234/

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