Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove neovim{,-nightly} man.lua patches #16821

Merged
merged 3 commits into from
Jun 3, 2023
Merged

Conversation

ajpaon
Copy link

@ajpaon ajpaon commented Jun 2, 2023

These patches break neovim's ability to find manpages

The patches change the neovim plugin to use mandoc -w <article> (which is a nonsense command) instead of man -w <article> which prints the location of the manpage. Removing this change fixes the :Man command.

More details in #16720

Fixes #16720

These patches break neovim's ability to find manpages

Fixes termux#16720
@2096779623
Copy link
Member

2096779623 commented Jun 2, 2023

#16735

Auto-update failing (termux#16366), not suitable for manual building due to
source being nondeterministic.
@xtkoba xtkoba merged commit c02cb84 into termux:master Jun 3, 2023
@ajpaon
Copy link
Author

ajpaon commented Jun 3, 2023

thanks @xtkoba!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: neovim "Man" command is broken by termux patch
3 participants