Re: [PATCH] add 'cinoption' E to correctly indent enum for Java code

2013-03-07 Fir de Conversatie Bram Moolenaar
Hong Xu wrote: On Mar 5, 2013, at 11:57 AM, Bram Moolenaar b...@moolenaar.net wrote: Hong Xu wrote: On Tuesday, March 5, 2013 8:16:48 AM UTC-8, Lech Lorens wrote: Wouldn't it be better to use the existing 'cinoptions' entry jN? It's related to Java... This is also what I am

Re: Updated c.vim / cpp.vim for C++11

2013-03-07 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: Yes, C11 is not C++11. It's ISO/IEC 9899: 2011. 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 many of the more relaxed civilizations on the Outer Eastern Rim of

Patch 7.3.844

2013-03-07 Fir de Conversatie Bram Moolenaar
Patch 7.3.844 Problem:Enum is not indented correctly with public etc. Solution: Skip public, private and protected. (Hong Xu) Files: src/misc1.c *** ../vim-7.3.843/src/misc1.c 2013-02-13 16:10:13.0 +0100 --- src/misc1.c 2013-03-07 12:59:45.0 +0100 *** ***

Patch 7.3.846

2013-03-07 Fir de Conversatie Bram Moolenaar
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: Filelist *** ../vim-7.3.845/Filelist 2013-02-26 17:59:37.0 +0100 --- Filelist2013-03-07 13:27:30.0 +0100

Re: Patch: Remove fixed problem from todo list

2013-03-07 Fir de Conversatie Bram Moolenaar
glts wrote: This item has been fixed with patch 7.3.630: Problem with starting Visual block mode with :norm when 'virtualedit' is set. (David glts, 2012 Jun 5) The attached patch removes this from the todo list. Thanks. -- One difference between a man and a machine is that a

Patch 7.3.848

2013-03-07 Fir de Conversatie Bram Moolenaar
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 x64. (Ken Takata) Files: src/Make_cyg.mak, src/Make_ming.mak, src/if_ruby.c *** ../vim-7.3.847/src/Make_cyg.mak

Re: Update of tutor.ja.*

2013-03-07 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: I have updated Japanese tutor files. Please include them. 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 confines of restaurants do not follow the same mathematical

Patch 7.3.849

2013-03-07 Fir de Conversatie Bram Moolenaar
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 a normal message. (David Bürgin) Files: src/ex_cmds.c *** ../vim-7.3.848/src/ex_cmds.c2013-02-06

Patch 7.3.850

2013-03-07 Fir de Conversatie Bram Moolenaar
Patch 7.3.850 Problem::vimgrep // matches everywhere. Solution: Make it use the previous search pattern. (David Bürgin) Files: runtime/doc/quickfix.txt, src/quickfix.c *** ../vim-7.3.849/runtime/doc/quickfix.txt 2010-08-15 21:57:19.0 +0200 --- runtime/doc/quickfix.txt

Patch 7.3.851

2013-03-07 Fir de Conversatie Bram Moolenaar
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. Files: src/ex_cmds.c *** ../vim-7.3.850/src/ex_cmds.c2013-03-07 16:08:31.0 +0100 --- src/ex_cmds.c

Re: Behaviour of :normal in operator-pending mode is not defined

2013-03-07 Fir de Conversatie Ben Fritz
On Wednesday, March 6, 2013 4:43:56 PM UTC-6, glts wrote: 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 and is not taken special care of in the source. Consider the

Patch 7.3.852

2013-03-07 Fir de Conversatie Bram Moolenaar
Patch 7.3.852 Problem:system() breaks clipboard text. (Yukihiro Nakadaira) Solution: Use Xutf8TextPropertyToTextList(). (Christian Brabandt) Also do not put the text in the clip buffer if conversion fails. Files: src/ui.c, src/ops.c *** ../vim-7.3.851/src/ui.c

Re: system() break clipboard text.

2013-03-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Do, 28 Feb 2013, John Little wrote: It happens for me (on Kubuntu 12.10, 7.3.843). xclip -o reports Error: target STRING not available and other apps (I tried konsole, kate, firefox, LibreOffice) paste nothing. Interestingly, when using

Patch 7.3.853

2013-03-07 Fir de Conversatie Bram Moolenaar
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 the last line. (Yasuhiro Matsumoto) Files: src/testdir/test69.in, src/testdir/test69.ok, src/ops.c ***

Re: Issue 115 in vim: Vim Macro to generate ASCII characters

2013-03-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Mo, 25 Feb 2013, v...@googlecode.com wrote: Status: New Owner: Labels: Type-Defect Priority-Medium New issue 115 by go.zu...@gmail.com: Vim Macro to generate ASCII characters http://code.google.com/p/vim/issues/detail?id=115 What steps will

Re: Behaviour of :normal in operator-pending mode is not defined

2013-03-07 Fir de Conversatie glts
I see. I was thinking about it the wrong way then. On Thursday, March 7, 2013 5:35:24 PM UTC+1, Ben Fritz wrote: gUe suMMER :norm! gUeCR suMMER gU:norm! eCR suMMEr I'm not sure if this is documented (I couldn't find it

Patch 7.3.854

2013-03-07 Fir de Conversatie Bram Moolenaar
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: Set the current item to the shown item after using backspace. Files: src/edit.c *** ../vim-7.3.853/src/edit.c

Re: Behaviour of :normal in operator-pending mode is not defined

2013-03-07 Fir de Conversatie Bram Moolenaar
David Bürgin wrote: I see. I was thinking about it the wrong way then. On Thursday, March 7, 2013 5:35:24 PM UTC+1, Ben Fritz wrote: gUe suMMER :norm! gUeCR suMMER gU:norm! eCR suMMEr I'm not sure if this is

Re: :silent ! requires redraw!

2013-03-07 Fir de Conversatie Sung Pae
On Fri, Jan 25, 2013 at 03:07:45AM -0600, Brian Lewis wrote: After :silent !, vim looks blank. I have to ^L or :redraw! to make it look normal. 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

runtime/doc/tags not ignored

2013-03-07 Fir de Conversatie John Little
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 commit, and the changed comment says HG: changed runtime/doc/tags Why isn't this ignored? Regards, John Little -- --

Re: [patch] test55 may fail if lang isn't C

2013-03-07 Fir de Conversatie Yukihiro Nakadaira
On Thu, Mar 7, 2013 at 10:51 PM, Bram Moolenaar b...@moolenaar.net wrote: Ken Takata wrote: 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) $ LANG=ja_JP.UTF-8 make test55.out rm -rf