Re: Patch 7.3.066

2010-11-24 Fir de Conversatie Bram Moolenaar
Charles - > Bram Moolenaar wrote: > > Patch 7.3.066 > > Problem:Crash when changing to another window while in a :vimgrep > > command. > > (Christian Brabandt) > > Solution: When wiping out the dummy before, remove it from aucmd_win. > > Files: src/quickfix.c > > > > >

Patch 7.3.069

2010-11-24 Fir de Conversatie Bram Moolenaar
Patch 7.3.069 Problem:GTK: pressing Enter in inputdialog() doesn't work like clicking OK as documented. Solution: call gtk_entry_set_activates_default(). (Britton Kerin) Files: src/gui_gtk.c *** ../vim-7.3.068/src/gui_gtk.c2010-08-15 21:57:32.0 +0200 --- sr

Re: [BUG] v:count1 sometimes returns column number for mappings if returned expression moves cursor using `|'

2010-11-24 Fir de Conversatie ZyX
Reply to message «Re: [BUG] v:count1 sometimes returns column number for mappings if returned expression moves cursor using `|'», sent 16:16:25 24 November 2010, Wednesday by Bram Moolenaar: > Try out this patch: <...> Yes, this works. But 'normal ss' still echoes 0 at startup (not if I add

Patch 7.3.068

2010-11-24 Fir de Conversatie Bram Moolenaar
Patch 7.3.068 Problem:Using freed memory when doing ":saveas" and an autocommand sets 'autochdir'. (Kevin Klement) Solution: Get the value of fname again after executing autocommands. Files: src/ex_cmds.c *** ../vim-7.3.067/src/ex_cmds.c2010-10-15 20:20:00.

Patch 7.3.067

2010-11-24 Fir de Conversatie Bram Moolenaar
Patch 7.3.067 (after 7.3.058) Problem:Ruby: Init_prelude is not always available. Solution: Remove use of Init_prelude. (Yasuhiro Matsumoto) Files: src/if_ruby.c *** ../vim-7.3.066/src/if_ruby.c2010-11-16 14:46:14.0 +0100 --- src/if_ruby.c 2010-11-24 16:53:06.000

Re: Patch 7.3.066

2010-11-24 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.3.066 Problem:Crash when changing to another window while in a :vimgrep command. (Christian Brabandt) Solution: When wiping out the dummy before, remove it from aucmd_win. Files: src/quickfix.c Hello, Bram: I have a script which uses cur

Patch 7.3.066

2010-11-24 Fir de Conversatie Bram Moolenaar
Patch 7.3.066 Problem:Crash when changing to another window while in a :vimgrep command. (Christian Brabandt) Solution: When wiping out the dummy before, remove it from aucmd_win. Files: src/quickfix.c *** ../vim-7.3.065/src/quickfix.c 2010-09-21 16:56:29.0 +

Patch 7.3.065

2010-11-24 Fir de Conversatie Bram Moolenaar
Patch 7.3.065 Problem:Can't get current line number in a source file. Solution: Add the item, similar to . Files: src/ex_docmd.c *** ../vim-7.3.064/src/ex_docmd.c 2010-11-16 11:29:30.0 +0100 --- src/ex_docmd.c 2010-11-24 15:41:51.0 +0100 *** ***

Re: vim script equivalent of C __FILE__, __LINE__, __func__?

2010-11-24 Fir de Conversatie Bram Moolenaar
Britton Kerin wrote: > I like to debug C using these. Does vim have some equivalent? > > Of course its a bit more challenging to implement than in C... > what I really want is to get a right light number for run time > die statement or error in perl. I was going to write a die > handler to giv

Patch 7.3.064

2010-11-24 Fir de Conversatie Bram Moolenaar
Patch 7.3.064 Problem:Win32: ":dis +" shows nothing, but "+p does insert text. Solution: Display the * register, since that's what will be inserted. (Christian Brabandt) Files: src/globals.h, src/ops.c *** ../vim-7.3.063/src/globals.h2010-08-15 21:57:27.0 +

Re: [patch] display * register when using + register (windows)

2010-11-24 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > Hi Bram, > this patch fixes this item from the todo list: > > , > | Win32: ":dis +" shows nothing, but "+p does insert text. Problem with > | * and "+ being the same thing? > ` Thanks. It's not quite right, but I'll fix that. -- "I've been teaching mys

Re: [BUG] v:count1 sometimes returns column number for mappings if returned expression moves cursor using `|'

2010-11-24 Fir de Conversatie Bram Moolenaar
ZyX wrote: > After launching > echo $':echom "Here"\nsshsshss:redir! >messages\n:messages\n:redir > END\n:qa!\n' | vim > -u NONE -c 'so test-expr-count.vim' -c 'normal a...' -c 'normal ss' > I get the following output in messages file: > > Messages maintainer: Bram Moolenaar >

Re: A patch making gvim not to lose its focus when executing an external program in background on Windows

2010-11-24 Fir de Conversatie Bram Moolenaar
Hong Xu wrote: > The attachment is a patch which makes vim not to lose its focus when > executing an external program in background on Windows. It is always > annoying when use "system()" function to execute a program in background > and gvim loses its focus (the focus was set to the console wind

Patch 7.3.063

2010-11-24 Fir de Conversatie Bram Moolenaar
Patch 7.3.063 Problem:Win32: Running a filter command makes Vim lose focus. Solution: Use SW_SHOWMINNOACTIVE instead of SW_SHOWMINIMIZED. (Hong Xu) Files: src/os_win32.c *** ../vim-7.3.062/src/os_win32.c 2010-11-10 15:37:00.0 +0100 --- src/os_win32.c 2010-11-24 12:3

A patch making gvim not to lose its focus when executing an external program in background on Windows

2010-11-24 Fir de Conversatie H Xu
Hello, The attachment is a patch which makes vim not to lose its focus when executing an external program in background on Windows. It is always annoying when use "system()" function to execute a program in background and gvim loses its focus (the focus was set to the console window owned by the s