Skip to content

Commit f4f80a2

Browse files
committed
NVIM v0.1.3
Features: f2ae5a9 Add TextYankPost and TextDeletePost autocmds 44b2cef bufhl: new mechanism for plugins to add highlights to a buffer 39c3842 Make set{qf,loc}list() take {title} 77a7ca4 'shortmess': Add "F" flag. neovim#4446 99d4c8c keymap: Support <D-...> (super/command key). Fixes: 14c9b30 terminal.c: temporary fix for incorrect paste handling Notable changes: 50e129f defaults: Enable syntax and filetype plugins. 4e39eee upgrade libvterm (improves terminal reflow)
1 parent 90e8bdc commit f4f80a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
6060
set(NVIM_VERSION_MAJOR 0)
6161
set(NVIM_VERSION_MINOR 1)
6262
set(NVIM_VERSION_PATCH 3)
63-
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
63+
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
6464

6565
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
6666
include(GetGitRevisionDescription)

0 commit comments

Comments
 (0)