Patch 7.3.525

2012-05-25 Fir de Conversatie Bram Moolenaar
Patch 7.3.525 Problem:Compiler warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams) Files: src/ex_getln.c *** ../vim-7.3.524/src/ex_getln.c 2012-04-30 18:48:38.0 +0200 --- src/ex_getln.c 2012-05-23 20:33:16.0 +0200 *** ***

Patch 7.3.526

2012-05-25 Fir de Conversatie Bram Moolenaar
Patch 7.3.526 Problem:Confusing indenting for #ifdef. Solution: Remove and add indent. (Elias Diem) Files: src/normal.c *** ../vim-7.3.525/src/normal.c 2012-04-30 18:18:43.0 +0200 --- src/normal.c2012-05-23 20:35:13.0 +0200 *** *** 29,37

Re: Does it still make sense to have per-file/-type maintainers?

2012-05-25 Fir de Conversatie Thilo Six
Hello Tony and Ben, Excerpt from Ben Fritz: -- snip -- The Vim license goes far back in the history of Vim, and I think Bram put a lot of thought (over time) into making it exactly what he wanted. OTOH the GPL is one of a short list of popular licenses and there may have been requests to

Re: [patch] fixed clang-3.1 warnings: src/charset.c uses latin1 char in strings

2012-05-25 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Compiling Vim-7.3.524 with clang-3.1 gives these warnings: charset.c:1607:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding] charset.c:1608:34: warning: illegal character encoding in string literal [-Winvalid-source-encoding]

Patch 7.3.528

2012-05-25 Fir de Conversatie Bram Moolenaar
Patch 7.3.528 Problem:Crash when closing last window in a tab. (Alex Efros) Solution: Use common code in close_last_window_tabpage(). (Christian Brabandt) Files: src/window.c *** ../vim-7.3.527/src/window.c 2012-03-16 19:07:54.0 +0100 --- src/window.c

Re: bug related to patch 7.3.449 (Autocommands caused command to abort)

2012-05-25 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Hi Alex! On Do, 24 Mai 2012, Alex Efros wrote: I've discover this bug when trying to ':wq' in file with syntax errors using syntastic plugin with let g:syntastic_auto_loc_list=1 Instead of exiting from vim no matter there are syntax errors I got either

Patch 7.3.529

2012-05-25 Fir de Conversatie Bram Moolenaar
Patch 7.3.529 Problem:Using a count before v and V does not work (Kikyous) Solution: Make the count select that many characters or lines. (Christian Brabandt) Files: src/normal.c *** ../vim-7.3.528/src/normal.c 2012-05-25 11:04:34.0 +0200 --- src/normal.c

Re: Does it still make sense to have per-file/-type maintainers? [Was: Re: Added support for spell checking in runtime/syntax/ocaml.vim]

2012-05-25 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: On Wed, May 23, 2012 at 8:42 PM, James McCoy james...@jamessan.com wrote: On Wed, May 23, 2012 at 08:31:48PM -0500, Benjamin Fritz wrote: On Wed, May 23, 2012 at 1:52 PM, Bram Moolenaar b...@moolenaar.net wrote: Ben Fritz wrote: On Monday, May 21, 2012 12:59:47

Re: [patch] v/V with a count

2012-05-25 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Bram, attached patch fixes this issue from the todo list: , | Use a count before v and V to select that many characters or lines? | (Kikyous) ` Thanks, that's useful. I will change it to take care of 'selectmode'. And update the docs. -- It doesn't

Patch 7.3.530

2012-05-25 Fir de Conversatie Bram Moolenaar
Patch 7.3.530 (after 7.3.520) Problem:Gvim does not work when 'guioptions' includes f. (Davido) Solution: Call gui_mch_init_check() when running GUI in the foreground. (Yasuhiro Matsumoto) Files: src/gui.c *** ../vim-7.3.529/src/gui.c2012-05-18 17:03:13.0

Re: Patch 7.3.530

2012-05-25 Fir de Conversatie John Marriott
On 25-May-2012 10:06 PM, Bram Moolenaar wrote: Patch 7.3.530 (after 7.3.520) Problem:Gvim does not work when 'guioptions' includes "f". (Davido) Solution: Call gui_mch_init_check() when running GUI in the foreground. (Yasuhiro Matsumoto) Files:

Re: Patch 7.3.527

2012-05-25 Fir de Conversatie John Marriott
On 25-May-2012 7:56 PM, Bram Moolenaar wrote: Patch 7.3.527 Problem:Clang complains about non-ASCII characters in a string. Solution: Change to \x88 form. (Dominique Pelle) Files: src/charset.c *** ../vim-7.3.526/src/charset.c 2012-01-26

Re: Substitution of metacharacters

2012-05-25 Fir de Conversatie Ben Fritz
On Thursday, May 24, 2012 3:14:35 PM UTC-5, Christian Brabandt wrote: Looking at the dialog, it could possibly also get some more possibilities, e.g. a confirm/undo button, perhaps even more. Well, there's this in todo.txt: 7 More features in the find/replace dialog: - regexp on/off

Re: [patch] v/V with a count

2012-05-25 Fir de Conversatie Ben Fritz
On Friday, May 25, 2012 6:12:51 AM UTC-5, Bram Moolenaar wrote: Christian Brabandt wrote: Bram, attached patch fixes this issue from the todo list: , | Use a count before v and V to select that many characters or lines? | (Kikyous) ` Thanks, that's useful. I will

Re: v/V with a count

2012-05-25 Fir de Conversatie Ingo Karkat
On 25-May-2012 07:05:49 -0700 (PDT), Ben Fritz wrote: Will this break typing 1v to reselect an area equal to the last visual selection, but at the new cursor position? Good catch, Ben! I use that (also with a count 1) in some of my plugins, and I also find it useful in interactive use, though

Re: [patch] v/V with a count

2012-05-25 Fir de Conversatie James McCoy
On Fri, May 25, 2012 at 07:05:49AM -0700, Ben Fritz wrote: On Friday, May 25, 2012 6:12:51 AM UTC-5, Bram Moolenaar wrote: Christian Brabandt wrote: Bram, attached patch fixes this issue from the todo list: , | Use a count before v and V to select that many characters or

Re: Patch 7.3.527

2012-05-25 Fir de Conversatie Dominique Pellé
John Marriott basil...@internode.on.net wrote: On 25-May-2012 7:56 PM, Bram Moolenaar wrote: Patch 7.3.527 Problem:Clang complains about non-ASCII characters in a string. Solution: Change to \x88 form. (Dominique Pelle) Files:src/charset.c ***

Re: Patch 7.3.530

2012-05-25 Fir de Conversatie tux.
John Marriott schrob am 25. May. 2012 um 15:09 Zeit: Should this call be surrounded by ifdef FEAT_GUI_GTK such as is the case at line 275? At least that fixes said issue for me. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are

Re: bug related to patch 7.3.449 (Autocommands caused command to abort)

2012-05-25 Fir de Conversatie Alex Efros
Hi! On Thu, May 24, 2012 at 10:14:41PM +0200, Christian Brabandt wrote: I have noticed something similar in my NrrwRgn plugin. I am not sure, this is a bug, because at the time you issue :q the location list ist still open and in case another window is open, :q does not exit Vim. I'm not