Skip to content

Commit 0fcf31d

Browse files
author
Zhe Yu
committed
chore(nvim): Update Vectorise tool stats message
1 parent 6ed9f7a commit 0fcf31d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lua/vectorcode/integrations/codecompanion/vectorise_tool.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ return function(opts)
108108
self,
109109
string.format(
110110
[[**VectorCode Vectorise Tool**:
111-
- Added: %d
112-
- Updated: %d
113-
- Removed: %d
114-
- Skipped: %d
115-
- Failed: %d
111+
- New files added: %d
112+
- Existing files updated: %d
113+
- Orphaned files removed: %d
114+
- Up-to-date files skipped: %d
115+
- Failed to decode: %d
116116
]],
117117
stdout.add,
118118
stdout.update,

0 commit comments

Comments
 (0)