mirror of
https://github.com/neovim/neovim.git
synced 2025-11-24 19:20:39 +00:00
NVIM v0.3.1
FEATURES:07499a842b#8709 man.vim: C highlighting for EXAMPLES section07f82ad1be#8699 TUI: urxvt: also send xterm focus-reporting seqs40911e435e#8616 API: emit nvim_buf_lines_event from :terminalc46997aa87#8546 fillchars: Add "eob" flag FIXES:74d19f685f#8576 startup: avoid blank stdin buffer if other files were opened4874214139#8737 Only waitpid() for processes that we care aboutcd6e7e8cf3#8743 Check all child processes for exit in SIGCHLD handlerc230ef24a2#8746 channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff0ed8b12a07#8681 transstr_buf: fix length comparisond241f278d3#8708 TUI: Fix standout mode9afed40ea6#8698 man.vim: fix for mandoce889640048#8682 provider/node: npm --loglevel silent1cbc830189#8613 API: nvim_win_set_cursor: set curswantbf6048e81d#8628 checkhealth: Python: fix VIRTUAL_ENV check3cc3506965#8528 checkhealth: node.js: also search yarn CHANGES:b7514493a0#8619 defaults: shortmess+=F12481781a0#8578 highlight: high-priority CursorLine if fg is set.01570f1ff3#8726 terminal: handle &confirm and :confirm on unloading56065bbdc6#8721 screen: truncate showmode messagesbf2460e2f9#7551 buffer: fix copying :setlocal optionsc1c14faad9#8520 Ex mode: always "improved" (gQ)050f3975f6#7992 options: remove 'maxcombine` option (always 6) INTERNAL:463da84806#7992 screen: use UTF-8 representation
This commit is contained in:
@@ -102,7 +102,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
|
||||
set(NVIM_VERSION_MAJOR 0)
|
||||
set(NVIM_VERSION_MINOR 3)
|
||||
set(NVIM_VERSION_PATCH 1)
|
||||
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
|
||||
set(NVIM_VERSION_PRERELEASE "") # for package maintainers
|
||||
|
||||
# API level
|
||||
set(NVIM_API_LEVEL 4) # Bump this after any API change.
|
||||
|
||||
Reference in New Issue
Block a user