RE: Concel and Ownsyntax patch FINALLY updated...

2009-03-18 Fir de Conversatie John Beckett
Charles E. Campbell, Jr. wrote: >> I'm hoping Yakov will update the wiki tip in due course: >> http://vim.wikia.com/wiki/Patch_to_conceal_parts_of_lines > > Yakov said something in that tip about AnsiEsc that needs > correcting -- AnsiEsc handles ansi escape sequences with > conceal if your vim su

Re: Concel and Ownsyntax patch FINALLY updated...

2009-03-18 Fir de Conversatie Markus Heidelberg
Vince Negri, 17.03.2009: > > Morning all: > > patch updated to 7.2.141 here: > > http://vince.negri.googlepages.com/conceal-ownsyntax.diff The link to tex2.vim [1] doesn't work any more, have you removed the file? Markus [1] http://vince.negri.googlepages.com/tex2.vim --~--~-~--~--

Re: Concel and Ownsyntax patch FINALLY updated...

2009-03-18 Fir de Conversatie Charles E. Campbell, Jr.
John Beckett wrote: > Vince Negri wrote: > >> The page on google groups needs a small update to fix the >> reference to 7.0.35. >> > > Good point, but please tell me exactly what text would be appropriate. > It currently reads: > > Status: works, but only in Vim 6.4.10 and 7.0.35 > > Will

RE: Concel and Ownsyntax patch FINALLY updated...

2009-03-18 Fir de Conversatie John Beckett
Vince Negri wrote: > The page on google groups needs a small update to fix the > reference to 7.0.35. Good point, but please tell me exactly what text would be appropriate. It currently reads: Status: works, but only in Vim 6.4.10 and 7.0.35 Will we just mention the most recent patch? How about

Re: [PATCH] make xxd, GvimExt and clean workable with cross-mingw

2009-03-18 Fir de Conversatie Markus Heidelberg
Bram Moolenaar, 18.03.2009: > > Markus Heidelberg wrote: > > > Before for xxd and GvimExt the normal compiler was invoked. > > > > Also introduce the CROSS_COMPILE variable for the cross-compiler prefix, > > now you don't have to set CC, CXX and WINDRES separately any more, if it > > differs fr

Re: inconsistency for text-object a"

2009-03-18 Fir de Conversatie Markus Heidelberg
Bram Moolenaar, 18.03.2009: > > Markus Heidelberg wrote: > > > in :help a" there is written > > > > Any trailing or leading white space is included. Ah, exclusive-or, of course. Why did I only used test cases with both leading and trailing white space? > > but only the trailing white spac

Patch 7.2.148

2009-03-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.148 Problem:When searching for "$" while 'hlsearch' is set, highlighting the character after the line does not work in the cursor column. Also highlighting for Visual mode after the line end when this isn't needed. (Markus Heidelberg) Solution:

Patch 7.2.147

2009-03-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.147 Problem:When compiled as small version and 'number' is on the cursor is displayed in the wrong position after a tab. (James Vega) Solution: Don't increment vcol when still displaying the line number. Files: src/screen.c *** ../vim-7.2.146/src/screen.c Wed Ma

Patch 7.2.146

2009-03-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.146 Problem:v:warningmsg isn't used for all warnings. Solution: Set v:warningmsg for relevant warnings. (Ingo Karkat) Files: src/fileio.c, src/misc1.c, src/option.c *** ../vim-7.2.145/src/fileio.c Wed Mar 11 13:09:30 2009 --- src/fileio.cWed Mar 18 15:03:46 2009 ***

Re: Concel and Ownsyntax patch FINALLY updated...

2009-03-18 Fir de Conversatie Jürgen Krämer
Hello Vince, Vince Negri wrote: > Morning all: > > patch updated to 7.2.141 here: > > http://vince.negri.googlepages.com/conceal-ownsyntax.diff thanks for the update. I have built a version for Windows and it works fine, but I think there is still a small problem. If I execute gvim -d -u N

Re: {bug report] redir in functions

2009-03-18 Fir de Conversatie Yakov Lerner
On Wed, Mar 18, 2009 at 16:27, Ben Fritz wrote: > > > > On Mar 18, 8:25 am, Yakov Lerner wrote: >> redir => var         | let var = 0         " (in a function) refers to >> local local var, >>                                                    " it's reserved >> name like 'count' >> Everything i

RE: Concel and Ownsyntax patch FINALLY updated...

2009-03-18 Fir de Conversatie Vince Negri
The page on google groups needs a small update to fix the reference to 7.0.35. I believe the new patch should fix the compile error referred to in "appendix C" on the wikia page (the previous patch had a missing piece.) Obviously the page needs to be updated now that the patch is based on 7.2.

Re: {bug report] redir in functions

