Updated a whole bunch of files, started adding the commands
commit28845c0ca658734eae7ef2df4ad3b3ab90242fee
authorAhmed Badran <ahmed.badran@gmail.com>
Tue, 16 Dec 2008 08:18:39 +0000 (16 00:18 -0800)
committerAhmed Badran <ahmed.badran@gmail.com>
Tue, 16 Dec 2008 08:18:39 +0000 (16 00:18 -0800)
tree3250952fe58fe3946fdc6852c166ceb28504a4a3
parentc0a2906580731109b2ab107e7ad8fe852ba6203c
Updated a whole bunch of files, started adding the commands

Signed-off-by: Ahmed Badran <ahmed.badran@gmail.com>
15 files changed:
plan.txt
src/Makefile.am
src/Makefile.in
src/cmd_about.cc [new file with mode: 0644]
src/cmd_about.h [new file with mode: 0644]
src/cmd_add.cc [new file with mode: 0644]
src/cmd_add.h [new file with mode: 0644]
src/cmd_help.cc [new file with mode: 0644]
src/cmd_help.h [new file with mode: 0644]
src/cmd_if.h [new file with mode: 0644]
src/cmd_line.cc [new file with mode: 0644]
src/cmd_line.h [new file with mode: 0644]
src/conf.cc [moved from src/vimicxx_conf.cc with 56% similarity]
src/conf.h [moved from src/vimicxx_conf.h with 86% similarity]
src/main.cc