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
|
above
|
||||||
align
|
align
|
||||||
alpha
|
alpha
|
||||||
|
Any
|
||||||
bar_data_add
|
bar_data_add
|
||||||
bar_properties_set
|
bar_properties_set
|
||||||
below
|
below
|
||||||
|
@ -20,9 +20,9 @@ center
|
||||||
char
|
char
|
||||||
class
|
class
|
||||||
client
|
client
|
||||||
Control
|
|
||||||
conffile
|
conffile
|
||||||
content
|
content
|
||||||
|
Control
|
||||||
Ctrl
|
Ctrl
|
||||||
cursor
|
cursor
|
||||||
east
|
east
|
||||||
|
@ -104,9 +104,9 @@ transient_for
|
||||||
type
|
type
|
||||||
urgent
|
urgent
|
||||||
valign
|
valign
|
||||||
visible
|
|
||||||
version
|
version
|
||||||
vertical
|
vertical
|
||||||
|
visible
|
||||||
widgets
|
widgets
|
||||||
width
|
width
|
||||||
word
|
word
|
||||||
|
|
Loading…
Reference in New Issue