view src/proto/drawline.pro @ 26041:1f1f9e2a021b

Added tag v8.2.3554 for changeset 3c36cc7bd7a804a83f8a471ee448f6307d872070
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Oct 2021 17:00:06 +0200
parents 2a806e3c39f6
children bbe62ea78aac
line wrap: on
line source

/* drawline.c */
int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, int nochange, int number_only);
/* vim: set ft=c : */