forked from Botanical/BotanJS
wrong col info
This commit is contained in:
parent
23fdc93a65
commit
3db6a5d0b0
@ -217,7 +217,7 @@
|
|||||||
|
|
||||||
if( tabs )
|
if( tabs )
|
||||||
{
|
{
|
||||||
tabStat = "-" + ( X + tabs.length * line.tabWidth );
|
tabStat = "-" + ( X + tabs.length * ( line.tabWidth - 1 ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
return ( line.lineNum + 1 ) + "," + X + tabStat;
|
return ( line.lineNum + 1 ) + "," + X + tabStat;
|
||||||
|
Loading…
Reference in New Issue
Block a user