Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 21:26, tux- wrote: I see. I commited my changes ("hg commit -m ..."), used hg fetch --switch-parent ... how can I pull 7.4 now? You should already have it. "hg tags" ought to show, among others, "v7-4a-001" as one of the close ancestors of your "tip". Or, enable the graphlog exten

Re: [patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Ken Takata
Hi, Additional fixes here. diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -16330,7 +16330,7 @@ Patch 7.3.1065 Problem:Python: key mapping is not standard. -Solution: Puthon patch 24: use PyMapping_Keys. (

Re: 'balloonexpr' crash...?

2013-07-06 Fir de Conversatie Christian J. Robinson
On Sun, 7 Jul 2013, Charles wrote: On Sat, Jul 6, 2013 at 1:02 AM, Christian J. Robinson wrote: Unfortunately I have not been able to isolate what combination from my rather extensive configuration causes this, so without giving you everything (sorrry, not an option), I cannot tell you how t

Re: 'balloonexpr' crash...?

2013-07-06 Fir de Conversatie Charles
On Sat, Jul 6, 2013 at 1:02 AM, Christian J. Robinson wrote: > On Fri, 5 Jul 2013, Christian Brabandt wrote: > >> On Fr, 05 Jul 2013, Christian Robinson wrote: >> >>> On Jul 5, 2013, at 2:46 AM, Christian Brabandt >>> wrote: On Do, 04 Jul 2013, Christian J. Robinson wrote: > > A

Valgrind errors in test89

2013-07-06 Fir de Conversatie Simon Ruderich
Hello, Running the testsuite for the latest Vim (7.4a.1) shows these errors when running test89: ==10670== Invalid write of size 1 ==10670==at 0x4C29552: strcpy (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==10670==by 0x214DEA: vim_findfile_init (string3.h:144)

[PATCH] doc/options.txt: Fix typo in 'list' description.

2013-07-06 Fir de Conversatie Simon Ruderich
--- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 72eaeef..21cc352 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4646,7 +4646,7 @@ A jump table for the options with a shor

Re: [PATCH] syntax/help.vim: Use concealends for helpExample to conceal > markers.

2013-07-06 Fir de Conversatie Simon Ruderich
--- Hello, Resending this patch. It conceals the "<" and ">" markers in the help syntax. Useful for terminal emulators with pseudo transparency like urxvt. It supports Vim without the conceal feature. Regards Simon runtime/syntax/help.vim | 6 +- 1 file changed, 5 insertions(+), 1 deletion

Re: Patch 7.3.1294

2013-07-06 Fir de Conversatie ZyX
Just mentioned: help file (:h diffoff) still says that options are restore to their default values. -- -- 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 information, visit http://www.vim.org/maillist.php ---

Re: [patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Ken Takata wrote: > > > Hi, > > > > 2013/07/07 Sun 1:13:00 UTC+9 Ken Takata wrote: > >> Attached patch fixes some typos in the document of 7.4a. > >> And I think I wrote the patch 7.3.1221 :-) > > > > I have updated the patch. > > > > Thanks, > > Ken Takata > > A few ot

Re: [patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > On 06/07/13 19:51, Dominique Pellé wrote: > > Ken Takata wrote: > > > >> Hi, > >> > >> 2013/07/07 Sun 1:13:00 UTC+9 Ken Takata wrote: > >>> Attached patch fixes some typos in the document of 7.4a. > >>> And I think I wrote the patch 7.3.1221 :-) > >> > >> I have updated t

Re: Vim 7.4a ready for beta testing

2013-07-06 Fir de Conversatie Bram Moolenaar
David Bürgin wrote: > On Sat, Jul 6, 2013 at 3:59 PM, Bram Moolenaar wrote: > > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > > > > This is the first BETA release of Vim 7.4. > > > > Please check that the distribution is OK. I haven't done one for a long > > time. Report anything that

Re: Vim 7.4a ready for beta testing

2013-07-06 Fir de Conversatie Bram Moolenaar
glts wrote: > Just saw this: This line is redundant given the following one, isn't it? > > diff -r 6ec6b7ff2d43 runtime/syntax/help.vim > --- a/runtime/syntax/help.vimSat Jul 06 15:44:11 2013 +0200 > +++ b/runtime/syntax/help.vimSat Jul 06 20:31:57 2013 +0200 > @@ -58,7 +58,6 @@ > syn m

Re: [patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2013/07/07 Sun 1:13:00 UTC+9 Ken Takata wrote: > > Attached patch fixes some typos in the document of 7.4a. > > And I think I wrote the patch 7.3.1221 :-) > > I have updated the patch. Thanks! -- Every person is responsible for the choices he makes. /// Bram Moolenaar -

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
I see. I commited my changes ("hg commit -m ..."), used hg fetch --switch-parent ... how can I pull 7.4 now? -- -- 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 information, visit http://www.vim.org/maillist.

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 20:44, tux- wrote: Ah, thanks! Now: "abort: outstanding uncommitted changes"...? In order to be able to fetch, your clone must be in a "stable" state, i.e. if you have made changes and want to keep them, you need to commit them. No need to give them a branch name, the pull will ad

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Ah, thanks! Now: "abort: outstanding uncommitted changes"...? -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this message because you

Re: Vim 7.4a ready for beta testing

2013-07-06 Fir de Conversatie glts
On Sat, Jul 6, 2013 at 3:59 PM, Bram Moolenaar wrote: > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > This is the first BETA release of Vim 7.4. > > Please check that the distribution is OK. I haven't done one for a long > time. Report anything that isn't right. That includes a crash b

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 20:22, tux- wrote: Tony Mechelynck schrob am Samstag, 6. Juli 2013 um 20:21 Zeit: "hg fetch --switch-parent" merges them every time I pull new changes Hmm.. "hg: unknown command 'fetch'" :-/ It's a built-in extension to Mercurial, you have to enable it before you can use it.

Re: [patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 19:51, Dominique Pellé wrote: Ken Takata wrote: Hi, 2013/07/07 Sun 1:13:00 UTC+9 Ken Takata wrote: Attached patch fixes some typos in the document of 7.4a. And I think I wrote the patch 7.3.1221 :-) I have updated the patch. Thanks, Ken Takata A few other typos in attached pa

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Tony Mechelynck schrob am Samstag, 6. Juli 2013 um 20:21 Zeit: > "hg fetch --switch-parent" merges them every time I pull > new changes Hmm.. "hg: unknown command 'fetch'" :-/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 20:05, tux- wrote: Damn. So I'll have to merge my modifications all manually again? :-/ No. Your changes can be merged automatically, since v7-4a is the child of v7-3-1314. I have a few changes too (in .hgignore and in src/feature.h), "hg fetch --switch-parent" merges them every t

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Damn. So I'll have to merge my modifications all manually again? :-/ What's the command to clone vim74 again? -- -- 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 information, visit http://www.vim.org/maillist

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 17:58, tux- wrote: Can I (somehow) rebase my vim73 repository to vim74? With Mercurial, it is (in principle) not possible to rewrite history. My brand-new vim74a clone goes back all the way to 7. alpha, which is when the Vim source was first brought under Mercurial, and everyth

Re: [patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Dominique Pellé
Ken Takata wrote: > Hi, > > 2013/07/07 Sun 1:13:00 UTC+9 Ken Takata wrote: >> Attached patch fixes some typos in the document of 7.4a. >> And I think I wrote the patch 7.3.1221 :-) > > I have updated the patch. > > Thanks, > Ken Takata A few other typos in attached patch. Dominique -- -- You

Re: paredit.vim

2013-07-06 Fir de Conversatie Zulox4
On Saturday, July 6, 2013 7:15:13 PM UTC+2, glts wrote: > > > > Could you add paredit : > > http://www.vim.org/scripts/script.php?script_id=3998 to the vim plugin > > runtime files ? > > > > It would seem arbitrary to include this, especially since there are > > equally viable alternatives s

Re: Vim 7.4a ready for beta testing

2013-07-06 Fir de Conversatie glts
On Sat, Jul 6, 2013 at 3:59 PM, Bram Moolenaar wrote: > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > This is the first BETA release of Vim 7.4. > > Please check that the distribution is OK. I haven't done one for a long > time. Report anything that isn't right. That includes a crash b

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Zulox4
On Saturday, July 6, 2013 6:18:44 PM UTC+2, Bram Moolenaar wrote: > Toothpik wrote: > > > > > On Sat, Jul 06, 2013 at 04:24:58PM +0200, Bram Moolenaar wrote: > > > > > > > [Note: mercurial already had this change] > > > > > > > Patch 7.4a.001 > > > > > > it builds and works fine for me

Re: paredit.vim

2013-07-06 Fir de Conversatie glts
On Sat, Jul 6, 2013 at 1:58 PM, Zulox4 wrote: > Could you add paredit : http://www.vim.org/scripts/script.php?script_id=3998 > to the vim plugin runtime files ? It would seem arbitrary to include this, especially since there are equally viable alternatives such as vim-sexp. https://github.com/gu

Re: [patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Ken Takata
Hi, 2013/07/07 Sun 1:13:00 UTC+9 Ken Takata wrote: > Attached patch fixes some typos in the document of 7.4a. > And I think I wrote the patch 7.3.1221 :-) I have updated the patch. Thanks, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

Re: paredit.vim

2013-07-06 Fir de Conversatie Zulox4
On Saturday, July 6, 2013 6:18:45 PM UTC+2, Bram Moolenaar wrote: > Zulox4 wrote: > > > > > Could you add paredit : > > > http://www.vim.org/scripts/script.php?script_id=3998 to the vim plugin > > > runtime files ? > > > > It doesn't appear to support a certain filetype. > > > > -- >

Re: paredit.vim

2013-07-06 Fir de Conversatie Bram Moolenaar
Zulox4 wrote: > Could you add paredit : > http://www.vim.org/scripts/script.php?script_id=3998 to the vim plugin > runtime files ? It doesn't appear to support a certain filetype. -- BRIDGEKEEPER: What is the air-speed velocity of an unladen swallow? ARTHUR: What do you mean? An Africa

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Bram Moolenaar
Toothpik wrote: > On Sat, Jul 06, 2013 at 04:24:58PM +0200, Bram Moolenaar wrote: > > > [Note: mercurial already had this change] > > > Patch 7.4a.001 > > it builds and works fine for me > > one [admittedly trivial] question though: shouldn't it be called > 7.4a.0001? I'm pretty sure that t

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: > On mercurial repositry, the patch number 1 is duplicated. > Please check here > https://code.google.com/p/vim/source/browse/src/version.c?r=0ddba00c204d855c0b3da30cb338d9bdb0ded847#732 Thanks for noticing. My script failed the first time and I forgot to correct this part.

[patch] fix typos in 7.4a

2013-07-06 Fir de Conversatie Ken Takata
Hi, Attached patch fixes some typos in the document of 7.4a. And I think I wrote the patch 7.3.1221 :-) Thanks, Ken Takata -- -- 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 information, visit http://www.vi

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Can I (somehow) rebase my vim73 repository to vim74? -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this message because you are subsc

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 16:24, Bram Moolenaar wrote: [Note: mercurial already had this change] Patch 7.4a.001 Problem:Script to update syntax menu is oudated. Solution: Add the missing items. Files: runtime/makemenu.vim Mercurial already had it, but there still is a v7-4a-001 changeset on the

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Taro MURAOKA
Hi Bram. On mercurial repositry, the patch number 1 is duplicated. Please check here https://code.google.com/p/vim/source/browse/src/version.c?r=0ddba00c204d855c0b3da30cb338d9bdb0ded847#732 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tooth pik
On Sat, Jul 06, 2013 at 04:24:58PM +0200, Bram Moolenaar wrote: > [Note: mercurial already had this change] > Patch 7.4a.001 it builds and works fine for me one [admittedly trivial] question though: shouldn't it be called 7.4a.0001? -- _|_ _ __|_|_ ._ o| |_(_)(_)|_| ||_)||<

Patch 7.4a.001

2013-07-06 Fir de Conversatie Bram Moolenaar
[Note: mercurial already had this change] Patch 7.4a.001 Problem:Script to update syntax menu is oudated. Solution: Add the missing items. Files: runtime/makemenu.vim *** ../vim-7.4a.000/runtime/makemenu.vim2010-08-04 17:34:32.0 +0200 --- runtime/makemenu.vim

Vim 7.4a ready for beta testing

2013-07-06 Fir de Conversatie Bram Moolenaar
Hello Vim users, Announcing: Vim (Vi IMproved) version 7.4a BETA This is the first BETA release of Vim 7.4. Please check that the distribution is OK. I haven't done one for a long time. Report anything that isn't right. That includes a crash but also a typo in the documentation or a missi

Re: Patch for Win 64bit warnings

2013-07-06 Fir de Conversatie Christ van Willegen
On Sat, Jul 6, 2013 at 1:35 PM, Bram Moolenaar wrote: > Sending a patch by .png file isn't very useful! What's next, writing it > on a piece of paper and sending it by carrier pigeon? :-) Ow, come on! Just fire up an OCR program and proof-read the patch afterwards!! And sending attachments by c

paredit.vim

2013-07-06 Fir de Conversatie Zulox4
Hello, Could you add paredit : http://www.vim.org/scripts/script.php?script_id=3998 to the vim plugin runtime files ? Thanks ! -- -- 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 information, visit http://

Patch 7.3.1314

2013-07-06 Fir de Conversatie Bram Moolenaar
Patch 7.3.1314 Problem:Test 87 fails with Python 3.3. Solution: Filter the error messages. (Taro Muraoka) Files: src/testdir/test87.in *** ../vim-7.3.1313/src/testdir/test87.in 2013-06-26 21:49:46.0 +0200 --- src/testdir/test87.in 2013-07-06 13:41:30.0 +02

Re: workaround test87 failure with python 3.3

2013-07-06 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: > test87 is failed because of python 3.3 shows different messages of > exceptions from python 3.2. > > I have made workaround for it. Please check an attached patch. Thanks, I'll include it. I verified it passes with Python 3.2. -- BRIDGEKEEPER: What is your favorite col

Patch 7.3.1313

2013-07-06 Fir de Conversatie Bram Moolenaar
Patch 7.3.1313 Problem::py and :py3 don't work when compiled with Cygwin or MingW with 64 bit. Solution: Add -DMS_WIN64 to the build command. (Ken Takata) Files: src/Make_cyg.mak, src/Make_ming.mak *** ../vim-7.3.1312/src/Make_cyg.mak2013-06-03 20:12:47.0 +0200

Re: [patch] support multi-byte 'fillchars' in custom 'statusline'

2013-07-06 Fir de Conversatie Bram Moolenaar
Christian Wellenbrock wrote: > In order to test the changes I made, I started out with a patch that > helped me to find and verify 'statusline' options that show the nine > different uses of the 'fillchar'. In `1_replace_fillchars.patch` I > replaced them all with the different hardcoded placehol

Re: [patch][Win64] :py and :py3 don't work when compiled by GCC (Cygwin/MinGW)

2013-07-06 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > On Win64, :py and :py3 don't work when compiled by GCC (Cygwin/MinGW). > :py shows an error, and :py3 causes a crash. > I think it was already reported by someone but I forget the thread. > A workaround which was adding -DMS_WIN64 was also reported, but there > was no patch. >

Re: Patch for Win 64bit warnings

2013-07-06 Fir de Conversatie Bram Moolenaar
Mike Williams wrote: > Yet more casts to cope with results of STRLEN being assigned to a > smaller int. Enjoy. > >>> > >>> The diff is messed up. It says UTF-16 but that doesn't work... > >> > >> Many apologies. I recently switched to PowerShell from cmd.exe and > >> didn't realise th

Re: Japanese translations for Vim 7.4 (2013-Jul version)

2013-07-06 Fir de Conversatie Taro MURAOKA
> I'm going to make a beta release today. Wow! It's so great! I'm very exciting! -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this

Re: Japanese translations for Vim 7.4 (2013-Jul version)

2013-07-06 Fir de Conversatie Taro MURAOKA
> I'm going to make a beta release today. Wow! It's so great! I'm very exiting! -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this m

Re: Patch 7.3.1301

2013-07-06 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: > Bram Moolenaar wrote: > > Nikolay Pavlov wrote: > > > >> On Jul 4, 2013 10:25 PM, "Bram Moolenaar" wrote: > >>> > >>> Nikolay Pavlov wrote: > >>> > > It's the other way around: On MS-Windows you can do: > > > > :e foo\$bar > > > > That is ed

Re: g[lobal] with s[ubstitute]

2013-07-06 Fir de Conversatie Bram Moolenaar
Bill Bee wrote: > Will this patch be incorporated in 7.3.? Nope, it's time for a beta release. The todo list is full of useful patches, I have to stop somewhere. -- I bought a book on hair loss, but the pages kept falling out. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Mool

Re: Japanese translations for Vim 7.4 (2013-Jul version)

2013-07-06 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: > I have update Japanese translations for Vim 7.4. > Please use attached archive for 7.4. > It is based on 7.3.1311. Thanks1 > I'm looking forward to the release of Vim 7.4 :-) I'm going to make a beta release today. -- BEDEVERE: Look! It's the old man from scene 24 - w

Re: [doc] align columns when :set conceallevel=2

2013-07-06 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2013/05/07 Tue 23:42:49 UTC+9 Ken Takata wrote: > > Here is an additional patch for misalignment. > > Please check it. > > Here is the 5th patch for misalignment. I hope this is the last patch > for misalignment. Please check it. Thanks! -- [Another hideous roar.] BEDE

Patch 7.3.1312

2013-07-06 Fir de Conversatie Bram Moolenaar
Patch 7.3.1312 (after 7.3.1287) Problem:Not giving correct error messages for SystemExit(). Solution: Move E858 into an else. (Ken Takata) Files: src/if_py_both.h *** ../vim-7.3.1311/src/if_py_both.h2013-07-01 22:02:58.0 +0200 --- src/if_py_both.h2013-07-06 12:57:36.00

Re: [doc] align columns when :set conceallevel=2

2013-07-06 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Ken Takata wrote: > > > Hi, > > > > 2013/05/07 Tue 23:42:49 UTC+9 Ken Takata wrote: > >> Here is an additional patch for misalignment. > >> Please check it. > > > > Here is the 5th patch for misalignment. I hope this is the last patch > > for misalignment. Please check i

Re: Improve tests for mercurial repos on Windows

2013-07-06 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: > When using vim's mercurial repository on Windows, > executing tests has some problems and is very very very stressfull. > > * converting 'ff' of *.ok and *.in causes messy status for hg. > * executing single test is failed often, > because of forgetting convert 'ff'

Re: Patch 7.3.1287

2013-07-06 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2013/07/02 Tue 5:03:19 UTC+9 Bram Moolenaar wrote: > > Patch 7.3.1287 > > Problem:Python SystemExit exception is not handled properly. > > Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken > > Takata) > > Files: runtime/doc/if_pyt

Re: Patch for Win 64bit warnings

2013-07-06 Fir de Conversatie Mike Williams
On 05/07/2013 19:01, Bram Moolenaar wrote: Mike Williams wrote: Yet more casts to cope with results of STRLEN being assigned to a smaller int. Enjoy. The diff is messed up. It says UTF-16 but that doesn't work... Many apologies. I recently switched to PowerShell from cmd.exe and didn't r

Re: g[lobal] with s[ubstitute]

2013-07-06 Fir de Conversatie Roland Eggner
On 2013-07-05 Friday at 22:21 -0700 Zulox4 wrote: > On Friday, July 5, 2013 10:18:12 PM UTC+2, Bee wrote: > > Hello Bram > > > > Will this patch be incorporated in 7.3.? > > > > Bill > > > > g[lobal] with s[ubstitute] > > https://groups.google.com/forum/m/#!topic/vim_use/S5MiwpqCzDc > > > >