Hi, I believe some change in patch 7.3.769 causes showmatch behaviour to change Test case - Start with an empty buffer - Type ) in line &lines + 10 (the number...
68374
Bram Moolenaar
Bram@...
Feb 20, 2013 11:35 am
... I can't reproduce it. Your settings matter, can you start with "vim -u NONE", set the settings that matter and then reproduce it? -- ARTHUR: Be quiet!...
68375
Bram Moolenaar
Bram@...
Feb 20, 2013 11:35 am
... Thanks, this defenitely looks better. It takes more space on screen, but that's not really a problem. The for loop is a bit strange. Instead of using...
68376
mattn
mattn.jp@...
Feb 20, 2013 11:54 am
... I make sure this. created dll with: ... __declspec(dllexport) char* foo(const char* name) { return getenv(name); } ... gcc -shared -o foo.dll foo.c ... let...
68377
Ajit Thakkar
thakkar.ajit@...
Feb 20, 2013 12:20 pm
... Nice. Consider separating the list into two: features included and not included. Which list is most useful depends on the size of the builds you use. Ajit ...
68378
Bram Moolenaar
Bram@...
Feb 20, 2013 12:33 pm
... This isn't right, there are no NL characters in the text. There are NUL characters which are stored as NL characters. That's an implementation detail,...
68379
Bram Moolenaar
Bram@...
Feb 20, 2013 12:34 pm
Patch 7.3.823 (after 7.3.821) Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata) Files: src/Make_cyg.mak ... ...
68380
Christian Brabandt
cblists@...
Feb 20, 2013 12:38 pm
Hi char101! ... Hm, I don't remember messing with that. I think, this happens, because before 7.3.769 we only jumped when closing braces were inserted and now ...
68381
Nazri Ramliy
ayiehere@...
Feb 20, 2013 1:09 pm
... You're right. Attached is the updated patch Nazri -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the...
68382
Bram Moolenaar
Bram@...
Feb 20, 2013 2:20 pm
Patch 7.3.824 Problem: Can redefine builtin functions. (ZyX) Solution: Disallow adding a function to g:. Files: src/eval.c ... *************** ... if...
68383
Bram Moolenaar
Bram@...
Feb 20, 2013 3:10 pm
Patch 7.3.825 Problem: With Python errors are not always clear. Solution: Print the stack trace, unless :silent is used. (ZyX) Files:...
68384
Bram Moolenaar
Bram@...
Feb 20, 2013 3:48 pm
... Thanks. There are a few cases where the newline isn't put right. I'll fix it. -- BLACK KNIGHT: I'm invincible! ARTHUR: You're a looney. "Monty...
68385
Bram Moolenaar
Bram@...
Feb 20, 2013 3:48 pm
Patch 7.3.826 Problem: List of features in :version output is hard to read. Solution: Make columns. (Nazri Ramliy) Files: src/version.c ... ...
68386
Bram Moolenaar
Bram@...
Feb 20, 2013 3:54 pm
Patch 7.3.827 (after 7.3.825) Problem: Python tests fail. Solution: Adjust the output for the stack trace. Files: src/testdir/test86.in,...
68387
tooth pik
toothpik6@...
Feb 20, 2013 4:13 pm
... personally I'd rather have them all in one list -- that way when you're looking for a particular feature there's only one list you have to check tp -- -- ...
68388
Bram Moolenaar
Bram@...
Feb 20, 2013 4:59 pm
Patch 7.3.828 Problem: Mappings are not aware of wildmenu mode. Solution: Add wildmenumode(). (Christian Brabandt) Files: src/eval.c,...
68389
Bram Moolenaar
Bram@...
Feb 20, 2013 5:39 pm
... This actually is a bug in patch 7.3.769. The FEAT_RIGHTLEFT check is done wrong, thus when the rightleft feature is compiled in it only shows a match for...
68390
Bram Moolenaar
Bram@...
Feb 20, 2013 5:39 pm
Patch 7.3.829 Problem: When compiled with the +rightleft feature 'showmatch39; also shows a match for the opening paren. When 'revins39; is set the screen may ...
68391
Steve Hall
digitect@...
Feb 20, 2013 6:24 pm
Hi Ken, ... Just tested this, and reporting for the record. It appears the var is required to build binaries/installers that would be installed without Cygwin...
68392
Bram Moolenaar
Bram@...
Feb 20, 2013 6:27 pm
Patch 7.3.830 Problem: :mksession confuses bytes, columns and characters when positioning the cursor. Solution: Use w_virtcol with "|" instead of...
Patch 7.3.831 Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo...
68395
Christian J. Robinson
heptite@...
Feb 20, 2013 8:34 pm
On Thu, Feb 7, 2013 at 12:44 PM, Christian J. Robinson ... [...] ... I have determined that this error was because if_perl.c was zero length. I removed it and...
68396
Ken Takata
kentkt@...
Feb 20, 2013 10:37 pm
Hi Christian, ... There are some solutions for this problem: 1. Use Make_cyg.mak instead of Make_ming.mak and use Unix-style paths: $ make -f Make_cyg.mak...
68397
Roland Eggner
edvx1@...
Feb 20, 2013 10:46 pm
... Hi Bram, here are my test{91,92} scripts updated to test your patch. -- Regards Roland Eggner ... src/testdir/Make_amiga.mak | 4 +++- ...
68398
Christian J. Robinson
heptite@...
Feb 20, 2013 10:50 pm
... I used to build using Make_cyg.mak but stopped in recent months because it no longer worked for me when including one of the scripting interpreters. I...
68399
Charles
peacech@...
Feb 21, 2013 1:49 am
... Hi Christian, Thanks, I understand the problem now. When only showing match for the closing bracket, the test lpos->lnum >= curwin->w_topline is sufficient...
68400
Ken Takata
kentkt@...
Feb 21, 2013 12:55 pm
Hi Christian, ... Maybe it is Ruby. Make_cyg.mak was changed in 7.3.815. Now, RUBY_API_VER must be specified as same as Make_ming.mak when you use Ruby. The...
68401
Cesar Romani
cesar.romani@...
Feb 21, 2013 1:55 pm
... I know that, but before patch 7.3.791 it used to get compiled with racket 4.2.3 and DYNAMIC_MZSCHEME=yes. -- -- You received this message from the...
68402
Cesar Romani
cesar.romani@...
Feb 21, 2013 2:00 pm
... That was, after deleting mzscheme_base.c it worked. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the...