E94 generated by bufwinnr()

2015-04-25 Fir de Conversatie Jakson Alves de Aquino
e function returns a predefined value (-1) that can be checked in scripts. Thanks! -- Jakson Alves de Aquino www.lepem.ufc.br/aquino.php?lang=en -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For mor

Re: SIGSEGV at syntax.c:2101

2015-02-05 Fir de Conversatie Jakson Alves de Aquino
On Sat, Jan 31, 2015 at 12:57 AM, Jakson Alves de Aquino wrote: > On Sat, Jan 31, 2015 at 06:30:05AM +0100, Dominique Pellé wrote: >> No, I don't think it's your fault. It should be OK I think >> to enable FEAT_CONCEAL the way you did but it's better >> to bu

Re: SIGSEGV at syntax.c:2101

2015-01-30 Fir de Conversatie Jakson Alves de Aquino
On Sat, Jan 31, 2015 at 06:30:05AM +0100, Dominique Pellé wrote: > No, I don't think it's your fault. It should be OK I think > to enable FEAT_CONCEAL the way you did but it's better > to build with --with-features=huge anyway. > > So it would still be interesting to see why it crashed it you > c

Re: SIGSEGV at syntax.c:2101

2015-01-30 Fir de Conversatie Jakson Alves de Aquino
On Fri, Jan 30, 2015 at 08:12:05PM -0500, Jakson Alves de Aquino wrote: > On Fri, Jan 30, 2015 at 07:59:19PM -0500, Jakson Alves de Aquino wrote: > > On Sat, Jan 31, 2015 at 12:14:14AM +0100, Dominique Pellé wrote: > > > In the stack, I see update_screen() being called twice as &

Re: SIGSEGV at syntax.c:2101

2015-01-30 Fir de Conversatie Jakson Alves de Aquino
On Fri, Jan 30, 2015 at 07:59:19PM -0500, Jakson Alves de Aquino wrote: > On Sat, Jan 31, 2015 at 12:14:14AM +0100, Dominique Pellé wrote: > > In the stack, I see update_screen() being called twice as > > a result of a screen resize event. Maybe that's causing the > >

Re: SIGSEGV at syntax.c:2101

2015-01-30 Fir de Conversatie Jakson Alves de Aquino
On Sat, Jan 31, 2015 at 12:14:14AM +0100, Dominique Pellé wrote: > In the stack, I see update_screen() being called twice as > a result of a screen resize event. Maybe that's causing the > problem. You might be right. I was running Vim inside Tmux (Ubuntu 14.10) and it splits the Tmux window to st

SIGSEGV at syntax.c:2101

2015-01-30 Fir de Conversatie Jakson Alves de Aquino
I have configured the build with the command: CFLAGS=-g ./configure --enable-pythoninterp=yes --enable-multibyte Thanks! -- Jakson Alves de Aquino www.lepem.ufc.br/aquino.php?lang=en -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Re: New digraph

2014-06-17 Fir de Conversatie Jakson Alves de Aquino
On Tue, Jun 17, 2014 at 7:21 AM, John Beckett wrote: [...] > Can I hijack this to ask about U+2022 which is a nice bullet. > > One way to insert that in Vim is to execute the following > (using :put="\u2022" fails because the quote is a comment): > > :let s = "\u2022" > :put =s In Insert

Enable clientserver after startup

2014-05-28 Fir de Conversatie Jakson Alves de Aquino
Thank you! -- Jakson Alves de Aquino Federal University of Ceara Social Sciences Department www.lepem.ufc.br/aquino.php -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://w

Re: "7.4" not listed in upload form

2014-03-07 Fir de Conversatie Jakson Alves de Aquino
On Fri, Mar 7, 2014 at 4:45 PM, Bram Moolenaar wrote: > > I have added 7.4 to the menu entry. > Thanks! -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: "7.4" not listed in upload form

