diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-04-22 12:45:52 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-22 12:45:52 +0200 |
| commit | 625244ab41640ec43d2621465ace81b4c242385b (patch) | |
| tree | c3130b06d1fcb2994465f9bf9de4368cbb691363 /vis.c | |
| parent | acb864cdc5b24e54b0b2b08e06d706ccaa3fa4c1 (diff) | |
| download | vis-625244ab41640ec43d2621465ace81b4c242385b.tar.gz vis-625244ab41640ec43d2621465ace81b4c242385b.tar.xz | |
Rename window.[ch] to view.[ch]
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
