commit | 27fc8cab227e30f649f52e74efd58ad56d21e9bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 15 22:23:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 15 22:23:37 2019 +0200 |
tree | 7f6bef8a1eaf00e455ef6cd58d627cbd9b35ca2e | |
parent | 3c8cd4a1dcbc34d8818a2a38b1d1e4755da9edc2 [diff] [blame] |
patch 8.1.2152: problems navigating tags file on MacOS Catalina Problem: Problems navigating tags file on MacOS Catalina. Solution: Use fseek instead of lseek. (John Lamb, fixes #5061)
diff --git a/src/version.c b/src/version.c index c1c3442..e21f5c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2152, +/**/ 2151, /**/ 2150,