2009-03-18 Fir de Conversatie Ben Fritz
On Mar 18, 8:25 am, Yakov Lerner wrote: > redir => var         | let var = 0         " (in a function) refers to > local local var, >                                                    " it's reserved > name like 'count' > Everything is consistent. Where do you see a problem ? > StarWing is sa

Patch 7.2.145

2009-03-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.145 Problem:White space in ":cscope find" is not ignored. Solution: Ignore the white space, but not when the leading white space is useful for the argument. Files: runtime/doc/if_cscop.txt, src/if_cscope.c *** ../vim-7.2.144/runtime/doc/if_cscop.txt Sat Aug

Re: {bug report] redir in functions

2009-03-18 Fir de Conversatie Yakov Lerner
2009/3/16 StarWing > > > > On 3月16日, 下午6时15分, Tony Mechelynck > wrote: > > On 15/03/09 04:18, StarWing wrote: > > > > > > > > > > > > > use redir in functions, e.g. > > > func! Func1() > > > redir => funclist > > > silent func > > > redir END > > > " other sentence ...

Patch 7.2.144

2009-03-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.144 Problem:When 't_Co' is set to the value it already had the color scheme is reloaded anyway. Solution: Only load the colorscheme when the t_Co value changes. (Dominique Pelle) Files: src/option.c *** ../vim-7.2.143/src/option.c Wed Mar 4 04:11:56

Patch 7.2.143

2009-03-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.143 Problem:No command line completion for ":cscope" command. Solution: Add the completion for ":cscope". (Dominique Pelle) Files: src/ex_docmd.c, src/ex_getln.c, src/if_cscope.c, src/proto/if_cscope.pro, src/vim.h *** ../vim-7.2.142/src/ex_docmd.c Wed Mar

Patch 7.2.142

2009-03-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.142 Problem:Motif and Athena balloons don't use tooltip colors. Solution: Set the colors. (Matt Wozniski) Files: src/gui_beval.c *** ../vim-7.2.141/src/gui_beval.c Thu May 10 21:29:20 2007 --- src/gui_beval.c Wed Mar 11 15:20:36 2009 *** *** 1291,1296 *

Re: inconsistency for text-object a"

2009-03-18 Fir de Conversatie Bram Moolenaar
Markus Heidelberg wrote: > in :help a" there is written > > Any trailing or leading white space is included. > > but only the trailing white space is included. Which one is correct, Vim > or the documentation? > The same applies to "' and "` I think it should read: Any

Re: Access to Vim servers is forbidden

2009-03-18 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > Access to Vim servers is forbidden, as follows: > > linux:~/.build/vim/vim72 # rsync -avzcP --delete --exclude="/dos/" > ftp.nluug.nl::Vim/runtime/ ./runtime/ 2>&1 | tee rsync.log > @ERROR: chroot failed > rsync error: error starting client-server protocol (code 5) at

Re: [patch] avoid useless source of colorscheme

2009-03-18 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Doing ":set t_Co=256" causes to the color scheme to be > sourced. That's fine when value of t_Co changes, but if > value of t_Co is set to the same value as previous value, it > seems useless. > > Sourcing color scheme script can be slow. Attached patch > avoids to re

Re: [PATCH] make xxd, GvimExt and clean workable with cross-mingw

2009-03-18 Fir de Conversatie Bram Moolenaar
Markus Heidelberg wrote: > Before for xxd and GvimExt the normal compiler was invoked. > > Also introduce the CROSS_COMPILE variable for the cross-compiler prefix, > now you don't have to set CC, CXX and WINDRES separately any more, if it > differs from the default values. Thanks. Shouldn't t

Re: ftp.vim.org problems [SOLVED]

2009-03-18 Fir de Conversatie Tony Mechelynck
On 18/03/09 00:43, Tony Mechelynck wrote: > > On 17/03/09 22:47, Steve Hall wrote: >> >> >> I get a critical error trying to access: >> >> ftp://ftp.vim.org/pub/vim >> >> The folder above works, anybody know what's up? >> >> > > I don't, but I just sent a message to Bram& vim_dev showing the full

Re: inconsistency for text-object a"

2009-03-18 Fir de Conversatie Lech Lorens
2009/3/18 Markus Heidelberg : > in :help a" there is written > >        Any trailing or leading white space is included. > > but only the trailing white space is included. Which one is correct, Vim > or the documentation? > The same applies to "' and "` Works perfectly for me. Depends on the obje

[PATCH] make xxd, GvimExt and clean workable with cross-mingw

2009-03-18 Fir de Conversatie Markus Heidelberg
Before for xxd and GvimExt the normal compiler was invoked. Also introduce the CROSS_COMPILE variable for the cross-compiler prefix, now you don't have to set CC, CXX and WINDRES separately any more, if it differs from the default values. --- src/GvimExt/Make_ming.mak |8 ++-- src/Make_c