Re: [vim/vim] I'm sad to hear the news. (Discussion #12737)

2023-08-28 Fir de Conversatie skeept
I am just someone that followed the discussion google mailing lists. I guess the reason I did is because I always found the community to be trying to help each other and Bram always caring about vim and the users. Another recurring thing I remember was someone sending some patch he would just fi

Re: [Patch] Add option to disable insert completion message in shortmess

2014-04-02 Fir de Conversatie skeept
I would like to see this patch merge as well. -- -- 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 --- You received this message because you are subscribed t

Re: Ruby for MSVC?

2013-08-12 Fir de Conversatie skeept
hread: https://groups.google.com/forum/#!search/skeept$20ruby/vim_dev/P8l30hk9hyE/-foxzWPPJxsJ Andrei Olsen has explained there how to build ruby with visual studio and I can confirm it works as I am using it now. Regards -- -- You received this message from the "vim_dev" maillist.

Issue compiling vim in windows: coof invalid

2013-07-10 Fir de Conversatie skeept
I am trying to compile vim in windows7 and I am getting and error. There are some conversion warnings during compilation but all files compile. When linking I get the error that follows below. I am using visual studio 10 to compile vim. cl -c /W3 /nologo -I. -Iproto -DHAVE_PATHDEF -DW

Re: [patch] Store vimrc and gvimrc in your ~/.vim, ~\vimfiles\ directory

2013-06-04 Fir de Conversatie skeept
On Monday, April 15, 2013 6:49:57 AM UTC-5, Bram Moolenaar wrote: > Lech Lorens wrote: > > > > > On 13-Apr-2013 Bram Moolenaar wrote: > > > > Thanks. Thus only when ~/.vimrc does not exist then ~/.vim/vimrc will > > > > be used. That should work for places where a new Vim is installed. For

Re: Windows doesn't support -f option

2013-05-26 Fir de Conversatie skeept
On Friday, May 24, 2013 2:15:36 PM UTC-5, skeept wrote: > On Friday, May 24, 2013 10:07:09 AM UTC-5, Andrei Olsen wrote: > > > kl. 04:17:42 UTC+2 mandag 20. mai 2013 skrev Ben Fritz følgende: > > > > > > > I'm using the "Vim without Cream" bu

Re: Windows doesn't support -f option

2013-05-24 Fir de Conversatie skeept
t from MSYS shell. I compiled my own vim in windows with visual studio and -f works fine. This is the output of version: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 22 2013 17:58:33) MS-Windows 64-bit GUI version with OLE support Included patches: 1-944 Compiled by skeept@GLOBAL Huge v

Re: [PATCH] Fix compilation failure with Ruby 2.0.0

2013-05-21 Fir de Conversatie skeept
> > > Was this patch applied already? > > > > > > I tried compiling a 64 bit windows but if failed complaining that some > > > include file could not be found. > > > > > > If possible could this patch be included for the next release? > > > > AFAIK this was included in patch 7.3.889. >

Re: [PATCH] Fix compilation failure with Ruby 2.0.0

2013-05-21 Fir de Conversatie skeept
> > > > Thanks. I hope a few people can try it out. > > Was this patch applied already? I tried compiling a 64 bit windows but if failed complaining that some include file could not be found. If possible could this patch be included for the next release? A small example on how to use rub

Compiling vim with visual studio 2012 express

2013-05-12 Fir de Conversatie skeept
I tried compiling gvim in windows using the cygwin interface and also visual studio express. When compiling with visual studio express update 2 you immediately get the error: C:\htemp\vim\src>nmake -f Make_mvc.mak Microsoft (R) Program Maintenance Utility Version 11.00.60315.1 Copyright (C) M

Re: compiling windows binary using cygwin fails

2013-05-12 Fir de Conversatie skeept
> If you want to build a Win32 binary, use i686-pc-mingw32-gcc or > i686-w64-mingw-gcc, not i686-pc-cygwin-gcc. > i686-pc-cygwin-gcc is a compiler for building cygwin binary. > > Thanks, > Ken Takata Thanks for you help. Indeed changing to a different compiler name allows me to build gvim, alth

compiling windows binary using cygwin fails

2013-05-11 Fir de Conversatie skeept
I am trying to build windows binary using cygwin. The command line and the error I get is bellow. make -f Make_cyg.mak SHELL=bash CC=i686-pc-cygwin-gcc CXX=i686-pc-cygwin-g++ RC=windres ARCH=i686 CROSS_COMPILE=x86_64-w64-mingw32- USEDLL=no PYTHON=/cygdrive/c/Python27 PYTHON_VER=27 DYNAMIC_PYTH

