bug-global
[Top][All Lists]
Advanced

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

[PATCH] Allow for case-insensitive context search if option --ignore-cas


From: Fabian Wiget
Subject: [PATCH] Allow for case-insensitive context search if option --ignore-case is given
Date: Fri, 3 Mar 2017 00:19:16 +0100

Hi everybody

If the option --from-here is specified, the resulting search by context is always case-sensitive even if the option --ignore-case is present.

Example:

// will find your main function
global --from-here=25:/path/to/file.c main

// won't find your main function
global --from-here=25:/path/to/file.c -i Main

The attached patch fixes this issue.

Thank you & best regards
fabian

Attachment: global-from-here.patch
Description: Text Data


reply via email to

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