diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-02-15 19:02:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 16:02:52 -0800 |
commit | a1d6c2f5c9e7834ec6eb087b72354a1257582f3d (patch) | |
tree | f118e5463d0c2604f4f6616531c0a175b9cdbf1e /runtime/lua/vim/lsp/callbacks.lua | |
parent | dc0e534a9168452b4fd78a1cca02214d6d9c73d0 (diff) | |
download | rneovim-a1d6c2f5c9e7834ec6eb087b72354a1257582f3d.tar.gz rneovim-a1d6c2f5c9e7834ec6eb087b72354a1257582f3d.tar.bz2 rneovim-a1d6c2f5c9e7834ec6eb087b72354a1257582f3d.zip |
checkhealth: allow 'sudo install' of 'Neovim::Ext' #11874
cpanm cannot look for Perl modules from root directories
without sudo so it creates '~/perl5/' and look for Perl modules in there.
Whether this directory existed before running cpanm or not,
cpanm returns a warning to advice the user to setup local::lib
in order to use modules in '~/perl5/' and exits with error code 0.
Each line in the warning always starts with '!'.
Display this warning to the user.
Continue parsing the version number if the warning can be ignored
because lines that are not prefixed with '!' are valid output.
Fix #11858
Diffstat (limited to 'runtime/lua/vim/lsp/callbacks.lua')
0 files changed, 0 insertions, 0 deletions