Re: How to compile 64 bit with cygwin/mingw?

2013-02-08 Fir de Conversatie skeept
A followup: if I compile using DYNAMIC_PYTHON=no instead of yes make -f Make_cyg.mak CC=x86_64-w64-mingw32-gcc RC=x86_64-w64-mingw32-windres ARCH=x86-64 PYTHON=/cygdrive/c/Python27_64 PYTHON_VER=27 DYNAMIC_PYTHON=no PERL=/cygdrive/c/Perl64 PERL_VER=516 DYNAMIC_PERL=yes -j5 GUI=yes the linking s

Re: How to compile 64 bit with cygwin/mingw?

2013-02-08 Fir de Conversatie skeept
Hi Ken, > $ make -f Make_cyg.mak CC=x86_64-w64-mingw32-gcc > RC=x86_64-w64-mingw32-windres ARCH=x86-64 GUI=yes this command works well and I can build gvim with it. I was trying to compile vim using perl and python. I have perl in c:\perl64 and python in c:\python27_64 I can compile fine usin

How to compile 64 bit with cygwin/mingw?

2013-02-07 Fir de Conversatie skeept
I just recently got a laptop where I don't have visual studio. I would like to compile vim using cygwin/mingw. I use make -f Make_cyg.mak CC=x86_64-w64-mingw32-gcc ARCH=x86-64 GUI=yes It all seems fine until the linking step. I then get the error: /usr/lib/gcc/x86_64-w64-mingw32/4.5.3/../../../..

Re: [patch] suppress warnings on Win32

2013-01-30 Fir de Conversatie skeept
I have some warnings when compiling with visual studio 2012: ex_cmds.c(4768) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data if_perl.xs(1051) : warning C4244: '=' : conversion from 'IV' to 'int', possible loss of data if_perl.xs(1094) : warning C4244: '=' : conv

Re: Small change to support Visual Studio 2012 Update 1

2012-12-06 Fir de Conversatie skeept
Hi Raymond, On Wednesday, December 5, 2012 2:01:26 PM UTC-5, Raymond Ko wrote: > Hello all, > > Attached is a small change to support the newest NMAKE introduced by Visual > Studio 2012 Update 1. I have tested it and VIM seems to compile fine. I updated visual studio yesterday and temporarily

Re: Can't compile latest Vim using Make_cyg.mak

2012-11-15 Fir de Conversatie skeept
On Thursday, November 15, 2012 2:42:32 AM UTC-5, Heptite wrote: > gcc-3 -O3 -fomit-frame-pointer -freg-struct-return -fno-strength-reduce > -DWIN32 -DHAVE_PATHDEF -DFEAT_BIG -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 > -DFEAT_PERL -DDYNAMIC_PERL -DDYNAMIC_PERL_DLL=\"perl512.dll\" -DFEAT_PYTHON > -DD

Re: Compiling vim in windows 8 with visual studio 12

2012-11-09 Fir de Conversatie skeept
On Friday, November 9, 2012 5:39:32 PM UTC-5, skeept wrote: > Could anyone successfully compile vim in windows 8 with visual studio 12? > > I just installed the system yesterday, and I was trying to compile vim but I > am having issues. > > These are the steps: > first set

Compiling vim in windows 8 with visual studio 12

2012-11-09 Fir de Conversatie skeept
Could anyone successfully compile vim in windows 8 with visual studio 12? I just installed the system yesterday, and I was trying to compile vim but I am having issues. These are the steps: first setting up the variables: call "c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd6

showing actually replacement when using the 'c' flag in subtitute?

2012-10-04 Fir de Conversatie skeept
If I am doing a substitution: :%s/\(a\|b\)\(c\|d\)/\2\1\gc then the message that shows is something like would you like to replace by '\2\1' ...?\ It would be nice to actually see what the new text would be (for more complicated substitutions of course). Is there such an option that would allo

Re: Can't paste Unicode Delta symbol (Δ) into vim nor gVim

2012-09-13 Fir de Conversatie skeept
On Thursday, September 13, 2012 3:56:56 PM UTC-4, Tony Mechelynck wrote: > On 13/09/12 19:57, MC Andre wrote: > > > I can copy and past the Unicode Delta symbol (οΏ½) in a normal Command > > Prompt window. > > > > > > I can copy and past ASCII Roman alphabetic text in vim and gVim. > > > > >

