Some filetypes are set manually, or using autocmd, and do not work
properly with filetype detect, so in netrw, save and restore the
buffer's current filetype to be used in place of filetype detect in
NetrwOptionRestore().
The original filetype detect call is left in place to account for the
possibility that {a:vt}netrw_ftkeep is not set.
https://github.com/vim/vim/pull/6866
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
Merging #6866 into master will decrease coverage by
0.00%.
The diff coverage isn/a.
@@ Coverage Diff @@ ## master #6866 +/- ## ========================================== - Coverage 88.51% 88.50% -0.01% ========================================== Files 147 147 Lines 160941 160941 ========================================== - Hits 142454 142439 -15 - Misses 18487 18502 +15
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/gui.c | 62.75% <0.00%> (-0.55%) |
⬇️ |
| src/sign.c | 94.77% <0.00%> (-0.18%) |
⬇️ |
| src/clipboard.c | 83.21% <0.00%> (-0.11%) |
⬇️ |
| src/gui_gtk_x11.c | 58.59% <0.00%> (-0.10%) |
⬇️ |
| src/terminal.c | 91.02% <0.00%> (-0.04%) |
⬇️ |
| src/os_unix.c | 70.48% <0.00%> (+0.08%) |
⬆️ |
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 077cc7a...0ab2d32. Read the comment docs.
Hi Gary,
Understood, but from what I can tell Chip is no longer maintaining this one, and Bram has actually taken over the work, at least according to the recent commits. The last update on the vim.org/scripts page is from 2014, for example.
I tried reach out a couple of times, it's actually been a couple years with no response, so I'd given up on that route.
What do you think?
PS apologies if there's a dupe message that's similar, but not identical, to this one. I tried posting via google groups and I'm not entirely sure what happened.
—
You are receiving this because you commented.
but from what I can tell Chip is no longer maintaining this one,
He is still maintaining netrw. His mail address is written here:
https://github.com/vim/vim/blob/0ab2d326ff391b66f4f619b4ffd452cd369ee852/runtime/autoload/netrw.vim#L5
(Please remove "N", "O", "S", "P", "A", "M".)
The last update on the vim.org/scripts page is from 2014, for example.
The latest one is available here:
http://www.drchip.org/astronaut/vim/index.html#NETRW
—
You are receiving this because you commented.
Yes, I've emailed him on a couple of instances, but let me try again.
—
You are receiving this because you commented.
Bram has actually taken over the work, at least according to the recent commits
Bram is the only one that commits to this repository, so don't go by that.
—
You are receiving this because you commented.
Thanks for the help, everyone, with the new email address, I managed to get in touch with Chip. I'll close this one down for now.
—
You are receiving this because you commented.