Uli Schlachter
|
3927dbcf02
|
Fix incorrect @name annotation in gears.string
gears.string.xml_escape was annotated with "@name escape" and
gears.string.xml_unescape was annotated with "@name unescape".
Reference: https://github.com/awesomeWM/awesome/issues/2397#issuecomment-424630100
Signed-off-by: Uli Schlachter <psychon@znc.in>
|
2018-09-26 10:37:59 +02:00 |
Kevin Zander
|
5d0e9fd9e3
|
Add startswith and endswith function to gears.string, change awful.completion to use startswith over local function
|
2017-08-14 10:48:12 -05:00 |
romildo
|
894c254c42
|
Add string split function to gears.string
|
2017-03-20 20:20:36 -04:00 |
Kevin Zander
|
2f105eac86
|
Move string functions out of awful.util into new gears.string (#1584)
Update deprecated awful.util string function calls to gears.string calls
|
2017-03-11 18:57:32 -05:00 |