Re: [PATCH] fix broken Python3 support

2011-06-15 Fir de Conversatie lilydjwg
On Tue, Jun 14, 2011 at 06:06:51AM +0200, Bram Moolenaar wrote: Thanks for the update. I'll check it out later. I have this remark in the todo list, I suppose this patch is fixing it: Python3 interface doesn't handle utf-8 correctly? (Nov 2010, lilydjwg) Yes. -- Best regards,

Re: Requests

2011-06-15 Fir de Conversatie Charles Campbell
Adrien Axioplase Piérard wrote: Hello, 2011/6/14 Ben Fritzfritzophre...@gmail.com: Am I correct in my understanding, that your file .vim/after/syntax/ tex.vim, has a line like: let g:tex_conceal='agm' ? If so, then your problem is in assuming the g:tex_conceal option works like built-in

Re: [conceal] Requests

2011-06-15 Fir de Conversatie Charles Campbell
Adrien Axioplase Piérard wrote: I would like to express some regrets regarding this extremely useful feature, and thus plea for some enhancements, should anyone capable of coding them read this. Hello, If I may ask, how did you find out about it? I suspect that there's a lot of LaTeX

Re: Mercurial Workflow: Feature seperation via named branches

2011-06-15 Fir de Conversatie Benjamin Fritz
On Wed, Jun 15, 2011 at 12:51 PM, Matt Mackall m...@selenic.com wrote: 2011/6/15 mercurial-requ...@selenic.com: Also, I think you underestimate how badly things can go algorithmically for people who are not aware that particular things aren't designed to scale. For instance, we've had

Re: CCTree feature request and question

2011-06-15 Fir de Conversatie Benjamin Fritz
I included vim_dev due to the crash. This is using the CCTree plugin available on vim.org: On Wed, Jun 15, 2011 at 4:16 PM, Benjamin Fritz fritzophre...@gmail.com wrote: On Wed, Jun 15, 2011 at 4:05 PM, hari.rangara...@gmail.com hari.rangara...@gmail.com wrote: version 1.51 with enhanced

Issue 11 in vim: VIM shell extension added LANG environment variable to explorer.exe

2011-06-15 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 11 by lovet...@21cn.com: VIM shell extension added LANG environment variable to explorer.exe http://code.google.com/p/vim/issues/detail?id=11 What steps will reproduce the problem? 1. reboot 2. right click any file 3.

Issue 12 in vim: Mapped CTRL-C doesn't work in gvim due to focus out/in events confusing ctrl_c_interrupts.

2011-06-15 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 12 by stephen@gmail.com: Mapped CTRL-C doesn't work in gvim due to focus out/in events confusing ctrl_c_interrupts. http://code.google.com/p/vim/issues/detail?id=12 What steps will reproduce the problem? 1. Run Gnome

gvimext replace lang for new gvim

2011-06-15 Fir de Conversatie mattn
Hi. gvimext set $LANG for gettext. and This environment variable pass to new gvim. below is a patch for this problem. This will fix issue no 11. http://code.google.com/p/vim/issues/detail?id=11 -- diff -r c6f8f1957c66 src/GvimExt/gvimext.cpp --- a/src/GvimExt/gvimext.cpp Mon

Re: gvimext replace lang for new gvim

2011-06-15 Fir de Conversatie mattn
Ooops, bits strange. Below is a better. diff -r c6f8f1957c66 src/GvimExt/gvimext.cpp --- a/src/GvimExt/gvimext.cpp Mon Jun 13 21:21:22 2011 +0200 +++ b/src/GvimExt/gvimext.cpp Thu Jun 16 14:33:28 2011 +0900 @@ -142,6 +142,7 @@ static int dyn_libintl_init(char *dir); static void