comparison src/filepath.c @ 18872:410155e75efa v8.1.2422

patch 8.1.2422: "make depend" does not work correctly for libvterm Commit: https://github.com/vim/vim/commit/9810cfbe554b166cb05b51119040bb4426c17bac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 21:23:00 2019 +0100 patch 8.1.2422: "make depend" does not work correctly for libvterm Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 21:30:04 +0100
parents 8f05b3cf8557
children d6c7b2f9aa20
comparison
equal deleted inserted replaced
18871:b9c1cd20b6d5 18872:410155e75efa
6 * Do ":help credits" in Vim to see a list of people who contributed. 6 * Do ":help credits" in Vim to see a list of people who contributed.
7 * See README.txt for an overview of the Vim source code. 7 * See README.txt for an overview of the Vim source code.
8 */ 8 */
9 9
10 /* 10 /*
11 * filepath.c: dealing with file names ant paths. 11 * filepath.c: dealing with file names and paths.
12 */ 12 */
13 13
14 #include "vim.h" 14 #include "vim.h"
15 15
16 #ifdef MSWIN 16 #ifdef MSWIN