1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-25 12:36:11 +03:00

Try to fix select-display-column test

This commit is contained in:
Maxime Coste 2019-11-17 10:52:25 +11:00
parent 7368678e26
commit 25429a905b

View File

@ -0,0 +1,2 @@
#!/bin/sh
[ $(echo -n "😄😊😉😍" | wc -m) == 4 ] && locale | grep LC_CTYPE | grep -qi 'utf-*8'