mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 01:54:05 +10:00
NVIM v0.1.3
Features:f2ae5a9Add TextYankPost and TextDeletePost autocmds44b2cefbufhl: new mechanism for plugins to add highlights to a buffer39c3842Make set{qf,loc}list() take {title}77a7ca4'shortmess': Add "F" flag. #444699d4c8ckeymap: Support <D-...> (super/command key). Fixes:14c9b30terminal.c: temporary fix for incorrect paste handling Notable changes:50e129fdefaults: Enable syntax and filetype plugins.4e39eeeupgrade libvterm (improves terminal reflow)
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 3)
|
||||
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