diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:21:30 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:21:30 +0200 |
| commit | 78e0601e4ee68177ef597e75d08da786b0cabd3d (patch) | |
| tree | 51243a7e083e7d17d825ca50c448327d9cbf547b /window.c | |
| parent | 98646851ade5386e3f72bfda4d94db20b65fde78 (diff) | |
| download | vis-78e0601e4ee68177ef597e75d08da786b0cabd3d.tar.gz vis-78e0601e4ee68177ef597e75d08da786b0cabd3d.tar.xz | |
Rename vis.[ch] to editor.[ch] and main.c to vis.c
Diffstat (limited to 'window.c')
| -rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ #include <wchar.h> #include <ctype.h> #include <errno.h> -#include "vis.h" +#include "editor.h" #include "window.h" #include "text.h" #include "text-motions.h" |
