... Thankyou very much. Patch is attached. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
68553
glts
676c7473@...
Mar 4, 2013 8:03 am
This patch fixes the following item from the todo list: 8 ":g//" gives "Pattern not found error" with E486. Should not use the error number, it's not a...
68554
glts
676c7473@...
Mar 4, 2013 9:00 am
Here's the patch again, this time with the updated runtime/doc/todo.txt included. -- -- You received this message from the "vim_dev" maillist. Do not top-post!...
68555
glts
676c7473@...
Mar 4, 2013 1:08 pm
Like :s//string/ and :g//, :sort // uses the last search pattern when no pattern is given. Unlike :s and :g it doesn't handle well the case where there is no...
68556
mattn
mattn.jp@...
Mar 4, 2013 1:51 pm
I wrote a patch for nowild. https://gist.github.com/mattn/5079965 How about this? -- -- You received this message from the "vim_dev" maillist. Do not top-post!...
68557
James Hunt
jamesodhunt@...
Mar 4, 2013 1:52 pm
Diff is against the latest runtime/filetype.vim in mercurial. It enables upstart syntax highlighting mode for files in ~/.config/upstart/. Kind regards, James....
68558
Christian Brabandt
cblists@...
Mar 4, 2013 7:55 pm
Bram, there seems to be a problem, that vim also records K_SPECIAL and the following bytes that are used for mouseclicks, and which seems to be a problem when...
68559
Bram Moolenaar
Bram@...
Mar 4, 2013 10:32 pm
... With this help: *:now* *:nowild* ... Execute {command} with 'wildignore39; option disabled. This will be useful to ignore 'wildignroe39; option raise error....
68560
Bram Moolenaar
Bram@...
Mar 4, 2013 10:33 pm
... I think this is a Vi compatibility thing. It is not really an error, the message is just a warning that nothing happened. I don't think we should change...
68561
Bram Moolenaar
Bram@...
Mar 4, 2013 10:34 pm
... Thanks, I'll include it. -- How To Keep A Healthy Level Of Insanity: 5. Put decaf in the coffee maker for 3 weeks. Once everyone has gotten over their...
68562
Bram Moolenaar
Bram@...
Mar 4, 2013 10:34 pm
... Dropping all K_SPECIAL codes would mean some commands get lost, right? How about inserting a CSI character (0x80) ? -- How To Keep A Healthy Level Of...
68563
Bram Moolenaar
Bram@...
Mar 4, 2013 10:34 pm
... Thanks, I'll look into it soon. -- I have a drinking problem -- I don't have a drink! /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net...
68564
glts
676c7473@...
Mar 5, 2013 2:26 pm
The commands :s//string/, :g//, and :sort // all use the last search pattern when an empty pattern is given. :vimgrep // *, however, does not. The attached...
68565
glts
676c7473@...
Mar 5, 2013 3:16 pm
... Here is another attempt: This time I solved the problem as described in the todo list: remove the error code since it is not a proper error message. I'd be...
68566
hong@...
Mar 5, 2013 3:59 pm
Hi All, The attachment is a patch to add an 'cinoption39; to correctly indent enum for Java code. Currently enum for C could be indent correctly: enum { MON, ...
68567
Lech Lorens
lech.lorens@...
Mar 5, 2013 4:17 pm
Wouldn't it be better to use the existing 'cinoptions39; entry jN? It's related to Java... BTW, in the past I made a number of modifications to the indenting ...
68568
Christian Brabandt
cblists@...
Mar 5, 2013 4:58 pm
... Not sure, those keys are actual useful when recording a script. ... Nevermind, I just tried to replay such a script on Windows and didn't see any errors....
68569
hong@...
Mar 5, 2013 6:05 pm
... This is also what I am hesitating at. But people who need the original 'j' option may not need this option (and vice versa) for the use of their languages...
68570
Gary Johnson
garyjohn@...
Mar 5, 2013 6:16 pm
... I can't imagine anyone choosing to have their code formatted as in this example from you: public enum { MON, TUE, } Regards, Gary -- -- You received this...
68571
Hong Xu
hong@...
Mar 5, 2013 6:19 pm
... Hi Gary, What I mean is they don't need to have this feature. The original use of 'j' can also be enabled by default, but it isn't, right? But I do NOT...
68572
Gary Johnson
garyjohn@...
Mar 5, 2013 6:44 pm
... I see your point, except that I _think_ the reason for not enabling 'j' by default was because it would mess up C formatting. That is just speculation,...
68573
lith
minilith@...
Mar 5, 2013 6:45 pm
... In case somebody cares about this problem, it seemingly also affects tab-related commands like :tabnew. Regards, Tom -- -- You received this message from...
68574
Bram Moolenaar
Bram@...
Mar 5, 2013 7:57 pm
... Thanks, tests are good. However, it seems the test passes without your patch. "static" is already checked for and skipped above the lines you insert. ...
68575
Bram Moolenaar
Bram@...
Mar 5, 2013 7:57 pm
... Thanks. I'll include it unless someone objects. -- How To Keep A Healthy Level Of Insanity: 12. Sing along at the opera. /// Bram Moolenaar --...
68576
Bram Moolenaar
Bram@...
Mar 5, 2013 7:57 pm
... Thanks! -- How To Keep A Healthy Level Of Insanity: 13. Go to a poetry recital and ask why the poems don't rhyme. /// Bram Moolenaar -- Bram@......
68577
vim@...
Mar 5, 2013 9:05 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 117 by j...@...: boolean to keep the sign column open at all times ...
68578
Ken Takata
kentkt@...
Mar 5, 2013 10:10 pm
Hi Bram, I have updated Japanese tutor files. Please include them. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not...
68579
Hong Xu
hong@...
Mar 6, 2013 5:28 am
... I tried without the patch, but they cannot pass on my computer... This is weird. ... We do need the second check inside the loop, since people may write...
68580
Ken Takata
kentkt@...
Mar 6, 2013 4:15 pm
Hi, The test55 may fail if lang isn't C, because the E737 message is translated. Here is an example. (Vim 7.3.843 with old runtime files of 7.3.000) $...
68581
glts
676c7473@...
Mar 6, 2013 7:38 pm
This item has been fixed with patch 7.3.630: Problem with starting Visual block mode with :norm when 'virtualedit39; is set. (David glts, 2012 Jun 5) The...