2014-03-07 Fir de Conversatie Jakson Alves de Aquino
On Fri, Mar 7, 2014 at 1:58 PM, Nikolay Pavlov wrote: > On Mar 7, 2014 5:16 PM, "Jakson Alves de Aquino" > wrote: > > The form to upload new versions of scripts at www.vim.org doesn't show > > "7.4" as an option of required Vim version; the high

"7.4" not listed in upload form

2014-03-07 Fir de Conversatie Jakson Alves de Aquino
Hi, The form to upload new versions of scripts at www.vim.org doesn't show "7.4" as an option of required Vim version; the highest version is "7.3". I think that "7.4" should be included in the drop down list. Thanks, -- Jakson Aquino -- -- You received this message from the "vim_dev" mailli

The word "shell" in vim tutor

2013-11-19 Fir de Conversatie Jakson Alves de Aquino
the tutor was written to an environment that may be different from what the user is. Thanks! -- Jakson Alves de Aquino Federal University of Ceará Social Sciences Department www.lepem.ufc.br/aquino.php -- -- You received this message from the "vim_dev" maillist. Do not top-post! T

Re: Documentation of Funcref

2013-08-23 Fir de Conversatie Jakson Alves de Aquino
Em 23-08-2013 03:04, Tony Mechelynck escreveu: > On 23/08/13 06:01, Nikolay Pavlov wrote: >> >> On Aug 23, 2013 1:24 AM, "Jakson Alves de Aquino" > <mailto:jalve...@gmail.com>> wrote: >> > >> > >> > Hi, >>

Re: Documentation of Funcref

2013-08-23 Fir de Conversatie Jakson Alves de Aquino
Em 23-08-2013 01:01, Nikolay Pavlov escreveu: > > On Aug 23, 2013 1:24 AM, "Jakson Alves de Aquino" <mailto:jalve...@gmail.com>> wrote: >> >> >> Hi, >> >> The documentation of Funcref includes the following statement: >> &g

Documentation of Funcref

2013-08-22 Fir de Conversatie Jakson Alves de Aquino
ld!" endfunction " script_b.vim source script_a.vim let CallFunctionA = function("FunctionA") call CallFunctionA() Note: I'm using global Funcref to global functions in the Vim-R-plugin. So I hope that the problem is in the documentati

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Jakson Alves de Aquino
e .* è un .* mentre file .* è un .*$" > should be: > syn match diffIsA "^File .* è un/o/a .* mentre file .* è un/o/a .*$" The diffutils-3.3/po/it.po file has only one translation for this message: "File %s è un %s mentre file %s è un %s\n" -- Jakson Alves de Aquino Fe

Re: diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Jakson Alves de Aquino
On Sun, Jul 21, 2013 at 11:47 AM, Yukihiro Nakadaira wrote: > On Sun, Jul 21, 2013 at 10:42 PM, Jakson Alves de Aquino > wrote: >> >> Hi, >> >> I updated the translations of diff messages in syntax/diff.vim to >> version 3.3 of diffutils. Some messages a

diff syntax update (translations to many languages need to be checked)

2013-07-21 Fir de Conversatie Jakson Alves de Aquino
, Portuguese, Romanian, Russian, Serbian, Spanish, Swedish, Turkish, Uzbek and Vietnamese. Best regards, -- Jakson Alves de Aquino Federal University of Ceará Social Sciences Department www.lepem.ufc.br/aquino.php -- -- You received this message from the "vim_dev" maillist.

Re: svn syntax with localization?

