view src/proto/drawline.pro @ 23968:da1c89e61b04 v8.2.2526

patch 8.2.2526: build failure Commit: https://github.com/vim/vim/commit/527ed38cfacc5abf32ef3e63f98966d011cd95de Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 15:05:45 2021 +0100 patch 8.2.2526: build failure Problem: Build failure. Solution: Change lookup_scriptvar() arguments.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 15:15:03 +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 : */