diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-06-26 08:08:22 -0700 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2022-06-26 08:08:22 -0700 |
| commit | e8ee6733926db83ef216497a1d660a173184ff39 (patch) | |
| tree | c068925af51e7e057b32c2ab041f6af2218b0eae | |
| parent | 9077e4e655a34d4548bd85acb9c8f6926464336b (diff) | |
NVIM v0.7.2v0.7.2
BREAKING CHANGES:
fdd51785816b #18986 introduce $NVIM, unset $NVIM_LISTEN_ADDRESS
VIM PATCHES:
git log --oneline --grep "vim-patch" v0.7.0..v0.7.1
FEATURES:
0b8faccade88 #18440 feat(api): add `group_name` to `nvim_get_autocmds`
b7a527824989 #18440 feat(api): add `group_name` to `nvim_get_autocmds`
9e5cef945aa7 #18264 feat(tui): query terminal for CSI u support
FIXES:
b477afa3ea17 #19088
71e2c49b17c5 refactor(tests): introduce testprg()
175892fa373a #15913 fix: make_filter_cmd for :! powershell
f2b465232db2 #18331 fix(lsp): make sure to always reset active codelens refreshes
b3d754ccd773 #18869 fix(lsp): fix multi client handling in code action
e820c6d7c311 #19069
cf9c097f34b4 fix(api): check for inclusive buffer line index out of bounds correctly
a05da1c05a39 #19053
17299b302c98 fix(input): use correct grid when restoring cursor for <expr> mapping
7266150effbb #19025
40e13c8d95fd #19010 fix(decorations): nvim_buf_set_extmark breaks conceal
38928b5cc2a2 #19023
18e0d64666ba fix(tui): fix piping output make nvim unusable
cd7ac0eb296f #19014
433f3067a055 fix: use ctermbg/fg instead of bg/fg when use_rgb is false
30ae06c8fed3 #19009
777d415da886 fix(highlight): let winhighlight use cursor
f70e0832b1cd #18981 fix(hl): return cterm fg/bg even if they match Normal
ee210b0f749f fix(hl): DRY set_hl_group() sg_attr set
512a8197c84f test(hl): Add Normal group set_hl/get_hl_by_name check
79ca64a1ef77 #18024) fix(hl): set Normal hl group sg_attr value (fixes
2ebc76b22696 #19001
41709831aecc fix(startup): nvim with --clean should not load user rplugins
ed9e6d19ab73 #18990 fix(treesitter): new iter if folded
05ce04e9946b #18984
fe42dea674c4 #18976 fix(lua): highlight.on_yank can close timer in twice
f15d6094fc67 #18824 fix(lua): stop pending highlight.on_yank timer, if any
5243cb8a4b45 #18975
bf4df2a62928 fix(ui): do not call showmode() when setting window height
3cea4d6de96d #18942
05f6883ee2e4 fix(buffer): disable buffer-updates before removing buffer from window
1dba6cf8f01e #18918
0c9d666205d8 fix(input): fix macro recording with ALT and special key
fc4e4b38b2b8 #18905
bd3bb128c0ff test(ts): skip test if C parser is not available
d317cb232207 #18886
1496f4212b57 fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped
0dc5bcd0728a #18680
3a1e8ef88185 #18617 fix(autocmds): separate command from desc
cb1b4bbeae88 #18655 fix(lsp): only send diagnostics from current buffer in code_action()
01d0d2ce6448 #18517 build(deps): bump Luv to HEAD - c51e7052e
f3ffb73b1893 #18612 fix(health): return 0 if file not exists
496e786cad10 #18534
037797376961 fix(runtime/genvimvim): omit s[ubstitute] from vimCommand
35075dcc22e3 #18469 fix(lsp): fix unnecessary buffers being added on empty diagnostics
9e040acfa30a #18468 fix(lsp): unify progress message handling
e28799f2d8a6 #18436 fix: display global statusline correctly with ext_messages
1e28068d0dd8 #18415 fix: ensure has() does not change v:shell_error
203b088d7570 #18411 build(deps): bump LuaJIT to HEAD - 91bc6b8ad
e502e8106a4c #18400 fix(treesitter): bump match limit up
7567d2195a2a #18390
d16528905504 fix(lsp): add missing bufnr argument
f3587babfdbd #18367
631393a71283 fix(filetype.lua): escape expansion of ~ when used as a pattern
08cd39104782 #18360 fix(shared): avoid indexing unindexable values in vim.tbl_get()
508c8a597e65 #18362 fix(ftdetect): source plugins in autogroup
ffd46b7688d6 #18351
2a6198319f2e fix(mac): use same $LANG fallback mechanism as Vim
8d4fbcb5b14a #18324
b80ef0de2f97 fix(tui): disable extended keys before exiting alternate screen
14a5b6b8d4e2 #18312
89260ea5d62b fix(input): only disable mapped CTRL-C interrupts when getting input
ef43e7d1f6b2 #18298 fix: suppress "is a directory" messages with shortmess 'F'
aff05c573006 #18256 fix: show autocmd output when F is in shortmess
fa7d8c333f23 #18229
d916d2f8761b #18227 fix(lua): don't mutate opts parameter of vim.keymap.del
f7e2ad7915b2 #18220 fix(treesitter): create new parser if language is not the same as cached parser
7f8faac39ec5 #18205 fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged
3ee089ebf46e #18167
0f811afc9616 fix(tui): update modifyOtherKeys reporting
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 769a93aa2901..9b5563be0d1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,7 +136,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 7)
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 9) # Bump this after any API change.
diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml
index 1464c2769443..893023db8298 100644
--- a/runtime/nvim.appdata.xml
+++ b/runtime/nvim.appdata.xml
@@ -26,6 +26,7 @@
</screenshots>
<releases>
+ <release date="2022-06-26" version="0.7.1"/>
<release date="2022-04-15" version="0.7.0"/>
<release date="2021-12-31" version="0.6.1"/>
<release date="2021-11-30" version="0.6.0"/>
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | runtime/nvim.appdata.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0046d28b07..6bee25c10a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,7 +136,7 @@ set_property(CACHE CMAKE_BUILD_TYPE PROPERTY set(NVIM_VERSION_MAJOR 0) set(NVIM_VERSION_MINOR 7) set(NVIM_VERSION_PATCH 2) -set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers +set(NVIM_VERSION_PRERELEASE "") # for package maintainers # API level set(NVIM_API_LEVEL 9) # Bump this after any API change. diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml index 893023db82..9fd3ed6bfe 100644 --- a/runtime/nvim.appdata.xml +++ b/runtime/nvim.appdata.xml @@ -26,6 +26,7 @@ </screenshots> <releases> + <release date="2022-06-26" version="0.7.2"/> <release date="2022-06-26" version="0.7.1"/> <release date="2022-04-15" version="0.7.0"/> <release date="2021-12-31" version="0.6.1"/> |
