neovim

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

commit d0dd8d11bf596b9310afd465a723696ac348d83a
parent 7067cde6576b19f6ea910a505f049b3c746c115c
Author: Raphael <glephunter@gmail.com>
Date:   Thu, 29 Dec 2022 07:20:42 +0800

test: remove unused variable (#21552)


Diffstat:
Mtest/functional/preload.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/functional/preload.lua b/test/functional/preload.lua @@ -2,7 +2,7 @@ -- Busted started doing this to help provide more isolation. See issue #62 -- for more information about this. local helpers = require('test.functional.helpers')(nil) -local screen = require('test.functional.ui.screen') +require('test.functional.ui.screen') local busted = require("busted") local is_os = helpers.is_os