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...
68403
Cesar Romani
cesar.romani@...
Feb 21, 2013 2:07 pm
... It builds fine for me. I use MinGW on Windows 7 with gcc 4.6.2, ActiveState perl 5.16 and ruby 1.9.3p385 Regards, -- Cesar -- -- You received this message...
68404
vim@...
Feb 21, 2013 3:47 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 112 by nirk.nig...@...: Javascript syntax file cites a Stale URL ...
68405
vim@...
Feb 21, 2013 3:48 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 113 by nirk.nig...@...: Javascript syntax highlight regex error ...
68406
Roland Eggner
edvx1@...
Feb 21, 2013 4:11 pm
... … updated again to apply on top of patch 7.3.831: Add test{92,93} scripts to test bugfix patch 7.3.830. -- Regards Roland Eggner...
68407
ZyX
zyx.vim@...
Feb 21, 2013 6:21 pm
# HG changeset patch # User ZyX <kp-pav@...> # Date 1361470750 -14400 # Node ID 05cc28cdb448ac513ee0f85de24b80692004339d # Parent...
68408
Christian J. Robinson
heptite@...
Feb 21, 2013 9:21 pm
... After reattempting a compile using Make_cyg.mak, I realized that I was remembering wrong. Here is my command line: make -f Make_cyg.mak -j2...
68409
vim@...
Feb 21, 2013 9:51 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 114 by mistyde...@...: vim breaks statically-linked ruby by stripping symbols ...
68410
Bram Moolenaar
Bram@...
Feb 21, 2013 10:10 pm
... Thanks! -- BEDEVERE: Wait. Wait ... tell me, what also floats on water? ALL: Bread? No, no, no. Apples .... gravy ... very small rocks ... ARTHUR:...
68411
Bram Moolenaar
Bram@...
Feb 21, 2013 10:10 pm
... Thanks, I'll include it soon. - Bram -- If you had to identify, in one word, the reason why the human race has not achieved, and never will achieve, its ...
68412
W. David Jarvis
venantius@...
Feb 22, 2013 2:02 am
... James - Forgive the daft response here, but I'm having the same problem and don't understand why my ./configure script is forcing me to build the python3...
68413
mattn
mattn.jp@...
Feb 22, 2013 9:09 am
... Here is a test. "_" is cursor. [] is double byte of CP932. ... _ []@foo ... A bar@foo ... B @foo ... C ... If want to match A and C, pattern...
68414
Ingo Karkat
swdev@...
Feb 22, 2013 9:28 am
Hello Vim developers, Sorry for touching that can of worms again, but I've come upon a problem with the changed 'shellxquote39; option on Windows (patch 7.3.443...
68415
John Szakmeister
john@...
Feb 22, 2013 9:40 am
I've been using Syntastic lately, and I noticed an interesting quirk. Syntastic will highlight the location of the error in your buffer by calling matchadd()...
68416
Roland Eggner
edvx1@...
Feb 22, 2013 2:00 pm
... On wide terminals the feature list in :version message is interrupted by empty lines, observed with e.g. COLUMNS=320. Bugfix attached. -- Regards Roland...
68417
tyru
tyru.exe@...
Feb 22, 2013 2:40 pm
any response? ... -- -- 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...
68418
Nazri Ramliy
ayiehere@...
Feb 22, 2013 3:13 pm
On Fri, Feb 22, 2013 at 10:00 PM, Roland Eggner ... Maybe it's better if we limit the feature list to 80 column width? It's easier to scan vertically compared...
68419
Nazri Ramliy
ayiehere@...
Feb 22, 2013 3:22 pm
On Fri, Feb 22, 2013 at 10:00 PM, Roland Eggner ... A shorter patch, but the fixes the same problem: diff -r 8b86b69546a9 src/version.c ... +++ b/src/version.c...