Hi Bram, > Thanks for the update. I have included it in the vim73 branch. > > I have changed the syntax everywhere to match the Vim style. > Also changed C++ stuff to plain C. > I also made the header files generated automatically. > And I moved the global variables to globals.h.
There is a little bit of an issue with this in the vim73 branch (at least for Cygwin). In particular: src/sha256.c (line 19): typedef unsigned long uint32_t; This definition conflicts stdint.h: typedef unsigned int uint32_t; Perhaps rename uint32_t to ulong32_t? Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
