Re: remote API without X

2011-06-12 Fir de Conversatie Yukihiro Nakadaira
Benjamin R. Haskell wrote: 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 wrote: On Unix it uses sockets? How does it protect from other users sending commands

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

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 multiple

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 indenting a

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 *** ***

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.bat

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 ***

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

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 csre but

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'. ...snip... The word

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

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 ***

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

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.txt,

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

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

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,

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.0

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 ---

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

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 andrei@gmail.com wrote: I suspect this isn't possible in current vim but I'm wondering if it's possible to add this to the next

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 exchange

[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