[svn]
r6628: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n
IT
svnadmin at nemerle.org
Fri Sep 8 06:22:11 CEST 2006
Log:
Just another selection area change.
Author: IT
Date: Fri Sep 8 06:22:08 2006
New Revision: 6628
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/GotoInfo.n Fri Sep 8 06:22:08 2006
@@ -49,8 +49,8 @@
when (_lineStart < _lineEnd)
{
- _lineEnd = _lineStart + 1;
- _colEnd = 0;
+ _lineEnd = _lineStart;
+ _colEnd = _colStart;
}
}
More information about the svn
mailing list