Re: [PATCH] fix broken Python3 support

2011-06-13 Fir de Conversatie lilydjwg
On Mon, Jun 13, 2011 at 03:54:04AM +0200, Bram Moolenaar wrote: I have included the patch, but on my Ubuntu system I get this error: E448: Could not load library function PyUnicode_UCSX_* when doing something simple as :py3 print('hello') Can you fix that? Yes, just a typo

Re: Patch 7.3.209

2011-06-13 Fir de Conversatie Mike Williams
On 12/06/2011 19:36, Bram Moolenaar wrote: Patch 7.3.209 Problem:MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10. Files: src/msvc2010.bat, src/INSTALLpc.txt, Filelist There is no file src/msvc2010.bat in the Mercurial repo as of

gvimext build warning

2011-06-13 Fir de Conversatie Mike Williams
Hi, I am now getting just one warning from an otherwise warning free build on Windows 7. The warning is: gvimext.def(4) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored AFAIK the DESCRIPTION entry only had a purpose with Win9x VxDs (which I am

Re: Retaining marks column on folded line

2011-06-13 Fir de Conversatie Christian Brabandt
Hi Bram! On Mo, 13 Jun 2011, Bram Moolenaar wrote: I finally had time to look into this. Sorry for the delay. I think the current behavior is correct. Showing a sign only when it happens to be on the first line of a closed fold doesn't seem right. Why not show a sign on the second line

Re: [conceal] Requests

2011-06-13 Fir de Conversatie Christian Brabandt
Hi Adrien! On Mo, 13 Jun 2011, Adrien Axioplase Piérard wrote: 1/ It is very annoying that when one is moving in a concealed line, motions consider the underlying text rather that what can be seen. For example, suppose I have $\lambda 42$ which will be rendered as $λ 42$ and that my

Re: Requests

2011-06-13 Fir de Conversatie Ben Fritz
On Jun 13, 12:25 am, Adrien Axioplase Piérard axioplase +vim...@gmail.com wrote: 3/ A bug? I open a tex file, and :echo g:tex_conceal  agm as set in .vim/after/syntax/tex.vim, which is loaded, I think, last, and sets cole to 2, and cocu to nc. However, the dollars in LaTeX's math mode

Re: Patch 7.3.209

2011-06-13 Fir de Conversatie Bram Moolenaar
Mike Williams wrote: On 12/06/2011 19:36, Bram Moolenaar wrote: Patch 7.3.209 Problem:MSVC Install instructions point to wrong batch file. Solution: Add a batch file for use with MSVC 10. Files: src/msvc2010.bat, src/INSTALLpc.txt, Filelist There is no file

Re: remote API without X

2011-06-13 Fir de Conversatie Benjamin R. Haskell
[had trouble with my Google for Domains address after they transitioned my account, sorry if this shows up twice] On Fri, 10 Jun 2011, Bram Moolenaar wrote: Yukihiro Nakadaira wrote: Danek Duvall wrote: On Wed, Jun 08, 2011 at 06:38:14AM +0200, Bram Moolenaar wrote: Yasuhiro Matsumoto

fromstart syntax sync breaks state cache if using 64bit long

2011-06-13 Fir de Conversatie Björn Steinbrink
Hi, Using :syn sync fromstart on platforms where long is 64bits wide breaks the state cache, causing vim to be very very slow on large files. How to reproduce: :syntax on :help :syn-sync :syn sync fromstart scroll up using j Here's what happens: When :syn sync fromstart is used, vim sets

Re: gvimext build warning

2011-06-13 Fir de Conversatie Bram Moolenaar
Mike Williams wrote: I am now getting just one warning from an otherwise warning free build on Windows 7. The warning is: gvimext.def(4) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored AFAIK the DESCRIPTION entry only had a purpose with Win9x

Re: javascript indent bugfix

2011-06-13 Fir de Conversatie Luc Deschenaux
Here are the test files for cino=j1,J1 (flags used in javascript.vim) There's still a few problems with objects and arrays definitions, as you can see below. JSSTART var foo = [ 1, 2, 3 ]; JSEND JSSTART function bar() { var foo = [ 1, 2, 3

Fix [count]gj movement when count 1

2011-06-13 Fir de Conversatie James Vega
Bram, Attach patch fixes incorrect movement when using gj with a count and the initial line is shorter than subsequent wrapped lines. Thanks, -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com # HG changeset patch # User James Vega james...@jamessan.com # Date

Fwd: Numbered registers

2011-06-13 Fir de Conversatie David Fishburn
No responses on vim_use. Could anyone have a code check for me? TIA, Dave Original Message Subject:Numbered registers Date: Tue, 24 May 2011 11:49:37 -0400 From: David Fishburn dfishburn@gmail.com To: vim_use vim_...@googlegroups.com VIM - Vi IMproved

Re: javascript indent bugfix

2011-06-13 Fir de Conversatie Bram Moolenaar
Luc Deschenaux wrote: Here are the test files for cino=j1,J1 (flags used in javascript.vim) There's still a few problems with objects and arrays definitions, as you can see below. Thanks for the tests. Someone up to fixing the problems? -- Rule #1: Don't give somebody a tool that he's

Re: Fix [count]gj movement when count 1

2011-06-13 Fir de Conversatie Bram Moolenaar
James Vega wrote: Attach patch fixes incorrect movement when using gj with a count and the initial line is shorter than subsequent wrapped lines. Thanks. I'll add it to the todo list. -- hundred-and-one symptoms of being an internet addict: 177. You log off of your system because it's time

Re: [PATCH] fix broken Python3 support

2011-06-13 Fir de Conversatie Bram Moolenaar
lilydjwg wronte: On Mon, Jun 13, 2011 at 03:54:04AM +0200, Bram Moolenaar wrote: I have included the patch, but on my Ubuntu system I get this error: E448: Could not load library function PyUnicode_UCSX_* when doing something simple as :py3 print('hello') Can you fix that?