Skip to content

Commit

Permalink
ref(Help): use Statement for vimscript commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Apr 28, 2023
1 parent 76f24a7 commit 875636e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/libmodal/utils/Help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local function align_columns(longest_key_len, rows)
value, hl = tostring(value), 'Function'
end

table.insert(aligned, {value, hl or 'String'})
table.insert(aligned, {value, hl or 'Statement'})
end
end

Expand Down

0 comments on commit 875636e

Please sign in to comment.