Mercurial > vim
annotate src/proto/drawline.pro @ 26321:a74dd2014b04 v8.2.3691
patch 8.2.3691: build failure with small features
Commit: https://github.com/vim/vim/commit/f566666e888685b6442a0e7f34c73ba56f6db49a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 28 21:33:36 2021 +0000
patch 8.2.3691: build failure with small features
Problem: Build failure with small features.
Solution: Add #ifdef. (Dominique Pell?)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 28 Nov 2021 22:45:05 +0100 |
parents | 2a806e3c39f6 |
children | bbe62ea78aac |
rev | line source |
---|---|
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
1 /* drawline.c */ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
2 int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, int nochange, int number_only); |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
3 /* vim: set ft=c : */ |