editor: don't sort keys in help screen
The order of these actually matters; we shouldn't be resorting them. Fixes issue 86.
This commit is contained in:
@@ -5762,7 +5762,6 @@ static void ProcessKeyNames( vector<RString> &vs )
|
||||
FOREACH( RString, vs, s )
|
||||
ProcessKeyName( *s );
|
||||
|
||||
sort( vs.begin(), vs.end() );
|
||||
vector<RString>::iterator toDelete = unique( vs.begin(), vs.end() );
|
||||
vs.erase(toDelete, vs.end());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user