Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some comments #2899

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autoload/vimtex/compiler/latexmk.vim
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function! s:compare_with_latexmkrc(dict, option) abort " {{{1
if !empty(l:value)
if !empty(a:dict[a:option]) && (a:dict[a:option] !=# l:value)
call vimtex#log#warning(
\ 'Option "' . a:option . '" is overriden by latexmkrc',
\ 'Option "' . a:option . '" is overridden by latexmkrc',
\ 'Changed from: ' . a:dict[a:option],
\ 'Changed to: ' . l:value)
endif
Expand Down
4 changes: 2 additions & 2 deletions doc/vimtex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4623,7 +4623,7 @@ benefits compared to the more general `cmp-omni`:
bibliographic details, useful for citations).
* Parses and display all details contained in bibtex files for cite
completions.
* Trims long strings in the completion menu (to add space for the documenation
* Trims long strings in the completion menu (to add space for the documentation
window).
* Triggers the completion menu automatically after typing `\cite{`.
* Allows more granular configuration of the menus, and more.
Expand Down Expand Up @@ -5248,7 +5248,7 @@ DENITE AND UNITE SOURCES *vimtex-denite*

https://github.com/Shougo/denite.nvim
https://github.com/Shougo/unite.vim
|denite.nvim| is is a popular interface for many things, including outlines.
|denite.nvim| is a popular interface for many things, including outlines.
Although VimTeX includes a simple interface for a tables of contents, it also
makes sense to provide these as a source to |denite.nvim|. The source name is
simply `vimtex`.
Expand Down