sort telescope results

This commit is contained in:
Christian Nieves
2024-06-18 08:11:30 +00:00
parent df2e294c26
commit abea67f918
2 changed files with 3 additions and 3 deletions

View File

@ -42,10 +42,10 @@ local function get_visual_selection()
end
function fig_modified()
return exe("hg pstatus -ma -n --no-status --template=")
return exe("hg pstatus -ma -n --no-status --template= | sort")
end
function fig_all_modified()
return exe("hg status -ma -n --rev p4base --no-status --template=")
return exe("hg status -ma -n --rev p4base --no-status --template= | sort")
end
local keys = {