mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
NVIM v0.2.2
FEATURES:a6de144c3e'viewoptions': add "curdir" flag #7447b6a603fe51node.js remote-plugin support #7458f5d4da0144:checkhealth : validate 'runtimepath' #7526 FIXES:e6beb60da5:terminal : fix crash on resize #7547f19e5d6530work around gnome-terminal memory leak #757307931ed1c8'guicursor': use DECSCUSR for xterm-likes #7576f185c739bc'os_open: UV_EINVAL on NULL filename' #7561e8af34dc63win: provider: Detect(): return *.cmd path #7577eacd788cf5:checkhealth : fix check for npm and yarn #7569a43a573ad5health.vim: normalize slashes for script path #752569e3308771cmake: install runtime/rgb.txtd0b05e3c36runtime: syntax error in `runtime/syntax/tex.vim` #751855d8967147tutor: some fixes #7510 CHANGES:9837a9c401remove legacy alias to `v:count` #7407c5f001a46aruntime: revert netrw update #755767e4529292defaults: scrollback=10000 #7556881f9e42d1process_close(): uv_unref() detached processes #7539
This commit is contained in:
@@ -65,7 +65,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 2)
|
||||
set(NVIM_VERSION_PATCH 2)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
# API level
|
||||
set(NVIM_API_LEVEL 3) # Bump this after any API change.
|
||||
|
||||
Reference in New Issue
Block a user