Fixed no more working command completion with counts.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 8 Apr 2013 22:10:12 +0000 (00:10 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 8 Apr 2013 22:10:12 +0000 (00:10 +0200)
commit9c9bb778550cf1f6288a14abbd52c8a487f6d3d6
treeb311bb9677958bb6c937588bfc737b73ec950158
parenteebfbe97d7a30dbf802a892262a3d121026d7bd2
Fixed no more working command completion with counts.

Commands with count could not be completed, because the count extraction was
removed in previous commits so that :5scro<tab> could not be completed.
src/completion.c