view src/proto/drawline.pro @ 23920:80a01c446853

Added tag v8.2.2502 for changeset 9bd721a95893585014f912dfed0574ac28df8020
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Feb 2021 20:00:05 +0100
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 : */