mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 09:01:45 +00: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-pynvimd7b3ac029chealth/provider: Check for available pynvim when neovim module missingedeb19d5e9python#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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user