Fix the funniest typo in this repo thus far
This commit is contained in:
parent
b14d2680e3
commit
8c145ba626
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ vim.api.nvim_create_user_command("Matcha", function(params)
|
|||
end, {nargs="+"})
|
||||
|
||||
vim.api.nvim_create_user_command("MatchaLocal", function(params)
|
||||
vim.fn.setloclist(0, findLocations(params.farts))
|
||||
vim.fn.setloclist(0, findLocations(params.fargs))
|
||||
vim.cmd("lopen")
|
||||
vim.cmd("lrewind")
|
||||
end, {nargs="+"})
|
||||
|
|
Loading…
Reference in a new issue