mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Nvim 0.1.1
- shada/msgpack editor plugin #3270 - VimL Dict notifications #3603 - Note: API for this feature may change. - :profile dump, :profile stop #2427 - :oldfiles! #3611 - TermOpen, TermClose events #3653 - fix: shada/viminfo: Do not save unlisted and quickfix buffers #3581
This commit is contained in:
parent
e29f0bbf64
commit
4a1c36e953
@ -53,8 +53,7 @@ endif()
|
|||||||
# - If not in a git repo (e.g. a tarball) these tokens set the version string.
|
# - If not in a git repo (e.g. a tarball) these tokens set the version string.
|
||||||
set(NVIM_VERSION_MAJOR 0)
|
set(NVIM_VERSION_MAJOR 0)
|
||||||
set(NVIM_VERSION_MINOR 1)
|
set(NVIM_VERSION_MINOR 1)
|
||||||
set(NVIM_VERSION_PATCH 0)
|
set(NVIM_VERSION_PATCH 1)
|
||||||
set(NVIM_VERSION_PRERELEASE "-dev")
|
|
||||||
|
|
||||||
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
|
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
|
||||||
include(GetGitRevisionDescription)
|
include(GetGitRevisionDescription)
|
||||||
|
Loading…
Reference in New Issue
Block a user