Mercurial > vim
view src/proto/drawline.pro @ 24570:27033b8bba0e v8.2.2824
patch 8.2.2824: MS-Windows: build failure with MSVC
Commit: https://github.com/vim/vim/commit/1bb0da25a6581cd09d6df91f11ce866dc775597b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 2 19:15:05 2021 +0200
patch 8.2.2824: MS-Windows: build failure with MSVC
Problem: MS-Windows: build failure with MSVC.
Solution: Adjust the list of distributed files. Add hint about python.
Adjust path for reading runtime files.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 02 May 2021 19:30:04 +0200 |
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 : */