aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.c b/vis.c
index 9f7d22c..abb5e5d 100644
--- a/vis.c
+++ b/vis.c
@@ -1662,7 +1662,7 @@ bool vis_cmd(Vis *vis, const char *cmdline) {
}
void vis_file_snapshot(Vis *vis, File *file) {
- if (!vis->replaying && !vis->repeat_input)
+ if (!vis->replaying)
text_snapshot(file->text);
}