Re: Patch 7.3.492

2012-04-05 Fir de Conversatie Hong Xu
On 04/05/2012 11:17 PM, Bram Moolenaar wrote: Patch 7.3.492 Problem:Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens) Files: runtime/doc/indent.txt, src/misc1.c, src/testdir/test3.in, src/testdir/test3.ok <...>

Re: Patch 7.3.490

2012-04-05 Fir de Conversatie Luis Carvalho
Hi Muraoka, > This break vim build, what happens are > > 1. can't be compiled with Lua 5.1 > 2. can't be compiled with dyn/dll > > I wrote a patch please check it. > > https://gist.github.com/2315325 Many thanks for the patch; it works for me as well, and should fix the problem. I'll take

Re: [patch] tab_close on middleclick

2012-04-05 Fir de Conversatie char101
On Wednesday, April 4, 2012 8:33:37 PM UTC+7, Max Voit wrote: > Hi, > > once using vim with multiple tabs open I attempted to close one by > middle-clicking it - just as accustomed to by the behavior of firefox, > jumanji and other tab-providing programs. > > As a result of this feature missing I

Re: Patch 7.3.490

2012-04-05 Fir de Conversatie tux.
Taro MURAOKA schrob am 06. Apr. 2012 um 2:13 Zeit: I wrote a patch please check it. https://gist.github.com/2315325 Bug confirmed, your patch works well for me. (MSVC2010.) Thanks! -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you ar

Re: Patch 7.3.490

2012-04-05 Fir de Conversatie Taro MURAOKA
This break vim build, what happens are 1. can't be compiled with Lua 5.1 2. can't be compiled with dyn/dll I wrote a patch please check it. https://gist.github.com/2315325 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are repl

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

Patch 7.3.492

2012-04-05 Fir de Conversatie Bram Moolenaar
Patch 7.3.492 Problem:Can't indent conditions separately from function arguments. Solution: Add the 'k' flag in 'cino. (Lech Lorens) Files: runtime/doc/indent.txt, src/misc1.c, src/testdir/test3.in, src/testdir/test3.ok *** ../vim-7.3.491/runtime/doc/indent.txt 2011-

Patch 7.3.491

2012-04-05 Fir de Conversatie Bram Moolenaar
Patch 7.3.491 Problem:No tests for Lua. Solution: Add some simple tests for Lua. (Luis Carvalho) Files: src/testdir/test1.in, src/testdir/test85.in, src/testdir/test85.ok src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, src/testdir

Re: g:tex_isk

2012-04-05 Fir de Conversatie Marcin Szamotulski
On 10:25 Thu 05 Apr , Charles Campbell wrote: > Marcin Szamotulski wrote: > > Hello, > > > > The variable g:tex_isk which sets keyword option in the syntax/tex.vim file > > is > > not documented (vim-7.3.487) under :help. For example g:sh_isk is, and as I > > recall > > g:tex_isk used to be s

Re: g:tex_isk

2012-04-05 Fir de Conversatie Charles Campbell
Marcin Szamotulski wrote: Hello, The variable g:tex_isk which sets keyword option in the syntax/tex.vim file is not documented (vim-7.3.487) under :help. For example g:sh_isk is, and as I recall g:tex_isk used to be somewhere in the help files, am I right? I've sent a patch to Bram rectif

Patch 7.3.489

2012-04-05 Fir de Conversatie Bram Moolenaar
Patch 7.3.489 Problem:CTRL-] in Insert mode does not expand abbreviation when used in a mapping. (Yichao Zhou) Solution: Special case using CTRL-]. (Christian Brabandt) Files: src/getchar.c, src/edit.c *** ../vim-7.3.488/src/getchar.c2012-02-05 22:05:44.0 +

Patch 7.3.488

2012-04-05 Fir de Conversatie Bram Moolenaar
Patch 7.3.488 Problem:":help!" in a help file does not work as document. Solution: When in a help file don't give an error message. (thinca) Files: src/ex_cmds.c *** ../vim-7.3.487/src/ex_cmds.c2012-03-16 14:32:10.0 +0100 --- src/ex_cmds.c 2012-04-01 14:25:35.000

Re: Compiling GVIM with debugging and OLE support using MINGW

2012-04-05 Fir de Conversatie Kerneels Roos
Solved it. Just had to run the 'clean' target to get rid of old object files. Regards On 4/5/2012 12:10 PM, Kerneels Roos wrote: Hi, Trying to compile gvim on Windows using Mingw and msys, with debugging, OLE and Netbeans debugging enabled. Can successfully compile gvim with debugging and N

Re: status of tests in src/testdir?

2012-04-05 Fir de Conversatie Bram Moolenaar
David Pope wrote: > On Tue, Apr 3, 2012 at 2:31 AM, Nazri Ramliy wrote: > > > > The doc is (just a teeny bit) inaccurate. > > > > I'm the one who wrote that note, and also the one who submitted the > > patch for the :find, :sfind and :tabfind completion, bugs and all :) > > > > For completion, t

Re: .twig file extension not recognised by filetype.vim

2012-04-05 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: > my first patch ever, so bear with me... > > I'm editting a lot of .twig (HTML template) files lately, and I > noticed that the syntax file for twig exists, but the file type was > not set automatically. So, I went ahead and added it to my > filetype.vim. Included is

[patch] tab_close on middleclick

2012-04-05 Fir de Conversatie Max Voit
Hi, once using vim with multiple tabs open I attempted to close one by middle-clicking it - just as accustomed to by the behavior of firefox, jumanji and other tab-providing programs. As a result of this feature missing I wrote the attached patch, providing the feature for terminal- and gtk-mode.

g:tex_isk

2012-04-05 Fir de Conversatie Marcin Szamotulski
Hello, The variable g:tex_isk which sets keyword option in the syntax/tex.vim file is not documented (vim-7.3.487) under :help. For example g:sh_isk is, and as I recall g:tex_isk used to be somewhere in the help files, am I right? Best regards, Marcin Szamotulski -- You received this message f

Compiling GVIM with debugging and OLE support using MINGW

2012-04-05 Fir de Conversatie Kerneels Roos
Hi, Trying to compile gvim on Windows using Mingw and msys, with debugging, OLE and Netbeans debugging enabled. Can successfully compile gvim with debugging and Netbeans debugging, but when adding OLE I'm getting this error: gobjd/if_ole.o:c:\Projects\vim\src\vim\src/if_ole.cpp:351: undefin

.twig file extension not recognised by filetype.vim

2012-04-05 Fir de Conversatie Christ van Willegen
Hello, my first patch ever, so bear with me... I'm editting a lot of .twig (HTML template) files lately, and I noticed that the syntax file for twig exists, but the file type was not set automatically. So, I went ahead and added it to my filetype.vim. Included is the patch. Christ van Willegen -