Skip to content

Commit 7327e00

Browse files
committed
fix: ci.
1 parent 2fe7567 commit 7327e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/keymap/helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ _G._toggle_lazygit = function()
6666
end
6767
end
6868

69-
_G.async_compile_and_debug = function()
69+
_G._async_compile_and_debug = function()
7070
local file_ext = vim.fn.expand("%:e")
7171
local file_path = vim.fn.expand("%:p")
7272
local out_name = vim.fn.expand("%:p:h") .. "/" .. vim.fn.expand("%:t:r") .. ".out"

lua/keymap/tool.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ local plug_map = {
127127

128128
-- Plugin: dap
129129
["n|<F6>"] = map_callback(function()
130-
async_compile_and_debug()
130+
_async_compile_and_debug()
131131
end)
132132
:with_noremap()
133133
:with_silent()

0 commit comments

Comments
 (0)