diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-11 21:23:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-11 21:23:00 +0100 |
commit | 9810cfbe554b166cb05b51119040bb4426c17bac (patch) | |
tree | 506e9ada5382e259e88b6af7769cccbbf7656b8e /src/filepath.c | |
parent | 213ed008bbcd9fe0d3329b17f5f4af0169e448ff (diff) | |
download | vim-git-9810cfbe554b166cb05b51119040bb4426c17bac.tar.gz |
patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422
Problem: "make depend" does not work correctly for libvterm.
Solution: Fix build dependencies. And a few minor improvements.
Diffstat (limited to 'src/filepath.c')
-rw-r--r-- | src/filepath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filepath.c b/src/filepath.c index 0fc1a5cad..01d2dcb97 100644 --- a/src/filepath.c +++ b/src/filepath.c @@ -8,7 +8,7 @@ */ /* - * filepath.c: dealing with file names ant paths. + * filepath.c: dealing with file names and paths. */ #include "vim.h" |