ref(Help): use `Statement` for vimscript commands

pull/23/head v3.4.2
Iron-E 1 year ago
parent 76f24a7456
commit 875636e91e
No known key found for this signature in database
GPG Key ID: 83A6AEB40395D40D

@ -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

Loading…
Cancel
Save