Re: Syntax error in autoload/netrw.vim

2012-04-13 Fir de Conversatie Tony Mechelynck
On 09/04/12 14:45, Taro MURAOKA wrote: There is an unbalanced endif at here on the mercurial repos. http://code.google.com/p/vim/source/browse/runtime/autoload/netrw.vim#327 May it be a problem on the mercurial repos only? Well, Dr. Chip seems unwilling to submit a new version to Bram for

Re: How to search in digraphs?

2012-04-13 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Mi, 11 Apr 2012, Chris Jones wrote: Is there a format of the ‘:digraphs’ command that lets you list only custom user-defined digraphs - i.e. those that are different from the defaults..? Couldn't find such a thing in Vim 7.2.. If there isn't,

Re: seg fault with :python print

2012-04-13 Fir de Conversatie lilydjwg
On Fri, Apr 13, 2012 at 01:07:27AM -0700, William E. Skeith III wrote: Hello, I am writing to report a potential bug. To reproduce: :python print hello This gives me a segmentation fault. A few other arch linux users have confirmed the issue, and noted that other python commands

Re: How to search in digraphs?

2012-04-13 Fir de Conversatie Marvin Renich
* Bram Moolenaar b...@moolenaar.net [120413 05:42]: Christian Brabandt wrote: Here is a patch, that makes :dig! display only user-defined digraphs and :dig! xy remove the digraph, that is defined by the chars xy This sounds like a useful addition. If :dig! xy deletes a digraph I would

Re: seg fault with :python print

2012-04-13 Fir de Conversatie Taylor Hedberg
Arch x86_64 here and I can reproduce the segfault as well. My Vim is compiled with +python but not +python3, if that makes any difference. pgpCk5WPS8cqx.pgp Description: PGP signature

Patch 7.3.496

2012-04-13 Fir de Conversatie Bram Moolenaar
Patch 7.3.496 Problem:MS-DOS: When diff trips over difference in line separators some tests fail. Solution: Make some .ok files use unix line separators. (David Pope) Files: src/testdir/Make_dos.mak, src/testdir/Make_ming.mak *** ../vim-7.3.495/src/testdir/Make_dos.mak

Re: seg fault with :python print

2012-04-13 Fir de Conversatie Thomas Dziedzic
On Fri, Apr 13, 2012 at 9:00 AM, Taylor Hedberg tmhedb...@gmail.com wrote: Arch x86_64 here and I can reproduce the segfault as well. My Vim is compiled with +python but not +python3, if that makes any difference. Hi, I was going to report this when I had more time to debug, but since people

New Octave filetype

2012-04-13 Fir de Conversatie Júlio Hoffimann
Dear all, I'm a user of the GNU Octave programming language (http://www.gnu.org/ software/octave/). It's known as a free alternative to MATLAB. In fact, almost all the syntax of the later is supported by Octave, except the classdef syntax. Actually, VIM hasn't a filetype for Octave and we have

Re: How to search in digraphs?

2012-04-13 Fir de Conversatie Benjamin R. Haskell
On Fri, 13 Apr 2012, Marvin Renich wrote: * Bram Moolenaar b...@moolenaar.net [120413 05:42]: Christian Brabandt wrote: Here is a patch, that makes :dig! display only user-defined digraphs and :dig! xy remove the digraph, that is defined by the chars xy This sounds like a useful addition.

Offset in netbeans API is different in insert and remove commands

2012-04-13 Fir de Conversatie Brian Victor
It appears from my testing (with code checked out with hg today) that the offset parameter means different things in the netbeans insert command than it does in the remove command. The Vim insert and remove event offsets appear to match the remove command, but not the insert command. The