gpt4 book ai didi

vim - 使用vim-latex-suite编译latex时如何去掉W11

转载 作者:行者123 更新时间:2023-12-04 14:19:25 26 4
gpt4 key购买 nike

当使用 latex-suite(使用命令 <leader>ll)从 vim 编译时,我经常收到以下错误:

W11: Warning: File "yourLaTeXfile.log" has changed since editing started See ":help W11" for more info.



如何配置 vim/latex-suite 以始终设置由 Tex_RunLaTeX() 生成的日志文件的自动读取?重新映射是否足够 <leader>llTex_RunLaTeX()!还是会引入任何新的很酷的功能?

最佳答案

How can I configure vim/latex-suite to always set the autoread of the log-files produced by Tex_RunLaTeX()?



找出为文件设置的文件类型:
:setl filetype?

然后设置一个autocmd:
:autocmd FileType <the-filetype-here> setlocal autoread

或者,您也可以直接在文件模式 :autocmd BufRead *.log ... 上定义 autocmd ,或附加 :setlocal autoread直接到 <Leader>ll映射。

关于vim - 使用vim-latex-suite编译latex时如何去掉W11,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19510019/

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