Skip to content

Commit 69ad25f

Browse files
authored
fix: typo in signature.win (#125)
1 parent 819b978 commit 69ad25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/windows/signature.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function signature.update_position(context)
104104
local direction = autocomplete_win_is_up and 's' or 'n'
105105

106106
local height = signature.win:get_height()
107-
local cursor_screen_position = win.get_cursor_screen_position()
107+
local cursor_screen_position = signature.win.get_cursor_screen_position()
108108

109109
-- detect if there's space above/below the cursor
110110
local cursor_row = vim.api.nvim_win_get_cursor(0)[1]

0 commit comments

Comments
 (0)