Age | Commit message (Collapse) | Author |
|
See todo.txt, changes in the man page, and this example:
https://gist.github.com/towerofnix/9b1853ee74d30357e1b59d22c59aba2f
|
|
|
|
|
|
The array ['banana', 'Rainbows!!', 'Abstract', 'kangaroo']..
..would previously be sorted as ['Abstract', 'Rainbows!!', 'banana',
'kangaroo']..
..but that was clearly wrong; it's now sorted as ['Abstract', 'banana',
'kangaroo', 'Rainbows!!'].
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Particularly handy for slow machines, where indexing may take a
while (e.g. a Raspberry Pi).
|
|
|
|
|
|
|
|
Example: https://gist.github.com/towerofnix/381c813f4b231ded5ae416f040134261
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ones, which now support just about any spelling variant
|