692cf7ed4c3b
Remove obsolete TODO.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Fri, 29 Oct 2010 09:48:47 -0400 | 
| parents | dea2a7d1649e | 
| children | 0f2273ac98c8 | 
| branches/tags | (none) | 
| files | plugin/gundo.vim | 
Changes
--- 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