Mercurial > vim
annotate src/proto/drawline.pro @ 26317:f44ce6a85c34 v8.2.3689
patch 8.2.3689: ex_let_one() is too long
Commit: https://github.com/vim/vim/commit/3ccb5795168793e1b119a028da4035f77cef9f69
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Nov 28 19:53:42 2021 +0000
patch 8.2.3689: ex_let_one() is too long
Problem: ex_let_one() is too long.
Solution: Split into multiple functions.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 28 Nov 2021 21:00:03 +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 : */ |