From e37d79928d4f3a70fffad086241e65d21dd9e1c3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 12 Jan 2010 13:18:33 +0100 Subject: updated for version 7.2.328 Problem: has("win64") does not return 1 on 64 bit MS-Windows version. Solution: Also check for _WIN64 besides WIN64. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e989f5e3e9..5243f92a0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Unixen +# Unixen: object and executable files. *.o src/vim src/xxd/xxd @@ -16,7 +16,6 @@ src/auto/link.sed src/auto/pathdef.c # Windows -.hgignore *.exe *.idb *.manifest -- cgit v1.2.3