update example using VimtexClean upon quit#2012
Closed
postylem wants to merge 1 commit intolervag:masterfrom
postylem:patch-1
Closed
update example using VimtexClean upon quit#2012postylem wants to merge 1 commit intolervag:masterfrom postylem:patch-1
postylem wants to merge 1 commit intolervag:masterfrom
postylem:patch-1
Conversation
The example is using some outdated function (I think). I wanted to get the behaviour described, and I got it using `VimtexClean` instead of `call vimtex#compiler#clean(0)` which didn't do anything (as I don't think that function exists?)
lervag
added a commit
that referenced
this pull request
Mar 29, 2021
Owner
vimtex/autoload/vimtex/compiler.vim Lines 258 to 277 in 6c5e133 The functions are not outdated and the both exist. The example is valid. However, I do agree it is probably better to refer to the already documented ex commands. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The example is using some outdated function (I think).
I wanted to get the behaviour described, and I got it using
VimtexCleaninstead ofcall vimtex#compiler#clean(0)which didn't do anything (as I don't think that function exists?)