Mercurial > vim
annotate src/proto/drawline.pro @ 24315:43ac86deea50 v8.2.2698
patch 8.2.2698: Lua test fails on MS-Windows
Commit: https://github.com/vim/vim/commit/b9c6b6fb73711f64943340b2c3f0bdf8744451b6
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 3 15:35:50 2021 +0200
patch 8.2.2698: Lua test fails on MS-Windows
Problem: Lua test fails on MS-Windows.
Solution: Fall back to old method if "lua -v" doesn't work.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 03 Apr 2021 15:45:14 +0200 |
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 : */ |