mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
NVIM v0.1.2
Features:ef66249
tabline: Add %[] atom to the tabline, for random commands on clickf338ea7
job control: implement jobpid() to get PID of jobd0d5d17
job control: add 'detach' option to jobstart7ad3f07
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 &encoding79a6983
ui: revert "gui_running" hack Other changes:b4b4536
version: semver.org compliancec6aa716
reproducible builds: Stop using __{DATE,TIME}__46bd3c0
clipboard: Check $DISPLAY. Prefer xsel. #4150f6ecd12
job control: don't kill PTY processes on exit49f0417
clipboard: Detach clipboard helper, so contents is kept after nvim exit38435e8
python: Add missing I/O methods to RedirectStreamd26b01d
eval: Use better error messages when failing to dump values62d137c
Remove swapsync.
This commit is contained in:
parent
392964617a
commit
b33c777493
@ -56,7 +56,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 1)
|
||||
set(NVIM_VERSION_PATCH 2)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user