Re: 64-bit support for Windows (Vista)

2012-09-05 Fir de Conversatie skeept
On Tuesday, August 28, 2012 1:05:01 AM UTC-4, Sergey Khorev wrote: > > link /RELEASE /nologo /subsystem:windows /LTCG:STATUS > > ... > > > advapi32.lib shell32.lib /machine:i386 /no > > > > Ok, the problem is in /machine:i386 which should be AMD64 for x64 > > builds. Either something

Re: 64-bit support for Windows (Vista)

2012-08-27 Fir de Conversatie skeept
This is already a quite old thread but I can't find easily any instruction on how to compile vim for 64 bit windows. I am using windows 7. I tried the following: first I call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat" to set up the vars to 64 bit

Re: Patch for py[3] command to avoid print calls

2012-08-20 Fir de Conversatie skeept
On Thursday, August 16, 2012 8:47:38 AM UTC-4, Maxim Philippov wrote: > Hi, vim_dev! > > I'd like to offer a small patch for python interface, which allows to avoid > inserting print call for every expression in order to see result. > > Now: > > :py 2 + 2 > :py dir.__doc__ > > After applying p

Problem linking with static lua

2012-04-05 Fir de Conversatie skeept
I saw new patches today regarding lua so I decided to compile vim with it. I compile lua with: make linux make install INSTALL_TOP="$lua_location" Then I configure linux with the following options: --enable-luainterp=yes --with-lua-prefix=$lua_location configure runs fine and I can make vim all

Re: Is it possible to ignore runtime/doc/tags in .hgignore?

2012-03-18 Fir de Conversatie skeept
On Mar 18, 11:15 pm, Tony Mechelynck wrote: Hi Tony, your answer makes a lot of sense, except that I don't run hg pull directly, I run it in a script that also tries to get updates for other programs and scripts so I don't get an opportunity to choose if I want to discard the changes. I added t

Is it possible to ignore runtime/doc/tags in .hgignore?

2012-03-16 Fir de Conversatie skeept
Hi, I would like to know if it is possible to include runtime/doc/tags in .hgignore? after I build vim this file shows as modified in mercurial and then when I try to pull again I get some kind of error message regarding uncommited local changes. Alternatively is there a mercurial command to alw

Re: Feature request: add optional argument to :jumps to allow replace of

2012-02-15 Fir de Conversatie skeept
Thanks Christian, On Feb 15, 2:01 pm, Christian Brabandt wrote: > Hi skeept! > > On Mi, 15 Feb 2012, skeept wrote: > > > > > > > > > > > Hi all, > > > I have remapped and now does not work as expected. > > I don't use the comman

Feature request: add optional argument to :jumps to allow replace of

2012-02-15 Fir de Conversatie skeept
Hi all, I have remapped and now does not work as expected. I don't use the command very often, but I do use it occasionally. I asked it there was a way of solving this in vim_use and it was suggested that I could do something like: :nnoremap :nnoremap I would prefer to do something

Re: problem saving file (or other command mode)

2011-03-23 Fir de Conversatie skeept
On Mar 22, 6:36 pm, Gregor Uhlenheuer wrote: > On 03/22/2011 09:28 PM, skeept wrote: > > > > > > > Since a couple of days I have been having the following problem with > > vim: > > > I use it normally and after a while I am unable to save the file &g

problem saving file (or other command mode)

2011-03-22 Fir de Conversatie skeept
Since a couple of days I have been having the following problem with vim: I use it normally and after a while I am unable to save the file using :wa Each time I press enter nothing happens and when I press other key other then enter (say space) the following shows up :wa92_parse_cmd_line() I sear

tab buffer

2011-01-10 Fir de Conversatie skeept
Sorry first of all if this is not the right place to ask this. If I do :tab split the current buffer opens in a new tab but if I do :tab buffer n the current tab changes to buffer n (doesn't create a new tab). I have this behavior with the latest vim. Is this a bug or a feature? (I would prefer

Re: Folding, highlighting and patch 274

2010-05-27 Fir de Conversatie skeept
It also became very slow for me with the only settings being syntax on set foldmethod=syntax the file being edited is a large C file. Best. H Jorge On May 26, 6:04 pm, Christian Brabandt wrote: > Hi Frederic! > > On Mi, 26 Mai 2010, Frederic Hardy wrote: > > > > > > > Since patch 274, my vim/