Skip to content

Commit

Permalink
Merge pull request #7 from carbon-steel/util_namespace
Browse files Browse the repository at this point in the history
Rename util.lua to detour_util.lua
  • Loading branch information
carbon-steel authored Nov 14, 2023
2 parents 087bbcf + 45f0675 commit f8d6964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/detour.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local M = {}

local util = require('util')
local util = require('detour_util')

local popup_to_covered_windows = {}
local function construct_window_opts(coverable_windows, tab_id)
Expand Down
File renamed without changes.

0 comments on commit f8d6964

Please sign in to comment.