Account for mid-line comments
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ define [
|
||||
end = change.end
|
||||
range = new Range(end.row, 0, end.row, end.column)
|
||||
lineUpToCursor = @editor.getSession().getTextRange(range)
|
||||
if lineUpToCursor.slice(0, 1) == '%'
|
||||
if lineUpToCursor.match(/.*%.*/)
|
||||
return
|
||||
commandFragment = getLastCommandFragment(lineUpToCursor)
|
||||
# Check that this change was made by us, not a collaborator
|
||||
|
||||
Reference in New Issue
Block a user