C locale sort in src/tools/make_ctags

From: "Nicolai Tufar" <ntufar(at)pisem(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: C locale sort in src/tools/make_ctags
Date: 2004-02-01 09:29:53
Message-ID: 000001c3e8a5$f9d57670$7a00a8c0@ntufar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Regards,
Nicolai Tufar

Attachment Content-Type Size
ctags-sort.diff application/octet-stream 414 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-02-01 13:35:15 Re: reading uninitialized buffer
Previous Message Dennis Bjorklund 2004-02-01 07:52:11 reading uninitialized buffer