From 579c9268fa93c4b45b00c78f49c5cb0069a69db0 Mon Sep 17 00:00:00 2001 From: JuanZoran <1430359574@qq.com> Date: Fri, 20 Jan 2023 14:54:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E4=BA=86window?= =?UTF-8?q?=20=E5=92=8Ccontent=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- lua/Trans/window.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 507551e..70eae03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ lua/Trans/util/ -lua/Trans/core/ +lua/Trans/test/ note/ go/ diff --git a/lua/Trans/window.lua b/lua/Trans/window.lua index 5900289..78ab4f7 100644 --- a/lua/Trans/window.lua +++ b/lua/Trans/window.lua @@ -25,7 +25,7 @@ M.init = function(entry, opts) opts = { opts, 't' } } local opt = { - relative = nil, + relative = nil, width = nil, height = nil, border = nil,