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

2012-05-24 Fir de Conversatie Alex Efros
Hi! 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 E855: Autocommands caused command to abort or vim segfault. To reproduce this

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-24 Fir de Conversatie Thilo Six
Hello Tony, Excerpt from Tony Mechelynck: -- 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: 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-24 Fir de Conversatie Ben Fritz
On Thursday, May 24, 2012 11:37:33 AM UTC-5, Thilo Six wrote: Hello Tony, Excerpt from Tony Mechelynck: -- 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

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

2012-05-24 Fir de Conversatie Dominique Pellé
Hi 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] The charset.c source file uses

Updated fasm vim syntax file

2012-05-24 Fir de Conversatie Антон Кочков
Hello! I've updated fasm vim syntax file to match fasm-1.70.02 (latest stable) version syntax and support 64bit, MMX, SSE1-SSE4, AVX-AVX2 instructions. Hope it can be useful. Best regards, Anton Kochkov. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply

[patch] v/V with a count

2012-05-24 Fir de Conversatie Christian Brabandt
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) ` regards, Christian -- Geschichte schreiben ist eine Art, sich das Vergangene vom Halse zu schaffen. -- Goethe, Maximen und

Re: Substitution of metacharacters

2012-05-24 Fir de Conversatie Christian Brabandt
Hi Bob! On Do, 24 Mai 2012, Bob von Knobloch wrote: Hi, I've searched all over but can't find an answer. How can one perform commands like ':%s/\n/\r\r/g' (replacing newlines or tabs etc.) in the gui's 'find and replace' dialogue? Not possible, the replace text is escaped: ,[ gui.c ]-

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

2012-05-24 Fir de Conversatie Christian Brabandt
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 E855: Autocommands caused

Re: Updated fasm vim syntax file

2012-05-24 Fir de Conversatie Charles Campbell
Антон Кочков wrote: Hello! I've updated fasm vim syntax file to match fasm-1.70.02 (latest stable) version syntax and support 64bit, MMX, SSE1-SSE4, AVX-AVX2 instructions. Hope it can be useful. Hello! The fasm.vim file's maintainer is Ron Aaron, whose email you may find in the first few

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

2012-05-24 Fir de Conversatie James McCoy
On Thu, May 24, 2012 at 10:14:41PM +0200, Christian Brabandt wrote: Attached patch fixes this issue. diff --git a/src/window.c b/src/window.c --- a/src/window.c +++ b/src/window.c @@ -2104,6 +2104,38 @@ #endif } +int +close_last_window_tabpage(win, free_buf, prev_curtab) +

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

2012-05-24 Fir de Conversatie Christian Brabandt
On Fri, May 25, 2012 00:20, James McCoy wrote: On Thu, May 24, 2012 at 10:14:41PM +0200, Christian Brabandt wrote: +/* + * When closing the last window in a tab page first go to another tab + * page and then close the window and the tab page. This avoids that + * curwin and