cloudranger

Results 2 issues of cloudranger

**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **What happened**: after inserting a tab, the _._ key cannot be used to repeat the last command (but...

kind/bug
kind/enhancement
help wanted

Your README says "Some routines in string module needn't support Unicode: string.format" However, this code is proof that string.format does need unicode support: print(string.format("*%-35s*", "abcdefghijklmnopqrstuvwxyz")) print(string.format("*%-35s*", "àb¢défghijklmnöpqrstüvwxyz")) string.format does not...

enhancement