view src/proto/drawline.pro @ 22732:4c21a3a47707 v8.2.1914

patch 8.2.1914: Vim9: cannot put line break in expression for '=' register Commit: https://github.com/vim/vim/commit/b4bcea474d9006e4db1fa5d6828773e739af14bb Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 28 13:53:50 2020 +0100 patch 8.2.1914: Vim9: cannot put line break in expression for '=' register Problem: Vim9: cannot put line break in expression for '=' register. Solution: Pass fgetline to set_expr_line(). (closes https://github.com/vim/vim/issues/7209)
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Oct 2020 14:00: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 : */