# HG changeset patch # User Steve Losh # Date 1288360127 14400 # Node ID 692cf7ed4c3ba8e561dba316eb0b218e46a854d9 # Parent dea2a7d1649ee0cfdd65fdd69bdda3a1119ba4b1 Remove obsolete TODO. diff -r dea2a7d1649e -r 692cf7ed4c3b plugin/gundo.vim --- a/plugin/gundo.vim Fri Oct 29 09:47:46 2010 -0400 +++ b/plugin/gundo.vim Fri Oct 29 09:48:47 2010 -0400 @@ -475,7 +475,6 @@ return nodes, nmap def changenr(nodes): - # TODO: This seems to sometimes be wrong right after you open a file... _curhead_l = list(itertools.dropwhile(lambda n: not n.curhead, nodes)) if _curhead_l: current = _curhead_l[0].parent.n