Hi, Bram, Shougo and list. ... I wrote a test code. and found small bugs. I fixed this. ({def} may set only valid {bufnr}, {winnr}, {tabnr} spcified.) ...
67630
Shougo
shougo.matsu@...
Jan 2, 2013 3:49 am
... Thank you for your modification. I think it is good. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the...
67631
Bram Moolenaar
Bram@...
Jan 2, 2013 4:50 pm
... Instead of changing the meaning of tab: it's probably easier to add another item, e.g. rtab:. Or bat: (although most users will miss the hint of a reverse...
67632
Bram Moolenaar
Bram@...
Jan 2, 2013 4:50 pm
... Thanks, I'll add this to the todo list. -- hundred-and-one symptoms of being an internet addict: 225. You sign up for free subscriptions for all the...
67633
Bram Moolenaar
Bram@...
Jan 2, 2013 4:50 pm
... Great, thanks! -- hundred-and-one symptoms of being an internet addict: 226. You sit down at the computer right after dinner and your spouse says "See you...
67634
Bram Moolenaar
Bram@...
Jan 2, 2013 4:56 pm
... Thanks, I'll update the todo list. -- A computer without Windows is like a fish without a bicycle. /// Bram Moolenaar -- Bram@... --...
67635
vaibhav agarwal
vaisci310@...
Jan 2, 2013 5:31 pm
I have recently started going through the Vim Source code and have now got comfortable with the overall structure of the code. But now, I would like to know...
67636
Ben Fritz
fritzophrenic@...
Jan 2, 2013 7:05 pm
... -- 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...
67637
Christian Brabandt
cblists@...
Jan 2, 2013 9:53 pm
Hi Ben! ... Also, read this list or vim-use carfully. Every once in a while, bugs are mentioned, which need to be fixed (or special behaviour that needs to be...
67638
GM
linuximp@...
Jan 3, 2013 2:22 am
Greetings vim-dev, I have a patch I would like to submit to fix a bug in vim. Description of the problem and the patch: =========================== In the code...
67639
GM
linuximp@...
Jan 3, 2013 2:22 am
... [...] Probably should have also submitted the patch as a text file... Best regards, Archer -- You received this message from the "vim_dev" maillist. Do not...
67640
Gary Johnson
garyjohn@...
Jan 3, 2013 6:47 am
... You can also get this modified behavior by enabling the matchit.vim plugin ($VIMRUNTIME/macros/matchit.vim) and enabling syntax highlighting. Regards, Gary...
67641
martinwguy
martinwguy@...
Jan 3, 2013 11:06 am
... No, that's normal vi behaviour. \ is not special in a character range (it stands for itself) and to include ] you need to specify it as the first character...
67642
Christian Brabandt
cblists@...
Jan 3, 2013 3:06 pm
Hi ... Updated patch, now also works for non multi-byte builts. regards, Christian -- Aus einer Menge von unordentlichen Strichen bildet man sich leicht eine...
67643
Ben Fritz
fritzophrenic@...
Jan 3, 2013 4:07 pm
... I disagree, and consider it a bug. :help /\] says: - To include a literal ']', '^', '-' or '\39; in the collection, put a backslash before it: "[xyz92;]]",...
67644
Christian Brabandt
cblists@...
Jan 4, 2013 1:30 pm
Hi Ben! ... That is how POSIX defines it: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03_05 ,---- ... `---- ... Looks like a...
67645
Andy Wokula
anwoku@...
Jan 4, 2013 1:34 pm
... Do you actually use Vi? ... (my pattern `[@-\\]]' also made use of it) So far, it looks like if Vim just forgot to implement a certain case. There is no...
67646
Christian Brabandt
cblists@...
Jan 4, 2013 1:43 pm
Hi ... I think, this is implicitly mentioned below :h /[] ,---- ... `---- However, to fix this, the following patch can be applied: diff --git a/src/regexp.c...
67647
Andy Wokula
anwoku@...
Jan 4, 2013 2:11 pm
... (obsolete patch) ... So far, this latest patch works ok for me. -- Andy -- You received this message from the "vim_dev" maillist. Do not top-post! Type...
67648
Christian Brabandt
cblists@...
Jan 4, 2013 3:07 pm
Hi ... And finally, here is a better patch, supporting multibyte chars and including a test. Mit freundlichen Grüßen Christian -- Das unmittelbare...
67649
Andy Wokula
anwoku@...
Jan 4, 2013 3:20 pm
... Whether to fix this was my original question (June 2011). The rest is off-topic for this thread. -- Andy -- You received this message from the "vim_dev"...
67650
Ken Takata
kentkt@...
Jan 4, 2013 3:48 pm
Hi, ... I have updated the full patch. "make winclip.pro" didn't work well. Thanks, Ken Takata -- You received this message from the "vim_dev" maillist. Do not...
67651
Axel Bender
axel.bender@...
Jan 4, 2013 4:38 pm
I'm wondering if the behavior of normal mode "p" is correct in respect to the cursor position? The docs state for "gp": "Just like "p", but leave the cursor...
67652
Christian Brabandt
cblists@...
Jan 4, 2013 5:11 pm
Hi Axel! ... Well, the cursor positioning seems rather complicated for p and P, see the description of the standard: ...
67653
martinwguy
martinwguy@...
Jan 4, 2013 8:42 pm
... Er, I thought vim was a reimplementation of vi. ... Mmm, sorry, I don't know what :se cp/nocp is. ... Hum, it sounds like you're putting your fists up. Bad...
67654
Gary Johnson
garyjohn@...
Jan 4, 2013 9:22 pm
... It is. To a point. See ... There are a couple of ways that question could be read. I think Andy meant it as, "Do you use vi and not Vim?", and I think...
67655
Bulgrien, Kevin
Kevin.Bulgrien@...
Jan 4, 2013 10:08 pm
Apologies in advance if this is a duplicate post. I sent a mail to vim-dev@... before noticing that that my subscription request triggered a join...
67656
Axel Bender
axel.bender@...
Jan 6, 2013 12:08 pm
Hi Christian, thanks for the answer. It goes along with my perception. I consider this a bug which needs a fix. Also, at times it would come very handy to have...
67657
Tony Mechelynck
antoine.mechelynck@...
Jan 6, 2013 12:36 pm
... They are different. For characterwise put at least, p leaves the cursor on the last character of the inserted string while gp puts it immediately after it....
67658
Christian Brabandt
cblists@...
Jan 6, 2013 1:07 pm
Hi Axel! ... What exactly do you consider a bug? Using p is a pretty basic action and changing the cursor position will be a backwards incompatible change and ...