diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-01-12 13:18:33 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-01-12 13:18:33 +0100 |
commit | e37d79928d4f3a70fffad086241e65d21dd9e1c3 (patch) | |
tree | 624fadaa6657e79aca5fa13492bb364dbde419fd /.gitignore | |
parent | ef3c1a7fd7a755221f5f854b159ee515c922d4ed (diff) | |
download | vim-git-e37d79928d4f3a70fffad086241e65d21dd9e1c3.tar.gz |
updated for version 7.2.328v7.2.328
Problem: has("win64") does not return 1 on 64 bit MS-Windows version.
Solution: Also check for _WIN64 besides WIN64.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index e989f5e3e..5243f92a0 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 |