view src/proto/drawline.pro @ 22692:e3c3096f7e64

Added tag v8.2.1894 for changeset dda110a14be40d774ceeca34b089fd7dfc5325b5
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Oct 2020 18:15: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 : */