bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tags in the specified file and newlines.


From: Jacek Migacz
Subject: Tags in the specified file and newlines.
Date: Fri, 3 Jun 2016 14:30:39 +0200

Hello,

for code formatted like this:

void f(int x,
        int y) {

'global -f <FILE>' would yield:
FILE    LINUM    FILE f(int x,

How about output like:
FILE    LINUM    FILE f(int x, int y)

Is is possible to achieve it with current parser implementation?

Thanks,
Jacek Migacz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]