mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
NVIM v0.2.2
FEATURES:a6de144c3e
'viewoptions': add "curdir" flag #7447b6a603fe51
node.js remote-plugin support #7458f5d4da0144
:checkhealth : validate 'runtimepath' #7526 FIXES:e6beb60da5
:terminal : fix crash on resize #7547f19e5d6530
work around gnome-terminal memory leak #757307931ed1c8
'guicursor': use DECSCUSR for xterm-likes #7576f185c739bc
'os_open: UV_EINVAL on NULL filename' #7561e8af34dc63
win: provider: Detect(): return *.cmd path #7577eacd788cf5
:checkhealth : fix check for npm and yarn #7569a43a573ad5
health.vim: normalize slashes for script path #752569e3308771
cmake: install runtime/rgb.txtd0b05e3c36
runtime: syntax error in `runtime/syntax/tex.vim` #751855d8967147
tutor: some fixes #7510 CHANGES:9837a9c401
remove legacy alias to `v:count` #7407c5f001a46a
runtime: revert netrw update #755767e4529292
defaults: scrollback=10000 #7556881f9e42d1
process_close(): uv_unref() detached processes #7539
This commit is contained in:
parent
f19e5d6530
commit
6d2c30daf3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user