--- aewan-1.0.01.orig/editmeta.c
+++ aewan-1.0.01/editmeta.c
@@ -53,7 +53,7 @@
    
    editor = getenv("VISUAL");
    if (!editor) editor = getenv("EDITOR");
-   if (!editor) editor = "vi";
+   if (!editor) editor = "sensible-editor";
 
    /* create a temporary file */
    strcpy(tmpname, "/tmp/aewan-XXXXXX");
--- aewan-1.0.01.orig/debug_aewl.c
+++ aewan-1.0.01/debug_aewl.c
@@ -8,6 +8,7 @@
 #include "aewl/label.h"
 
 #include "keys.h"
+#include "filedlg.h"
 
 #include <ncurses.h>
 #include <stdbool.h>
--- aewan-1.0.01.orig/man/man5/aewan.5
+++ aewan-1.0.01/man/man5/aewan.5
@@ -47,7 +47,6 @@
    >Layer
    (...there are <layer-count> such blocks...)
 >Aewan Document v1
-.ff
 
 Indentation is ignored, but all other whitespace is significant.
 In particular, you can't omit the space that immediately follows
