mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 04:47:38 +10:00
NVIM v0.1.4
Features:5ebffaa:tcd for tab-local working directory (like :lcd, but for tabs)d835c03remote/define.vim: support remote function "range"007d573json_encode/json_decode (with sophisticated error detection) #4131b50afb4clipboard: support "lemonade" tool Fixes:cc1beeceval.c: Fix heap corruption error. #45924043725mbyte.c: Fix invalid memory access in utfc_ptr2char_len #45744eb5827Enable syntax/filetype by default. #4558 Changes:5c6592fv:windowid is writeable (useful for GUIs) #4608
This commit is contained in:
@@ -60,7 +60,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 1)
|
||||
set(NVIM_VERSION_PATCH 4)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
|
||||
include(GetGitRevisionDescription)
|
||||
|
||||
Reference in New Issue
Block a user