summaryrefslogtreecommitdiffstatshomepage
path: root/.luacov
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-12-20 21:51:54 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-12-30 01:44:52 -0500
commit1d70c96e5b390c23b021930544c44d1d1e95f04f (patch)
treeee7890ee40810ab0a7bd43c972d73dca2e3496ae /.luacov
parent20e77c5d886af54d1f7b6844cffc11129f579ad9 (diff)
build: move shared.lua to _core/
Diffstat (limited to '.luacov')
-rw-r--r--.luacov2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacov b/.luacov
index f8eb28e3f7..da48a1e746 100644
--- a/.luacov
+++ b/.luacov
@@ -15,7 +15,7 @@ return {
'^[^/\\.]',
},
modules = {
- ['vim'] = 'runtime/lua/vim/shared.lua'
+ ['vim'] = 'runtime/lua/vim/_core/shared.lua'
},
}