view src/proto/drawline.pro @ 19565:9b03bf56d05e

Added tag v8.2.0339 for changeset 06f29b6ea04ac9d004f9fe8b83aad6116e52dad0
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 14:15:04 +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 : */