diff --git a/runtime/pack/dist/opt/nvim.undotree/lua/undotree.lua b/runtime/pack/dist/opt/nvim.undotree/lua/undotree.lua index 724fdae31a..d0707112fb 100644 --- a/runtime/pack/dist/opt/nvim.undotree/lua/undotree.lua +++ b/runtime/pack/dist/opt/nvim.undotree/lua/undotree.lua @@ -220,7 +220,7 @@ local function buf_apply_graph_lines(tree, graph_lines, buf, meta, find_seq) found_seq = #meta end elseif line then - table.insert(extmark_buffer, { { line, 'Comment' } }) + table.insert(extmark_buffer, { { line, 'Normal' } }) end if next(extmark_buffer) and (v.kind == 'node' or is_last) then