Skip to content

Commit

Permalink
fix: change awrap to wrap in diffthis.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsr authored and lewis6991 committed Aug 19, 2023
1 parent 5a2b120 commit 749267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gitsigns/diffthis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local message = require('gitsigns.message')
local throttle_by_id = require('gitsigns.debounce').throttle_by_id

--- @type fun(opts: table): string
local input = async.awrap(vim.ui.input, 2)
local input = async.wrap(vim.ui.input, 2)

local M = {}

Expand Down

0 comments on commit 749267a

Please sign in to comment.