Merge branch 'sk-ac-ignore-comments' into sk-ac-improvements-integration

This commit is contained in:
Shane Kilkelly
2017-07-06 14:37:54 +01:00
@@ -121,6 +121,8 @@ define [
end = change.end
range = new Range(end.row, 0, end.row, end.column)
lineUpToCursor = @editor.getSession().getTextRange(range)
if lineUpToCursor.match(/.*%.*/)
return
commandFragment = getLastCommandFragment(lineUpToCursor)
# Check that this change was made by us, not a collaborator
# (Cursor is still one place behind)