mirror of
https://github.com/neovim/neovim.git
synced 2026-07-14 13:20:35 +00:00
NVIM v0.3.5
Maintenance release to fix issues found in v0.3.4. FIXES:f891131c6b#9894 options: properly reset directories on 'autochdir'9a5488c2a6Remove MSVC optimization workaround for SHM_ALL1793ba8176Make SHM_ALL to a variable instead of a compound literal #define947069ba14doc: mention "pynvim" module rename46c7e12f27#9629 screen: don't crash when drawing popupmenu with 'rightleft' optionf1843c0035vim-patch:8.1.0677: look-behind match may use the wrong line number1204421888#8325 :terminal : set topline based on window heightaaa8c3d711#9504 :recover : Fix crash on non-existent *.swp
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 5)
|
||||
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