From 203190395fd4a253b14f32e7f1814d23103e1769 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Nov 2021 18:49:46 +0900 Subject: vim: change popup win's border --- .vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index f94557e..70078d1 100644 --- a/.vimrc +++ b/.vimrc @@ -873,12 +873,12 @@ function! s:choose_window_interactively() abort let indicator = indicators[i] let [winy, winx, winh, winw] = s:win_getrect(winid) let popup = popup_create(indicator, #{ - \ line: winy + (winh - 5) / 2, - \ col: winx + (winw - 9) / 2, + \ line: winy + (winh - 3) / 2, + \ col: winx + (winw - 7) / 2, \ drag: v:false, \ resize: v:false, \ padding: [1, 3, 1, 3], - \ border: [], + \ border: [0, 0, 0, 0], \ }) call add(popups, #{ \ winid: popup, -- cgit v1.2.3-70-g09d2