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.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user