diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-12 13:48:28 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-12 13:48:28 +0200 |
| commit | 50813b0e99321ba5c60ea4bc8c16d19519801446 (patch) | |
| tree | 3bbcdfaedca6a9d529f02e90bebbda5bc893bdc6 /vis.c | |
| parent | 6df6386c3af1420d9b0d676d5b9da660ab6f99d4 (diff) | |
| download | vis-50813b0e99321ba5c60ea4bc8c16d19519801446.tar.gz vis-50813b0e99321ba5c60ea4bc8c16d19519801446.tar.xz | |
Rename text_filename to text_filename_get
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -984,7 +984,7 @@ static bool cmd_wq(const char *argv[]) { static bool cmd_write(const char *argv[]) { Text *text = vis->win->text; if (!argv[1]) - argv[1] = text_filename(text); + argv[1] = text_filename_get(text); for (const char **file = &argv[1]; *file; file++) { if (text_save(text, *file)) return false; |
