mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
Compare commits
3 Commits
b032c2b53f
...
7b099d2b2b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7b099d2b2b | ||
![]() |
cec0ecabd8 | ||
![]() |
edfb447ff8 |
@@ -141,7 +141,7 @@ endif()
|
|||||||
# version string, else they are combined with the result of `git describe`.
|
# version string, else they are combined with the result of `git describe`.
|
||||||
set(NVIM_VERSION_MAJOR 0)
|
set(NVIM_VERSION_MAJOR 0)
|
||||||
set(NVIM_VERSION_MINOR 11)
|
set(NVIM_VERSION_MINOR 11)
|
||||||
set(NVIM_VERSION_PATCH 4)
|
set(NVIM_VERSION_PATCH 5)
|
||||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||||
|
|
||||||
# API level
|
# API level
|
||||||
|
@@ -724,10 +724,9 @@ local function python()
|
|||||||
local message = 'Detected pip upgrade failure: Python executable can import "pynvim" but not "neovim": '
|
local message = 'Detected pip upgrade failure: Python executable can import "pynvim" but not "neovim": '
|
||||||
.. pynvim_exe
|
.. pynvim_exe
|
||||||
local advice = {
|
local advice = {
|
||||||
'Use that Python version to reinstall "pynvim" and optionally "neovim".',
|
'Use that Python version to uninstall any "pynvim" or "neovim", e.g.:',
|
||||||
pynvim_exe .. ' -m pip uninstall pynvim neovim',
|
pynvim_exe .. ' -m pip uninstall pynvim neovim',
|
||||||
pynvim_exe .. ' -m pip install pynvim',
|
'Then see :help provider-python for "pynvim" installation steps.',
|
||||||
pynvim_exe .. ' -m pip install neovim # only if needed by third-party software',
|
|
||||||
}
|
}
|
||||||
health.error(message, advice)
|
health.error(message, advice)
|
||||||
end
|
end
|
||||||
@@ -753,7 +752,7 @@ local function python()
|
|||||||
if is_bad_response(current) then
|
if is_bad_response(current) then
|
||||||
health.error(
|
health.error(
|
||||||
'pynvim is not installed.\nError: ' .. current,
|
'pynvim is not installed.\nError: ' .. current,
|
||||||
'Run in shell: ' .. python_exe .. ' -m pip install pynvim'
|
'See :help provider-python for "pynvim" installation steps.'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release date="2025-08-31" version="0.11.4"/>
|
||||||
<release date="2025-07-12" version="0.11.3"/>
|
<release date="2025-07-12" version="0.11.3"/>
|
||||||
<release date="2025-05-30" version="0.11.2"/>
|
<release date="2025-05-30" version="0.11.2"/>
|
||||||
<release date="2025-04-26" version="0.11.1"/>
|
<release date="2025-04-26" version="0.11.1"/>
|
||||||
|
Reference in New Issue
Block a user