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...
68582
Nachum Kanovsky
nkanovsky@...
Mar 6, 2013 8:10 pm
Hi, I'm running Windows 8 x64, and when I execute the following command on the included testfile, I get the prompt: Press Enter or type command to continue ...
68583
glts
676c7473@...
Mar 6, 2013 10:44 pm
While investigating an item on the todo list, I found out that the behaviour of :normal[!] in operator-pending mode is not well-defined: it is not documented...
68584
Bram Moolenaar
Bram@...
Mar 7, 2013 12:03 pm
... Unfortunately I now see many "}" highlighted as an error in C code. I removed the changes for now. I'll push the current version to the repository. -- In...
68585
Bram Moolenaar
Bram@...
Mar 7, 2013 12:03 pm
... Right, this works like an OR, not an AND. I'll include it and clean it up a bit. I'll add a function to check if a word follows, that is done in many...
68586
Bram Moolenaar
Bram@...
Mar 7, 2013 12:14 pm
Patch 7.3.844 Problem: Enum is not indented correctly with "public" etc. Solution: Skip "public", "private" and "protected". (Hong Xu) Files:...
68587
Bram Moolenaar
Bram@...
Mar 7, 2013 12:22 pm
Patch 7.3.845 (after 7.3.844) Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu) Files: src/testdir/test3.in, src/testdir/test3.ok ...
68588
Bram Moolenaar
Bram@...
Mar 7, 2013 12:33 pm
Patch 7.3.846 Problem: Missing proto file, listing a non-existing proto file. Solution: Remove the file. Add os_beos.pro only in Mercurial. Files:...
68589
Bram Moolenaar
Bram@...
Mar 7, 2013 1:51 pm
... Thanks. Somehow I didn't manage to reproduce the problem, looks like my locale setup isn't right... -- I'm not familiar with this proof, but I'm aware of...
68590
Bram Moolenaar
Bram@...
Mar 7, 2013 1:51 pm
Patch 7.3.847 Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata) Files: src/testdir/test55.in ... ...
68591
Bram Moolenaar
Bram@...
Mar 7, 2013 1:51 pm
... Thanks. -- One difference between a man and a machine is that a machine is quiet when well oiled. /// Bram Moolenaar -- Bram@... --...
68592
Bram Moolenaar
Bram@...
Mar 7, 2013 2:17 pm
Patch 7.3.848 Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10. Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for...
68593
Bram Moolenaar
Bram@...
Mar 7, 2013 2:44 pm
... I'll include it, thanks for the update. -- The startling truth finally became apparent, and it was this: Numbers written on restaurant checks within the...
68594
Bram Moolenaar
Bram@...
Mar 7, 2013 3:09 pm
Patch 7.3.849 Problem: ":g//" gives "Pattern not found error" with E486. Should not use the error number, it's not a regular error message. Solution: Use...
68595
Bram Moolenaar
Bram@...
Mar 7, 2013 3:34 pm
Patch 7.3.850 Problem: ":vimgrep //" matches everywhere. Solution: Make it use the previous search pattern. (David Bürgin) Files:...
68596
Bram Moolenaar
Bram@...
Mar 7, 2013 3:42 pm
Patch 7.3.851 Problem: Using an empty pattern with :sort silently continues when there is no previous search pattern. Solution: Give an error message. ...