Re: [PATCH] fix broken Python3 support

2011-06-12 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

[conceal] Requests

2011-06-12 Fir de Conversatie Axioplase
Hello everyone, I have been using the conceal feature extensively since I discovered it a week ago or so. 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. 1/ It is very annoying that

Re: [PATCH] fix broken Python3 support

2011-06-12 Fir de Conversatie Bram Moolenaar
lilydjwg wrote: > I made a patch to fix some bugs related to Vim's Python3 support. The > bugs I found are: > > * vim.error is a `str` instead of an `Exception` object, so `except` or > `raise` it causes a `SystemError` exception > * buffer objects do not support slice assignment > * when exch

Re: Retaining marks column on folded line

2011-06-12 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 11 Jan 2011, Christian Brabandt wrote: > > On Tue, January 11, 2011 5:25 pm, Ben Fritz wrote: > > > On Jan 10, 10:25 am, AK wrote: > > >> I suspect this isn't possible in current vim but I'm wondering if it's > > possible to add this to the next version.. Curre

Patch 7.3.219

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.219 Problem:Can't compile with GTK on Mac. Solution: Add some #ifdef trickery. (Ben Schmidt) Files: src/os_mac_conv.c, src/os_macosx.m, src/vim.h *** ../mercurial/vim73/src/os_mac_conv.c2010-08-16 21:23:30.0 +0200 --- src/os_mac_conv.c 2011-06-13 01:55:17

Patch 7.3.218

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.218 (after 7.3.212) Problem:Tiny configuration problem with Python 3. Solution: Add abiflags in one more place. (Andreas Behr) Files: src/auto/configure, src/configure.in *** ../mercurial/vim73/src/auto/configure 2011-06-12 21:37:06.0 +0200 --- src/auto/config

Patch 7.3.217

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.217 Problem:Inside an "if" a ":wincmd" causes problems. Solution: When skipping commands let ":wincmd" skip over its argument. Files: src/ex_docmd.c *** ../mercurial/vim73/src/ex_docmd.c 2011-05-25 12:51:17.0 +0200 --- src/ex_docmd.c 2011-06-13 01:15:17.00

Patch 7.3.216

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.216 Problem:When recovering a file a range of lines is missing. (Charles Jie) Solution: Reset the index when advancing to the next pointer block. Add a test to verify recovery works. Files: src/memline.c, src/testdir/test78.in, src/testdir/test78.ok, s

Re: Patch 7.3.212

2011-06-12 Fir de Conversatie Andreas Behr
Added missing abiflags to epfx include path and removed an unused python variable from the configure.in see https://github.com/codedreality/vim/commits/fix-python3x-support --- a/src/configure.in Sun Jun 12 22:13:41 2011 +0200 +++ b/src/configure.in Mon Jun 13 00:13:10 2011 +0200 @@ -1063,7 +106

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Tony Mechelynck
On 12/06/11 21:45, sc wrote: On Sunday, June 12, 2011 13:42:42 Bram Moolenaar wrote: Patch 7.3.210 Problem:Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu) Files: runtime/doc/if_cscop.txt, runtime/doc/options.txt, src/if_

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Bram Moolenaar
Toothpik wrote: > On Sunday, June 12, 2011 13:42:42 Bram Moolenaar wrote: > > > Patch 7.3.210 > > Problem:Can't always find the file when using cscope. > > Solution: Add the 'cscoperelative' option. (Raghavendra D > > Prabhu) Files: runtime/doc/if_cscop.txt, > > runtime/doc/options.tx

Patch 7.3.215

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.215 (after 7.3.210) Problem:Wrong file names in previous patch. (Toothpik) Solution: Include the option changes. Files: src/option.c, src/option.h *** ../mercurial/vim73/src/option.c 2011-05-19 13:40:47.0 +0200 --- src/option.c2011-06-12 19:58:17.

Patch 7.3.214

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.214 Problem:The text displayed by ":z-" isn't exactly like old Vi. Solution: Add one to the start line number. (ChangZhuo Chen) Files: src/ex_cmds.c *** ../mercurial/vim73/src/ex_cmds.c2011-05-19 14:30:07.0 +0200 --- src/ex_cmds.c 2011-05-19 14:23:33.00

Patch 7.3.213

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.213 Problem:Javascript object literal is not indented correctly. Solution: Make a special case for when "J1" is in 'cino'. (Luc Deschenaux) Files: src/misc1.c, src/testdir/test3.in, src/testdir/test3.ok *** ../mercurial/vim73/src/misc1.c 2011-05-25 17:29:40.0 +0

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie sc
On Sunday, June 12, 2011 13:42:42 Bram Moolenaar wrote: > Patch 7.3.210 > Problem:Can't always find the file when using cscope. > Solution: Add the 'cscoperelative' option. (Raghavendra D > Prabhu) Files: runtime/doc/if_cscop.txt, > runtime/doc/options.txt, src/if_cscope.c, src/options.

