aboutsummaryrefslogtreecommitdiff
path: root/editor.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-02 21:18:05 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-02 21:32:13 +0100
commitb55fd4416267295bba5f09762a94b93e37640525 (patch)
treedfd7dcf9d471709fe402a16e82cc33361dabb3a6 /editor.c
parentc44f18b0c4fff5122c683c108cd831ece1c46049 (diff)
downloadvis-b55fd4416267295bba5f09762a94b93e37640525.tar.gz
vis-b55fd4416267295bba5f09762a94b93e37640525.tar.xz
Make last insertion/replacement repeatable with '.'
Diffstat (limited to 'editor.c')
-rw-r--r--editor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor.c b/editor.c
index a8c7c18..ef59242 100644
--- a/editor.c
+++ b/editor.c
@@ -499,7 +499,6 @@ void editor_delete(Editor *ed, size_t pos, size_t len) {
editor_windows_invalidate(ed, pos, pos + len);
}
-
static void editor_prompt_free(Prompt *prompt) {
if (!prompt)
return;