Moved parts of completion logic to ex.c.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 21:53:05 +0000 (23:53 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 28 Sep 2013 21:53:05 +0000 (23:53 +0200)
commit698d988f588227204d5ea47f3597059ac30dc533
tree3673d7919147650fae5040cb337fd3febb4f4f72
parentd4ebbe02b74c9a8dac1e0590a76ab5bc214d8d3b
Moved parts of completion logic to ex.c.

This change makes it easier to control the found matches and it allowed to
complete also abbreviated commands like ':o !tag'.
src/completion.c
src/completion.h
src/ex.c