From 625244ab41640ec43d2621465ace81b4c242385b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 22 Apr 2015 12:45:52 +0200 Subject: Rename window.[ch] to view.[ch] --- vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.c') 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); -- cgit v1.2.3