Bruce Momjian wrote: > Nicolai Tufar wrote: > > > -----Original Message----- > > > From: Peter Eisentraut [mailto:[EMAIL PROTECTED] > > > > > > Nicolai Tufar wrote: > > > > Greetings, > > > > > > > > Attached is a simple one-liner for src/tools/make_ctags. > > > > If tags are sorted in locale other than C, vim complains: > > > > > > > > E432: Tags file not sorted: tags > > > > > > > > Solution is to set LANG variable to C before calling sort. > > > > > > That should be LC_ALL. > > > > Sounds fair. Both could be done. It worked for me just with LANG. > > Should I submit a new patch? > > Patch applied to do both. Thanks.
LC_ALL overrides LANG, so please just one. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend