Skip to content

Commit b33c777

Browse files
committed
NVIM v0.1.2
Features: ef66249 tabline: Add %[] atom to the tabline, for random commands on click f338ea7 job control: implement jobpid() to get PID of job d0d5d17 job control: add 'detach' option to jobstart 7ad3f07 Add support for binary numbers Fixes: 291495a regexp_nfa.c: Speed up find_match_text() 317d5ca input: Do not set high-bit; preserve ALT modifier. 3b7c409 shell: Unquote &shell* options before using them Notable changes: 49b06a8 encoding: Always use "utf-8" as default for &encoding 79a6983 ui: revert "gui_running" hack Other changes: b4b4536 version: semver.org compliance c6aa716 reproducible builds: Stop using __{DATE,TIME}__ 46bd3c0 clipboard: Check $DISPLAY. Prefer xsel. neovim#4150 f6ecd12 job control: don't kill PTY processes on exit 49f0417 clipboard: Detach clipboard helper, so contents is kept after nvim exit 38435e8 python: Add missing I/O methods to RedirectStream d26b01d eval: Use better error messages when failing to dump values 62d137c Remove swapsync.
1 parent 3929646 commit b33c777

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
@@ -56,7 +56,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
5656
set(NVIM_VERSION_MAJOR 0)
5757
set(NVIM_VERSION_MINOR 1)
5858
set(NVIM_VERSION_PATCH 2)
59-
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
59+
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
6060

6161
file(TO_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/.git FORCED_GIT_DIR)
6262
include(GetGitRevisionDescription)

0 commit comments

Comments
 (0)