On 16/07/09 23:17, John Sampson wrote: > > Hello - > > I have been looking for a precompiled version of Vim for Microsoft Windows > with extension to allow Scheme code to be included in the same way as > Python code > is in the available Windows precompiled version. I believe it is > intended to be possible > for Vim to be compiled this way. > > Is a precompiled version available anywhere? > > Regards > > _John Sampson_
For Windows there is. Steve Hall's bugfixed Vim distribution for Windows (currently at patchlevel 7.2.228) includes almost everything that one could wish for, including executables with and without GUI, and compiled with (among others) +mzscheme/dyn +perl/dyn +python/dyn +ruby/dyn +tcl/dyn. See its ":version" text at https://sourceforge.net/project/shownotes.php?group_id=43866&release_id=696157 and/or download it from the "gvim 7.2.228.exe" link at https://sourceforge.net/project/showfiles.php?group_id=43866&package_id=39721 This build, however, only has "Normal" features. This means that it lacks (for instance) profiling, RTL editing, and keymaps. If you need these, you will either have to compile Vim yourself (see my Compiling HowTo for Windows at http://users.skynet.be/antoine.mechelynck/vim/compile.htm ). Older builds from the URL above have Big or Huge features, but without +mzscheme. Best regards, Tony. -- If the American dream is for Americans only, it will remain our dream and never be our destiny. -- René de Visme Williamson --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
