Fixed: new line at the end of a file is not displayed in diff.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1487 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
36162c6cf2
commit
891a71ad47
@ -279,7 +279,6 @@ module Redmine
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
if line =~ /^[^\+\-\s@\\]/
|
if line =~ /^[^\+\-\s@\\]/
|
||||||
self.delete(self.keys.sort.last)
|
|
||||||
@parsing = false
|
@parsing = false
|
||||||
return false
|
return false
|
||||||
elsif line =~ /^@@ (\+|\-)(\d+)(,\d+)? (\+|\-)(\d+)(,\d+)? @@/
|
elsif line =~ /^@@ (\+|\-)(\d+)(,\d+)? (\+|\-)(\d+)(,\d+)? @@/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user