2013-07-19 Fir de Conversatie Jakson Alves de Aquino
gt;> ... >> end="\%$" contains=ALL >> >> since syn region can take multiple start conditions. > > Yes, I would go with that (though it's some effort to maintain). I > remember seeing some syntax file that did this (but can't find the > ref

Re: Issue 103 in vim: Python thread are not running in background

2013-01-16 Fir de Conversatie Jakson Alves de Aquino
threads. > > Though reverting commit is not an option: it itself is solving some issues. > Better to check why I have the code running correctly and you do not. Perhaps this problem is related with the one that I've reported two moths ago: https://groups.google.com/forum/?fromgr

Re: patch 691: Python, thread

2012-12-23 Fir de Conversatie Jakson Alves de Aquino
On Sun, Dec 23, 2012 at 8:22 PM, Bram Moolenaar wrote: > > Jakson Alves de Aquino wrote a few weeks ago: > >> I'm adding more details on the problem... >> >> On Thu, Nov 8, 2012 at 6:21 PM, Jakson Alves de Aquino >> wrote: >> > I'm the maint

Re: patch 691: Python, thread

2012-11-14 Fir de Conversatie Jakson Alves de Aquino
Nakadaira for writing vim-remote! On Fri, Nov 9, 2012 at 6:25 PM, Jakson Alves de Aquino wrote: > I'm adding more details on the problem... > > On Thu, Nov 8, 2012 at 6:21 PM, Jakson Alves de Aquino > wrote: >> I'm the maintainer of Vim-R-plugin which may start a sepa

Re: patch 691: Python, thread

2012-11-09 Fir de Conversatie Jakson Alves de Aquino
I'm adding more details on the problem... On Thu, Nov 8, 2012 at 6:21 PM, Jakson Alves de Aquino wrote: > I'm the maintainer of Vim-R-plugin which may start a separate Vim > instance to run an "Object Browser". This Vim instance has a UDP > server running in a new

patch 691: Python, thread

2012-11-08 Fir de Conversatie Jakson Alves de Aquino
VimServer() of https://github.com/jcfaria/Vim-R-plugin/blob/master/r-plugin/vimcom.py I'm far from an expert in Python programming, and I don't know how to solve the problem. Any help is appreciated. Thanks -- Jakson Alves de Aquino Federal University of Ceará Social Sciences Departme

Re: awk indentation

2011-11-09 Fir de Conversatie Jakson Alves de Aquino
On Wed, Oct 26, 2011 at 5:19 PM, erik wrote: > New version on the same location: http://dl.dropbox.com/u/26176183/awk.vim The attached patch fix a minor bug in the script. -- Jakson -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you a

Re: awk indentation

2011-10-10 Fir de Conversatie Jakson Alves de Aquino
On Mon, Oct 10, 2011 at 6:41 PM, erik wrote: > A new attempt. It is a near-rewrite > > It handles correctly now all cases from Zvezdan as well as some more > code of my own. > May I ask for volunteers for testing again. > > You can find the indenter here: http://dl.dropbox.com/u/26176183/awk.vim

Re: awk indentation

2011-09-17 Fir de Conversatie Jakson Alves de Aquino
On Sat, Sep 17, 2011 at 9:18 AM, Donald Allen wrote: > On Fri, Sep 16, 2011 at 9:06 AM, Jakson Alves de Aquino > wrote: >> I agree that the indent/r.vim script is very slow, but I don't know >> how to improve the speed. For each line to be indented, the script has >&

Re: awk indentation

2011-09-16 Fir de Conversatie Jakson Alves de Aquino
On Thu, Sep 15, 2011 at 5:56 PM, Donald Allen wrote: > I tried this with the same build of vim as I used for the example in > my original post, current as of last night (on the East Coast of the > US). Setting the filetype to R does indeed produce the correct result, > but after a 3-second delay.

Re: awk indentation

2011-09-15 Fir de Conversatie Jakson Alves de Aquino
On Thu, Sep 15, 2011 at 3:51 PM, Donald Allen wrote: > If you have following in a vim buffer, file named, say, foo.awk > > /some test/ { > if (foo != "bar") { > if (baz != ""){ > array1[xyz] = N > if (N > max_N) max_N = N > } > xyz = temp[1] > # Create > print "," > "something.sql" > split(descrip

Re: Indent R code

2011-09-02 Fir de Conversatie Jakson Alves de Aquino
On Fri, Sep 2, 2011 at 7:57 AM, Bram Moolenaar wrote: > Jakson Alves de Aquino wrote: > >> My Vim-R-plugin (#2628) includes a script to indent R code. I improved >> the script on February, 2011 and since then only one bug was reported >> (and fixed). So I believe that the

Indent R code

2011-08-30 Fir de Conversatie Jakson Alves de Aquino
Hi Bram, My Vim-R-plugin (#2628) includes a script to indent R code. I improved the script on February, 2011 and since then only one bug was reported (and fixed). So I believe that the script is mature enough to be considered for inclusion in Vim runtime directory. One remaining problem of the sc

Re: Re: filetype.vim: could R be the default instead of Rexx?

2011-07-17 Fir de Conversatie Jakson Alves de Aquino
On Sun, Jul 17, 2011 at 5:36 PM, Bram Moolenaar wrote: > Tom wrote: >> > I don't know how to read these graphs.  Also, it's Debian only, suppose >> > the picture is very different for mac or MS-Windows users? >> > >> R is at position 33 in the tiobe index: >> http://www.tiobe.com/content/paperinfo

Re: filetype.vim: could R be the default instead of Rexx?

2011-07-16 Fir de Conversatie Jakson Alves de Aquino
On Sat, Jul 16, 2011 at 4:38 PM, Tony Mechelynck wrote: [...] >> However, I wonder whether this default could be changed to R >> because, at least in Linux systems, it seems that there are far more R >> users than Rexx users: [...] > > Always comment your sources abundantly. It makes them more hum

filetype.vim: could R be the default instead of Rexx?

2011-07-16 Fir de Conversatie Jakson Alves de Aquino
Hi, When the file extension is either .r or .R, Vim looks for some clues that may allow the identification of the script as R, Rebol or Rexx. If no clue is found, filetype.vim assumes that the file is a Rexx script. However, I wonder whether this default could be changed to R because, at least in

Priority of rare words over good words

2011-07-02 Fir de Conversatie Jakson Alves de Aquino
Hi, I have made a suggestion a year ago about increasing highlighting priority of rare words: http://groups.google.com/group/vim_dev/browse_thread/thread/acf58ea11dd98120 I'm just remembering the suggestion... I'm also attaching a list of Portuguese words that I marked as rare, so people who wr

Re: Patch 7.3.196

2011-06-11 Fir de Conversatie Jakson Alves de Aquino
On Fri, Jun 10, 2011 at 11:53 PM, Bram Moolenaar wrote: > > Jakson Aquino wrote: > >> On Thu, May 19, 2011 at 12:26 PM, Bram Moolenaar wrote: >> > Patch 7.3.196 >> > Problem:    Can't intercept a character that is going to be inserted. >> > Solution:   Add the InsertCharPre autocommand event. (Ja

Re: Patch 7.3.196

2011-06-10 Fir de Conversatie Jakson Alves de Aquino
On Thu, May 19, 2011 at 12:26 PM, Bram Moolenaar wrote: > Patch 7.3.196 > Problem:    Can't intercept a character that is going to be inserted. > Solution:   Add the InsertCharPre autocommand event. (Jakson A. Aquino) > Files:      runtime/doc/autocmd.txt, runtime/doc/eval.txt, >            runtim

Re: Feature Request: highlight group for explicit bad words

2011-02-26 Fir de Conversatie Jakson Alves de Aquino
On Fri, Feb 25, 2011 at 1:41 PM, Till Maas wrote: > I use a shared additional vim spell file that contains word marked as bad > like 'foo/!'. For words that can be written in different correct ways, which > at least exists in German, sometimes one of both variants is marked as bad > to help writin

Re: InsertCharPre patch

2011-02-07 Fir de Conversatie Jakson Alves de Aquino
On 29-01-2011 17:33, Jakson A. Aquino wrote: > On February, 5, 2010, Nico Raffo requested the implementation of the > auto command event InsertCharPre, which would be useful to his Conque > Shell plugin [1]. As the developer of the Vim-R-plugin [2], which > optionally uses the Conque Shell plugin,