view src/proto/drawline.pro @ 22668:7c0ebc6eb7ae

Added tag v8.2.1882 for changeset 87987c78308717247cf0071163c5b9c2792543b6
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Oct 2020 21:00:04 +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 : */