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. ...
68597
Ben Fritz
fritzophrenic@...
Mar 7, 2013 4:35 pm
... I don't see anything wrong here. From normal mode, "iw" does not mean "select the inner word", it means "insert a w character". In operator-pending mode...
68598
Bram Moolenaar
Bram@...
Mar 7, 2013 5:03 pm
Patch 7.3.852 Problem: system() breaks clipboard text. (Yukihiro Nakadaira) Solution: Use Xutf8TextPropertyToTextList(). (Christian Brabandt) Also do not...
68599
Bram Moolenaar
Bram@...
Mar 7, 2013 5:03 pm
... I included this patch, but it doesn't change anything for me. After the system call the \uff41 character is always broken up in two characters. The problem...
68600
Bram Moolenaar
Bram@...
Mar 7, 2013 5:52 pm
Patch 7.3.853 Problem: Using "ra" in multiple lines on multi-byte characters leaves a few characters not replaced. Solution: Adjust the end column only in...
68601
Bram Moolenaar
Bram@...
Mar 7, 2013 6:07 pm
... Well, this would cause typing "q" to end recording to set the register used for the next put command. I don't think that is right. When yanking and...
68602
glts
676c7473@...
Mar 7, 2013 6:27 pm
I see. I was thinking about it the wrong way then. ... Yes, I did see that in the code for the colon command at normal.c#5398: if (cap->oap->op_type != OP_NOP)...
68603
Bram Moolenaar
Bram@...
Mar 7, 2013 6:39 pm
Patch 7.3.854 Problem: After using backspace in insert mode completion, CTRL-N and CTRL-P do not highlight the right entry. (Olivier Teuliere) Solution:...
68604
Bram Moolenaar
Bram@...
Mar 7, 2013 6:39 pm
... Thanks! -- hundred-and-one symptoms of being an internet addict: 29. Your phone bill comes to your doorstep in a box. /// Bram Moolenaar --...
68605
Sung Pae
self@...
Mar 8, 2013 12:56 am
... I decided I wanted to change this as well; simple patch is attached. It appears that when do_shell() is called while msg_silent > 0, the screen is not set...
68606
John Little
John.B.Little@...
Mar 8, 2013 1:38 am
I have runtime/doc/tags in my .hgignore file, but most times I update with hg fetch --switch-parent I'm told abort: outstanding uncommitted changes so I run hg...
68607
Yukihiro Nakadaira
yukihiro.nakadaira@...
Mar 8, 2013 4:56 am
... This problem is happend with old japanese .po file. en: "E737: Key already exists: %s" ja: "E737: %s $B$H$$$&%-!<$O4{$KB8:_$7$^$9(B" "%s" is not...
68608
mattn
mattn.jp@...
Mar 8, 2013 12:49 pm
... What code did you use? Currently, when I use last updated c.vim/cpp.vim, C++11 lambda expression has wrong syntax. ...
68609
Maciej Kalisiak
mkalisiak@...
Mar 8, 2013 3:08 pm
I am trying to :set flp=^\92;s*-\\s*, so that I can do properly indented bullet list using dashes. In older versions of Vim this works as expected. That is, I...