[PATCH] userdiff.c: Add C# async keyword in diff pattern

2018-03-08 Thread Thomas Levesque
Currently C# async methods are not shown in diff hunk headers. I just added the async keyword to the csharp method pattern so that they are properly detected. Signed-off-by: Thomas Levesque --- userdiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdiff.c b

[PATCH] userdiff.c: Add C# async keyword in diff pattern

2018-03-08 Thread Thomas Levesque
Currently C# async methods are not shown in diff hunk headers. I just added the async keyword to the csharp method pattern so that they are properly detected. --- userdiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdiff.c b/userdiff.c index dbfb4e13cddce..b92caf42b27