Add utf8 support on doc lower and upper commands
This commit is contained in:
@@ -402,11 +402,11 @@ local commands = {
|
||||
end,
|
||||
|
||||
["doc:upper-case"] = function()
|
||||
doc():replace(string.upper)
|
||||
doc():replace(string.uupper)
|
||||
end,
|
||||
|
||||
["doc:lower-case"] = function()
|
||||
doc():replace(string.lower)
|
||||
doc():replace(string.ulower)
|
||||
end,
|
||||
|
||||
["doc:go-to-line"] = function()
|
||||
|
||||
Reference in New Issue
Block a user