mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
NVIM v0.3.3
This maintenance release fixes some issues found in v0.3.2 . FIXES:a597ab8d1b
#9442 Merge pull request from jamessan/revert-pynvimd7b3ac029c
health/provider: Check for available pynvim when neovim module missingedeb19d5e9
python#CheckForModule: Use the given module string instead of hard-coding pynvim0dd89cda9c
{health,provider}/python: Import the neovim, rather than pynvim, modulefc6e8a4db8
#9423 TUI: Konsole DECSCUSR fixup
This commit is contained in:
parent
4e23f3e180
commit
2ccc716c4a
@ -113,7 +113,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 3)
|
||||
set(NVIM_VERSION_PATCH 3)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
# API level
|
||||
set(NVIM_API_LEVEL 5) # Bump this after any API change.
|
||||
|
Loading…
Reference in New Issue
Block a user