Skip to content

Commit

Permalink
fix(input): Don't trigger autocmds when opening input modal (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jan 17, 2022
1 parent 15e4d5a commit d5eaf13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/dressing/input.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ setmetatable(M, {
width = width,
height = 1,
style = "minimal",
noautocmd = true,
}
local winid, bufnr
-- If the input window is already open, hijack it
Expand Down

0 comments on commit d5eaf13

Please sign in to comment.