Skip to content

Commit

Permalink
merge: fix minor typos in comments/documentation
Browse files Browse the repository at this point in the history
refer: #2899
  • Loading branch information
lervag committed Mar 15, 2024
2 parents 9ce62bb + babd4a6 commit 577f7c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 577f7c5

Please sign in to comment.