fix: rem abs as insert only abs tracking is useless
This commit is contained in:
+1
-1
@@ -29,6 +29,6 @@ loc.reset()
|
||||
local stats = loc.stats()
|
||||
assert_equal(stats.added, 0, "reset added")
|
||||
assert_equal(stats.deleted, 0, "reset deleted")
|
||||
assert_equal(loc.statusline(), "LOC +0/0", "statusline")
|
||||
assert_equal(loc.statusline(), "LOC +0", "statusline")
|
||||
|
||||
print("loc.nvim tests passed")
|
||||
|
||||
Reference in New Issue
Block a user