"vscode:/vscode.git/clone" did not exist on "fcddf195ec6bb69c63e36d54d75354f6ecaabab7"
  • Rich Hankins's avatar
    Fix make_disjoint_window for tail case · 834de32f
    Rich Hankins authored
    When the continuation list contains a single entry,
    make_disjoint_window incorrectly truncates the context list to be
    empty.
    
    The fix checks for the non-overlapping case and, in that case, simply
    returns the existing lists.
    834de32f
utils.py 5.42 KB