mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
This commit is contained in:
parent
35b0e05965
commit
ce017fd37c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ vim.api.nvim_create_autocmd('FileType', {
|
||||||
group = vim.api.nvim_create_augroup('difftool', { clear = true }),
|
group = vim.api.nvim_create_augroup('difftool', { clear = true }),
|
||||||
callback = function(event)
|
callback = function(event)
|
||||||
local function exec(fmt, str)
|
local function exec(fmt, str)
|
||||||
os.execute(string.format(fmt, str))
|
return os.execute(string.format(fmt, str))
|
||||||
end
|
end
|
||||||
local function refresh()
|
local function refresh()
|
||||||
local qf = vim.fn.getqflist()
|
local qf = vim.fn.getqflist()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue