... You can do that locally. ... The configure that was built for the 7.2 release was generated by 2.62. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega...
55775
Philip A. Prindeville
philipp_subx@...
Jan 8, 2010 2:11 am
Any chance of rebuilding the configure file that gets generated from src/configure.in with a less ancient version of autoconf? Say, 2.61 or more recent? Prior...
55774
winterTTr
winterTTr.vim@...
Jan 8, 2010 1:37 am
... Env: Mercurial 1.3.1 Windows XP SP3 Mingw5.1.6 Python2.6 Perl 5.6.1 Command : mingw32-make -f Make_ming.mak Everything goes well. :-) So glad to see that...
55773
Chris Sutcliffe
ir0nh34d@...
Jan 7, 2010 11:01 pm
... <snip> ... Just curious, is the plan for this Mercurial repository to be the 'main' repository for Vim (like CVS is today)? Chris -- Chris Sutcliffe ...
55772
Bram Moolenaar
Bram@...
Jan 7, 2010 10:09 pm
... I don't see this problem (on Windows 7, using Mercurial 1.4.2). Building with MingW works. Perhaps your Mercurial is older? -- From "know your smileys": ...
55771
Antonio Colombo
azc100@...
Jan 7, 2010 8:56 pm
Download and make of vim (7.2.327) using "hg" works fine on openSUSE 11.2 Antonio -- /||\ | Antonio Colombo / || \ | antonio@... / () \ |...
55770
Dennis Benzinger
Dennis.Benzinger@...
Jan 7, 2010 8:30 pm
... Everything went OK. I could clone and compile without any problems on my Linux machine. Thanks for the repo! Dennis Benzinger -- You received this message...
55769
Navdeep Parhar
nparhar@...
Jan 7, 2010 8:19 pm
... I'm able to pull the repository and build + install from the local copy on FreeBSD 8, Solaris 10u8, and OpenSolaris 2009.06 systems. One question - how do...
55768
Navdeep Parhar
nparhar@...
Jan 7, 2010 8:19 pm
... I'm able to pull the repository and build + install from the local copy on FreeBSD 8, Solaris 10u8, and OpenSolaris 2009.06 systems. One question - how do...
55767
Gary Johnson
garyjohn@...
Jan 7, 2010 7:58 pm
... I just set up repositories and built vim on two machines, one running Red Hat Enterprise Linux WS release 4 and hg version 1.0.2 and another running Cygwin...
55766
David Fishburn
dfishburn.vim@...
Jan 7, 2010 7:09 pm
... I have never used Mercurial before. Following the instructions above on a Windows machine worked: requesting all changes adding changesets adding manifests...
55765
Mike Williams
mike.williams@...
Jan 7, 2010 5:01 pm
Hi, ... I get a bunch of the following warnings from cloning to a Windows machine: WARNING: runtime/macros/hanoi/hanoi.vim already has CRLF line endings and...
55764
Bram Moolenaar
Bram@...
Jan 7, 2010 4:33 pm
I have setup a Mercurial repository. It contains the same files that are in CVS, plus the updated runtime files. You can checkout the files with this command:...
55763
Bram Moolenaar
Bram@...
Jan 6, 2010 11:52 pm
... Correct. Updating the visible text for syntax HL is not that slow. The problem with folds is that also the text that is folded away must be inspected for...
55762
epanda
callingelvis@...
Jan 6, 2010 6:49 pm
... Transparency is a gadget, but I meant that text area content background should be set to an alpha value. Not all the window with vimtweak. No, the good...
55761
Bram Moolenaar
Bram@...
Jan 6, 2010 5:29 pm
Patch 7.2.327 Problem: Unused functions in Workshop. Solution: Add "#if 0" and minor cleanup. (Dominique Pelle) Files: src/workshop.c,...
55760
Sergey Khorev
sergey.khorev@...
Jan 6, 2010 5:07 pm
... Agreed ... Yes, it works. -- Sergey Khorev http://sites.google.com/site/khorser Can anybody think of a good tagline I can steal? -- You received this...
55759
Bram Moolenaar
Bram@...
Jan 6, 2010 4:47 pm
... The simplest would be to change the #ifdef: ... *************** *** 11453,11459 **** #if defined(UNIX) && (defined(__CYGWIN32__) || defined(__CYGWIN__)) ...
55758
Bram Moolenaar
Bram@...
Jan 6, 2010 4:43 pm
Patch 7.2.326 Problem: Win32: $HOME doesn't work when %HOMEPATH% is not defined. Solution: Use "\" for %HOMEPATH% when it is not defined. Files:...
55757
Bram Moolenaar
Bram@...
Jan 6, 2010 4:41 pm
... Besides a lot of details that need to be fixed: What would be a useful application for this functionality? -- How many light bulbs does it take to change a...
55756
Bram Moolenaar
Bram@...
Jan 6, 2010 4:41 pm
... I'll move this up in the todo list. -- ... /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; /// sponsor Vim, vote for...
55755
Ben Fritz
fritzophrenic@...
Jan 6, 2010 3:32 pm
... You're talking only about waiting to update the syntax folding, not the syntax highlighting, correct? I really like the idea of postponing the update of...
55754
Christian Brabandt
cblists@...
Jan 6, 2010 3:20 pm
Hi epanda! ... Do you mean when entering certain buffers switching on/off transparency? You can achieve this using auto-commands. Or do you mean on a per...
55753
Bram Moolenaar
Bram@...
Jan 6, 2010 2:29 pm
... Thanks! I'll include it soon. -- ... /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; /// sponsor Vim, vote for features...
55752
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 6, 2010 7:28 am
Steps to reproduce: function F() compiler ant compiler bcc " Now, 'makeprg39; is "ant" echo &makeprg endfunction ":help current_compiler" says: To support older...
55751
Bram Moolenaar
Bram@...
Jan 5, 2010 9:10 pm
... Those are not using the "conf" filetype. These need a different syntax file. Perhaps there is an existing one that is close (there are so many). Do not...
55750
Sergey Khorev
sergey.khorev@...
Jan 5, 2010 7:59 pm
Hi, ... That will be inconsistent with WIN32 because it is defined in Makefile :) What about changing all occurrences of _WIN64 to WIN64 and defining WIN64 in...
55749
Sergey Khorev
sergey.khorev@...
Jan 5, 2010 7:47 pm
Matt, ... I'm afraid you cannot load 64-bit DLL into 32-bit process even in x64 Windows. In fact, that was why I looked into has("win64") -- Sergey Khorev ...
55748
Matt Wozniski
mjw@...
Jan 5, 2010 7:31 pm
... OK, then. ... I can conceive of a plugin that dynamically loads a DLL - or another program - that requires a 64-bit windows, which would need to know that...
55747
Bram Moolenaar
Bram@...
Jan 5, 2010 7:24 pm
... In many places in the code _WIN64 is checked for, but the list for has() uses WIN64. Perhaps we should change them all to WIN64 to be consistent with...