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 6ce9004..342e4c6 100644
--- a/vis.c
+++ b/vis.c
@@ -133,7 +133,7 @@ enum {
MOVE_WINDOW_LINE_BOTTOM,
};
-/** movements which can be used besides the one in text-motions.h and window.h */
+/** movements which can be used besides the one in text-motions.h and view.h */
/* search in forward direction for the word under the cursor */
static size_t search_word_forward(Text *txt, size_t pos);