Sort the tokens in tokenize.gperf alphabetically
This is done with vim: ggVG:sort i (Yes, this is a case-insensitive sort) Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
9c8efee9bf
commit
42865a54ef
|
@ -1,7 +1,7 @@
|
|||
Any
|
||||
above
|
||||
align
|
||||
alpha
|
||||
Any
|
||||
bar_data_add
|
||||
bar_properties_set
|
||||
below
|
||||
|
@ -20,9 +20,9 @@ center
|
|||
char
|
||||
class
|
||||
client
|
||||
Control
|
||||
conffile
|
||||
content
|
||||
Control
|
||||
Ctrl
|
||||
cursor
|
||||
east
|
||||
|
@ -104,9 +104,9 @@ transient_for
|
|||
type
|
||||
urgent
|
||||
valign
|
||||
visible
|
||||
version
|
||||
vertical
|
||||
visible
|
||||
widgets
|
||||
width
|
||||
word
|
||||
|
|
Loading…
Reference in New Issue