Related: #16643 , Konfekt/vim-compilers#10
It seems that it is possible to not specifying the title starting from pandoc 2.7.3 which is quite old.
https://github.com/vim/vim/pull/19048
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Hello, thank you for finding the exact version where this requirement was dropped; could you give a reference? If it is sufficiently old, we could dispense with a version check
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
In-fact we have to go even farther in time: the behavior of throwing a warning instead of an error has been changed in 2.0.6:
https://hackage.haskell.org/package/pandoc-2.0.6/changelog?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Yes, thank you, I was rather referring to a reference for when the warning was dropped
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
What about this:
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thank you! The comment there showing that this has been a nag elsewhere as well. Since the change has only been committed this year to main, could you implement a version check, maybe similar to https://github.com/vim/vim/blob/7a6d9454c8b925c8607b86d7afda2841af2f7f13/runtime/compiler/tombi.vim#L38 ?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
By the way, this change has been asked for at another occasion here I think, but I cannot find it anymore
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I can implement a version control in the next days.
However, I don't get why we want to use a newer version to discriminate the auto-inclusion of the title rather than an old one. Does a warning message create many issues?
Also, would that be ok to update the script to Vim9? I think there should already be a number of compiler scripts written in Vim9 if I am not mistaken.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()