Re: Patch 7.3.209

2011-06-13 Thread 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 r

gvimext build warning

2011-06-13 Thread 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 pretty

Re: Retaining marks column on folded line

2011-06-13 Thread 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 li

Re: [conceal] Requests

2011-06-13 Thread 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

Re: Requests

2011-06-13 Thread Ben Fritz
On Jun 13, 12:25 am, Adrien "Axioplase" Piérard 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 do not appear.

Re: Patch 7.3.209

2011-06-13 Thread 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 s

Re: remote API without X

2011-06-13 Thread 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 wr

"fromstart" syntax sync breaks state cache if using 64bit "long"

2011-06-13 Thread 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 Here's what happens: When ":syn sync fromstart" is used, vim sets minlines to MAXLN

Re: gvimext build warning

2011-06-13 Thread 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 W

Re: javascript indent bugfix

2011-06-13 Thread 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 Thread 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 # HG changeset patch # User James Vega # Date 1308016431 14400 # Node ID 9181395a34216f28762b545f

Fwd: Numbered registers

2011-06-13 Thread 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 To: vim_use VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 22 2011 13:03:19)

Re: "fromstart" syntax sync breaks state cache if using 64bit "long"

2011-06-13 Thread Bram Moolenaar
Björn Steinbrink wrote: > 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 > > > Here's what happens: > > When ":syn sync f

Re: javascript indent bugfix

2011-06-13 Thread 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 Thread 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 tim

Re: [PATCH] fix broken Python3 support

2011-06-13 Thread 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

Re: Fwd: Numbered registers

2011-06-13 Thread Ben Schmidt
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 22 2011 13:03:19) MS-Windows 32-bit GUI version with OLE support Included patches: 1-142 Vim maintains the numbered registers 0-9. These are maintained automatically by Vim. I had a request for the YankRing plugin to also manage these registers a