Patch 7.3.212

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.212 Problem:With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr) Files: src/if_python3.c, src/auto/configure, src/configure.in *** ../mercurial/vim73/src/if_pyth

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > ZyX wrote: > > > Reply to message «Patch 7.3.210», > > sent 22:42:42 12 June 2011, Sunday > > by Bram Moolenaar: > > > > I see some typos here: > > > > + If 'cscoperelative' set, then in absence of a prefix given to cscope (p> > > refx > > Missing `is' before `set'. > .

Patch 7.3.211

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.211 (after 7.3.210) Problem:Compiler warning. Solution: Add type cast. Files: src/if_cscope.c *** ../mercurial/vim73/src/if_cscope.c 2011-06-12 20:42:17.0 +0200 --- src/if_cscope.c 2011-06-12 21:22:53.0 +0200 *** *** 2518,2524 /*

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie Dominique Pellé
ZyX wrote: > Reply to message «Patch 7.3.210», > sent 22:42:42 12 June 2011, Sunday > by Bram Moolenaar: > > I see some typos here: > > + If 'cscoperelative' set, then in absence of a prefix given to cscope (prefx > Missing `is' before `set'. ...snip... The word "is" is missing not only in ":help

Re: Patch 7.3.210

2011-06-12 Fir de Conversatie ZyX
Reply to message «Patch 7.3.210», sent 22:42:42 12 June 2011, Sunday by Bram Moolenaar: I see some typos here: + If 'cscoperelative' set, then in absence of a prefix given to cscope (prefx Missing `is' before `set'. Here should be no commas. Last word should be `prefix', not `prefx'. + is the

Patch 7.3.210

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.210 Problem:Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu) Files: runtime/doc/if_cscop.txt, runtime/doc/options.txt, src/if_cscope.c, src/options.c, src/options.h *** ../mercurial/vim73/runtime/doc/

Patch 7.3.209

2011-06-12 Fir de Conversatie Bram Moolenaar
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 *** ../mercurial/vim73/src/msvc2010.bat 2011-06-12 20:35:31.0 +0200 --- src/msvc2010.bat2011-06-

Patch 7.3.208

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.208 Problem:Early terminated if statement. Solution: Remove the semicolon. (Lech Lorens) Files: src/gui_mac.c *** ../mercurial/vim73/src/gui_mac.c2011-01-17 20:08:04.0 +0100 --- src/gui_mac.c 2011-06-06 05:35:46.0 +0200 *** *** 1840,1846

Patch 7.3.207

2011-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.3.207 Problem:Can't compile with MSVC with pentium4 and 64 bit. Solution: Only use SSE2 for 32 bit. (Mike Williams) Files: src/Make_mvc.mak *** ../mercurial/vim73/src/Make_mvc.mak 2011-02-15 18:06:11.0 +0100 --- src/Make_mvc.mak2011-06-04 11:59:38.0 +0200 *

Re: Issue 10 in vim: [patch] cindent: array contents followed by a closing brace and a semicolon confuses the indenter

2011-06-12 Fir de Conversatie Bram Moolenaar
Lech Lorens wrote: > Status: New > Owner: > Labels: Type-Defect Priority-Medium > > New issue 10 by lech.lor...@gmail.com: [patch] cindent: array contents > followed by a closing brace and a semicolon confuses the indenter > http://code.google.com/p/vim/issues/detail?id=10 > > Try indent

Re: New syntax file for shell scripts

2011-06-12 Fir de Conversatie Ernie Rael
Hi, I've been using sh.vim for a few weeks. I don't edit that many bash files, so ... But I came across the following problem which didn't seem to be in the list of known bugs. In the following, the end of the "-r)" line to just before the "esac" is highlighted as errors. If there are not multi

Re: New syntax file for shell scripts

2011-06-12 Fir de Conversatie Ernie Rael
And there's array assignment to a variable when declared local on the same line #/usr/bin/bash local a=(x y) On 5/25/2011 7:13 AM, Radek Nadstawny wrote: Update, mostly bugfix Bugs fixed: * use of reserved word as a function name did not trigger an error * [Bash] Arithmetic "for" variant wa

Issue 10 in vim: [patch] cindent: array contents followed by a closing brace and a semicolon confuses the indenter

2011-06-12 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 10 by lech.lor...@gmail.com: [patch] cindent: array contents followed by a closing brace and a semicolon confuses the indenter http://code.google.com/p/vim/issues/detail?id=10 Try indenting a file with the following content

Issue 9 in vim: cindent: regression in C++ class indenting after 7.3.202

2011-06-12 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 9 by lech.lor...@gmail.com: cindent: regression in C++ class indenting after 7.3.202 http://code.google.com/p/vim/issues/detail?id=9 What steps will reproduce the problem? Try indenting a file with the following contents wi