Recognize some newer DNS record types - CAA (RFC8659, certificate authority authorization), OPENPGPKEY (RFC7929), SMIMEA (RFC8162). Sort SSHFP alphabetically while there.
https://github.com/vim/vim/pull/7351
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #7351 (6b6812a) into master (792f786) will decrease coverage by
0.00%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #7351 +/- ## ========================================== - Coverage 88.88% 88.87% -0.01% ========================================== Files 148 148 Lines 162999 162999 ========================================== - Hits 144879 144863 -16 - Misses 18120 18136 +16
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/diff.c | 85.03% <0.00%> (-0.95%) |
⬇️ |
| src/mbyte.c | 79.89% <0.00%> (-0.38%) |
⬇️ |
| src/ex_getln.c | 91.37% <0.00%> (-0.35%) |
⬇️ |
| src/getchar.c | 86.13% <0.00%> (-0.29%) |
⬇️ |
| src/move.c | 94.12% <0.00%> (-0.26%) |
⬇️ |
| src/xdiff/xdiffi.c | 67.93% <0.00%> (-0.24%) |
⬇️ |
| src/drawscreen.c | 85.03% <0.00%> (-0.16%) |
⬇️ |
| src/message.c | 88.81% <0.00%> (-0.05%) |
⬇️ |
| src/if_xcmdsrv.c | 88.55% <0.00%> (ø) |
|
| src/channel.c | 90.08% <0.00%> (+0.05%) |
⬆️ |
| ... and 5 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update 792f786...6b6812a. Read the comment docs.
Have you tried contacting the maintainer, as mentioned in the header?
Hmm, I thought it was no longer valid because www.mehnle.net came back 'domain not found' and the last updated date on the file was 2011 and there had been several commits to the file in vim since then, but now I see that mehnle.net itself does still exist so I'll try emailing.
No response to my email yet. In the meantime I have found another updated bindzone.vim on github which maybe a better source (it has a few other changes): https://github.com/sebastianw/vim-bindzone/
Hello,
Their website is indeed down, but their mail server is responding:
michel@debian:~$ dig +short MX mehnle.net
10 callisto.mehnle.net.
michel@debian:~$ nc callisto.mehnle.net 25
220 callisto.mehnle.net ESMTP Postfix (Ubuntu)
QUIT
221 2.0.0 Bye
Actually, isn't it @jmehnle ?
let me merge it
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Merged #7351 into master.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()