Hi,

has("win64") returns 0 even for x64 version of Vim. It seems we need
to define WIN64 for this to work. Something like that:

*** ../vim72.323/src/Make_mvc.mak       Wed Dec 23 09:36:54 2009
--- src/Make_mvc.mak    Tue Jan  5 16:46:26 2010
***************
*** 314,319 ****
--- 314,323 ----
  #>>>>> end of choices
  ###########################################################################

+ !if ("$(CPU)" == "AMD64") || ("$(CPU)" == "IA64")
+ CFLAGS=$(CFLAGS) -DWIN64
+ !endif
+
  !ifdef OS
  OS_TYPE       = winnt
  DEL_TREE = rmdir /s /q


-- 
Sergey Khorev
http://sites.google.com/site/khorser
Can anybody think of a good tagline I can steal?

-- 
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php

Raspunde prin e-mail lui