commit | 9810cfbe554b166cb05b51119040bb4426c17bac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 21:23:00 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 11 21:23:00 2019 +0100 |
tree | 506e9ada5382e259e88b6af7769cccbbf7656b8e | |
parent | 213ed008bbcd9fe0d3329b17f5f4af0169e448ff [diff] [blame] |
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.
diff --git a/src/filepath.c b/src/filepath.c index 0fc1a5c..01d2dcb 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"