[GB.EVAL.HIGHLIGHT]
* NEW: Make the HighlightDiff class recognise hunks separated by the current `diff` command being echoed into the header. These can be (un)expanded in Editor now. git-svn-id: svn://localhost/gambas/trunk@5515 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
51223bab13
commit
28d47a84bb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Public Sub Run()
|
|||
|
||||
Highlight.ShowLimit = False
|
||||
|
||||
If Left$(sText, 6) = "Index:" Then
|
||||
If Left$(sText, 6) = "Index:" Or Left$(sText, 4) = "diff" Then
|
||||
iState = Highlight.Keyword
|
||||
Highlight.ShowLimit = True
|
||||
Else If Left(sText, 3) = "===" Then
|
||||
|
|
Loading…
Reference in a new issue