summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/nvim.appdata.xml
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-11-14 10:12:05 +0100
committerbfredl <bjorn.linse@gmail.com>2022-11-14 10:12:05 +0100
commit935615ffeddee2839bb5ac92c3c8e30baa882923 (patch)
treee996c4e784ed1e2fb09418c5ff31bcc3980c8cb8 /runtime/nvim.appdata.xml
parent3e0783db43a0ccd550ea9a6d0ae118a6c09be82c (diff)
NVIM 0.8.1v0.8.1
This is mainly a bugfix release, but there a few feature additions. Features - extmarks: Allow preventing spellchecking with spell = false - spell: Support nospell in treesitter queries - man: Add health check - docs-html: Try to use tags for ToC headings Bug Fixes - ui: Setting 'cmdheight' with global statusline - ui: Fix highlights not being updated with 'winhl' - Make_filter_cmd for :! powershell - :! pwsh redirection for `command not found` - Find multibyte file name in line - Avoid unsigned overflow in home_replace() - docs-html: Update parser - folds: Fix fold marker multibyte comparison - health: Correct tmux rgb verification - man.lua: Set modifiable before writing page - mouse: Ensure no scrolling with "ver:0" in 'mousescroll' - paste: Feed keys as typed in cmdline mode - qflist: Avoid read of uninitialized memory - spell: Fix wrong cast - stdpath: Default to /tmp if stdpath('run') cannot be created - tui: Resume main thread if suspending isn't implemented Documentation - lsp: Vim.lsp.range_code_action() is not deprecated
Diffstat (limited to 'runtime/nvim.appdata.xml')
-rw-r--r--runtime/nvim.appdata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml
index e8d392ec7d..ff7694cb54 100644
--- a/runtime/nvim.appdata.xml
+++ b/runtime/nvim.appdata.xml
@@ -26,6 +26,7 @@
</screenshots>
<releases>
+ <release date="2022-11-14" version="0.8.1"/>
<release date="2022-09-30" version="0.8.0"/>
<release date="2022-04-15" version="0.7.0"/>
<release date="2021-12-31" version="0.6.1"/>