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
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
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
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
&
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
> >
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
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
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
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
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
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
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 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
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,
>>
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
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
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
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
,
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.
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
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
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
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
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
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
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
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
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
>&
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.
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
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
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
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
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
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
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
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
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
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
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,
40 matches
Mail list logo