add review begin of line command

This commit is contained in:
chrys
2016-10-02 14:19:22 +02:00
parent 9e6dc32241
commit 41fe26d7a3
7 changed files with 13 additions and 17 deletions

View File

@ -56,4 +56,4 @@ def getTextAfterMark(mark, inText):
return ''
if mark == None:
return ''
return getTextBetweenMarks(mark, {'x':len(inText[0])-1,'y':len(inText)-1}, inText)
return getTextBetweenMarks(mark, {'x':len(inText[0]),'y':len(inText)}, inText)