mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +10:00
NVIM v0.4.4
Maintenance release for v0.4.x series. FIXES:fd02e6351#12701 ui: fix problem with sattr_T overflow3e3002b90#12710 fs: Ensure FileInfo struct is initializede4629f203#12496 main.c: fix hang issue with recoverymode #12520f558af8b1#12209 fixed hang issue with --headless and -r option specifiedcda119055#12180 TUI: block signals on suspend8399f7357#12142 Fix issues revealed by gcc10 setting -fno-common by default5e47cf27bnetrw.vim: do not save +/* registers5d41bfcce#11907 quickfix.c: Fix vimgrep regression641e22913#11903 screen: add missing redraws after a message47bd62c15loop_close: close all handlesd2730365eloop_close: call uv_stop(), fix bug284b398eb#11821 loop_close: timout after 2 seconds1b2666cd2messages: echo "line1\r\nline2" should not clear line11bf90bf9d#11651 API: fix crash on copy_object(kObjectTypeWindow)fafd63626#11566 libcallnr: Use int, not int64_t, as the return type for Vim compat972dd758c#11460 win_line: Fix crash with 'rightleft' in :terminal4c48cf302f_getenv/setenv: Access v_special when v_type is VAR_SPECIAL2cd1ff762#11360 paste: Select-mode, Visual-mode
This commit is contained in:
@@ -115,7 +115,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 4)
|
||||
set(NVIM_VERSION_PATCH 4)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
# API level
|
||||
set(NVIM_API_LEVEL 6) # Bump this after any API change.
|
||||
|
||||
Reference in New Issue
Block a user