We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a625f commit 51a3873Copy full SHA for 51a3873
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [9.14.11](https://github.com/folke/lazy.nvim/compare/v9.14.10...v9.14.11) (2023-05-05)
4
+
5
6
+### Bug Fixes
7
8
+* **ui:** don' render extmarks for empty lines ([dbe0e29](https://github.com/folke/lazy.nvim/commit/dbe0e29d85e2769be6c9738c176ba6d8b0c6817a))
9
10
## [9.14.10](https://github.com/folke/lazy.nvim/compare/v9.14.9...v9.14.10) (2023-05-02)
11
12
lua/lazy/core/config.lua
@@ -151,7 +151,7 @@ M.defaults = {
151
debug = false,
152
}
153
154
-M.version = "9.14.10" -- x-release-please-version
+M.version = "9.14.11" -- x-release-please-version
155
156
M.ns = vim.api.nvim_create_namespace("lazy")
157
0 commit comments