Fix "make tags": set locale to C to call sort
vim expects that the tags file is sorted using english collation, so it fails if the locale is french for example. Use LC_ALL=C to force english sorting order. Issue #27726.
V
Victor Stinner committed
cf0ac6a71ae51249a05521f49c1a0fabbb948488
Parent: 9c4bfa6