Re: Vim 7.5 or Vim 8?

2016-04-05 Fir de Conversatie Thomas Liebezeit
Hi all,

Am Dienstag, 5. April 2016 09:28:34 UTC+2 schrieb Dominique Pelle:
> Here are some patches that I vote for, for the next version,
> taken from todo.txt:
> 
If I could wish, I would like to see my personal favorit added.
Its realy useful and avoids a brothersome tmp file in daily work:

Patch to add the :bvimgrep command.  (Christian Brabandt, 2014 Nov 12)
Updated 2016 Feb 10

-- 
-- 
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 to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vim] Compile failure on Windows using MinGW (#642)

2016-02-18 Fir de Conversatie Thomas Liebezeit
Hi,

Am Donnerstag, 18. Februar 2016 19:57:32 UTC+1 schrieb illusorypan:
> How about adding ARCH=i686 WINVER=0x0501?
I can confirm that this fixes it.

I see the same error here on win 10 with MinGW.
It comes from  AttachConsole in os_win32.c (introduced by patch 7.4.1306).

Googleing for AttachConsole and MinGW leads to 
https://sourceforge.net/p/mingw/bugs/1617/

Regards
Thomas

-- 
-- 
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 to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Question about :find completion support in Vim 7.3b

2010-08-03 Fir de Conversatie Thomas Liebezeit

Am 03.08.2010 02:33, schrieb Nazri Ramliy:

On Tue, Aug 3, 2010 at 8:07 AM, Nazri Ramliyayieh...@gmail.com  wrote:

On Tue, Aug 3, 2010 at 7:51 AM, Ajit Thakkara...@unb.ca  wrote:

Revision:  7d1044b27e

On WinXP, attempting find completion leads to a crash.

gvim -N -u NONE a.tex
:findTab
Vim crashes

The same happens with
:find aTab

Ajit


Thanks for testing it.

I'll investigate the crash.


Attached is the fix on top of Revision:  7d1044b27e.

nazri.


Hi,

I get this warning and :find tab crashes:

f:\tmp\vim73\vim\src\misc1.c(9597) : warning C4700: Die nicht 
initialisierte lokale Variable file_pattern wurde verwendet.


translation: usage of non-initialised variable
misc1.c is at this version:

F:\tmp\vim73\vim\srchg log misc1.c -l1
changeset:   2470:6570c136be32
branch:  vim73
user:Bram Moolenaar b...@vim.org
date:Mon Aug 02 21:33:37 2010 +0200
summary: Improvements for :find completion. (Nazri Ramliy)

Thomas

--
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


compile error

2010-06-26 Fir de Conversatie Thomas Liebezeit

Hi,

with the current code from the repository I get an error in term.c. (see 
below)

I'm on windows with MSVC.
I build with: nmake -f Make_mvc.mak GUI=yes OLE=yes CPUNR=i686 
PYTHON=C:\Program Files (x86)\Python26 DYNAMIC_PYTHON=yes PYTHON_VER=26


The error came with the last update (2275).
It is caused by the new #ifdef/#endif, without everything is fine (which 
means: compiles).



Thomas Liebezeit




hg log term.c -l 2 gives

changeset:   2275:0b3be97064e5
branch:  vim73
tag: tip
user:Bram Moolenaar b...@vim.org
date:Sat Jun 26 06:24:45 2010 +0200
summary: Various small fixes from Dominique Pelle.

changeset:   2231:770485470e59
branch:  vim73
user:Bram Moolenaar b...@vim.org
date:Sun May 30 19:00:15 2010 +0200
summary: Add a few #ifdefs to exclude functions that are not used. 
(Domnique

 Pelle)


The changes


term.c
term.c(5469) : error C2065: 'key_names': nichtdeklarierter Bezeichner
term.c(5469) : error C2109: Index erfordert ein Array oder einen Zeigertyp
term.c(5471) : error C2065: 'key_names': nichtdeklarierter Bezeichner
term.c(5471) : error C2109: Index erfordert ein Array oder einen Zeigertyp
term.c(5471) : error C2168: 'strcmp': Zu wenig Parameter an 
systeminterne Funkti

on übergeben
term.c(5473) : error C2065: 'xt_index_in': nichtdeklarierter Bezeichner
term.c(5477) : error C2065: 'key_names': nichtdeklarierter Bezeichner
term.c(5477) : error C2109: Index erfordert ein Array oder einen Zeigertyp
term.c(5493) : warning C4013: 'set_color_count' undefiniert; Annahme: 
extern mit

 Rückgabetyp int
term.c(5510) : error C2065: 'xt_index_in': nichtdeklarierter Bezeichner
term.c(5511) : warning C4013: 'req_more_codes_from_term' undefiniert; 
Annahme: e

xtern mit Rückgabetyp int
term.c(5526) : error C2065: 'xt_index_out': nichtdeklarierter Bezeichner
term.c(5526) : error C2065: 'xt_index_out': nichtdeklarierter Bezeichner
term.c(5526) : error C2065: 'xt_index_in': nichtdeklarierter Bezeichner

--
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