neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a6e2c2234741d25fbff7fc1b6ecca1a2a86bf01c
parent bd01bd6564790d977095447ae70082c97fbbd480
Author: Gabriel Ford <gabe@fordltc.net>
Date:   Sun, 25 May 2025 21:24:45 -0400

test: format decoration_spec.lua (#34181)

Problem: Currently when I run `make format` this is the one file outside
of my changes that isn't currently formatted.

Solution: Format this file.
Diffstat:
Mtest/functional/ui/decorations_spec.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/functional/ui/decorations_spec.lua b/test/functional/ui/decorations_spec.lua @@ -6681,7 +6681,7 @@ if (h->n_buckets < new_n_buckets) { // expand it("not revealed before skipcol scrolling up with 'smoothscroll'", function() api.nvim_set_option_value('smoothscroll', true, {}) api.nvim_buf_set_lines(0, 0, -1, false, { ('x'):rep(screen._width * 2) }) - api.nvim_buf_set_extmark(0, ns, 0, 0, { virt_lines_above = true, virt_lines = { { { 'VIRT1' } } } } ) + api.nvim_buf_set_extmark(0, ns, 0, 0, { virt_lines_above = true, virt_lines = { { { 'VIRT1' } } } }) feed('<C-E>') screen:expect([[ {1:<<<}xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx^x| @@ -6703,7 +6703,7 @@ if (h->n_buckets < new_n_buckets) { // expand {1:~ }|*8 | ]]) - end) + end) end) describe('decorations: signs', function()