diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-04 22:22:39 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-04 22:22:39 +0200 |
| commit | 33812921a2294637e4635d5b8426fc47f69a05a5 (patch) | |
| tree | fea0b77a032b80b0211fb9a7110ee01ef2aa3955 /vis.h | |
| parent | 3bfd0792b7116eacd5f9c46070b6fee236d4b956 (diff) | |
| download | vis-33812921a2294637e4635d5b8426fc47f69a05a5.tar.gz vis-33812921a2294637e4635d5b8426fc47f69a05a5.tar.xz | |
Implement movement to a given line
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -175,7 +175,6 @@ bool vis_syntax_load(Vis*, Syntax *syntaxes, Color *colors); void vis_syntax_unload(Vis*); void vis_search(Vis *ed, const char *regex, int direction); -size_t vis_line_goto(Vis *vis, size_t lineno); bool vis_window_new(Vis *vis, const char *filename); void vis_window_split(Vis *ed, const char *filename); |
