summaryrefslogtreecommitdiffstats
path: root/src/madc.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-09-26 02:09:03 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-09-26 02:09:03 +0200
commitd88c486ae403bee8f4b16e4bdf9daf19f8915eed (patch)
tree34aea8e1a68c5f125a0af6f5ab6f0ec7fcb5d7ea /src/madc.cpp
parent8c6ea75e487172e23822b39b6cf58fbc947971e4 (diff)
downloadmad-d88c486ae403bee8f4b16e4bdf9daf19f8915eed.tar
mad-d88c486ae403bee8f4b16e4bdf9daf19f8915eed.zip
Client: Added unfinished XLS import command
Diffstat (limited to 'src/madc.cpp')
-rw-r--r--src/madc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/madc.cpp b/src/madc.cpp
index fc95266..eaa1613 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -127,7 +127,7 @@ int main(int argc, char *argv[]) {
EditLine *el = el_init(argv[0], stdin, stdout, stderr);
- el_set(el, EL_EDITOR, "emacs");
+ el_set(el, EL_EDITOR, "vi");
el_set(el, EL_PROMPT, &prompt);
HistEvent histEv;