Patch 8.0.0433

2017-03-08 Fir de Conversatie Bram Moolenaar
Patch 8.0.0433 Problem:Quite a few beeps when running tests. Solution: Set 'belloff' for these tests. (Christian Brabandt) Files: src/testdir/test103.in, src/testdir/test14.in, src/testdir/test29.in, src/testdir/test30.in, src/testdir/test32.in, src/testdir/test4

Re: silence beeps in tests

2017-03-08 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > This patch sets the belloff option for all tests, that currently beep, > and makes running the tests silent. Thanks. I was hoping we could avoid the errors that cause the beeps, but they are not that easy to locate. -- >From "know your smileys": :-HIs missing

Re: [patch] Stop creating a broken symlink in $(SHADOWDIR)

2017-03-08 Fir de Conversatie Bram Moolenaar
Kazunobu Kuriyama wrote: > As of 8.0.0428, gen_opt_test.vim has moved to src/testdir/ from src/. > Meanwhile, the 'make shadow' rule still tries to create a symlink in > $(SHADOWDIR) to the file which has already left the parent directory. As a > result, the rule creates a broken symlink '*.vim'

Patch 8.0.0432

2017-03-08 Fir de Conversatie Bram Moolenaar
Patch 8.0.0432 Problem:"make shadow" creates an invalid link. Solution: Don't link "*.vim". (Kazunobu Kuriyama) Files: src/Makefile *** ../vim-8.0.0431/src/Makefile2017-03-07 21:27:01.347786655 +0100 --- src/Makefile2017-03-08 22:36:59.458144563 +0100 *** *

Patch 8.0.0431

2017-03-08 Fir de Conversatie Bram Moolenaar
Patch 8.0.0431 Problem:'cinoptions' cannot set indent for extern block. Solution: Add the "E" flag in 'cinoptions'. (Hirohito Higashi) Files: runtime/doc/indent.txt, src/misc1.c, src/structs.h, src/testdir/test_cindent.vim *** ../vim-8.0.0430/runtime/doc/indent.txt 20

Re: [patch][new feature] Added `E` to 'cinoptions'

2017-03-08 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I added `E` to 'cinoptions'. > I think that you can understand by looking at the following added document. > > + *cino-E* > + ENIndent inside C++ linkage specifications (extern "C" or > + extern

Re: New version of the java indent file

2017-03-08 Fir de Conversatie Bram Moolenaar
Hong Xu wrote: > The attachment is the new version of the java indent file. It improves > the handling of "throw" and uses shiftwidth() instead of &shiftwidth. Thanks! -- hundred-and-one symptoms of being an internet addict: 90. Instead of calling you to dinner, your spouse sends e-mail. ///

Building on Ubuntu with Python 3.6

2017-03-08 Fir de Conversatie Bram Moolenaar
Recently there was a test failing specifically with Python 3.6. I tried installing it, but configure could not find it. For Python 3.5 the config directory is /usr/lib/python3.5/config-3.5m-x86_64-linux-gnu And it contains config.c. That is what configure checks for. For Python 3.6 the config d

Re: ~/.tmux.conf is not detected as filetype=tmux

2017-03-08 Fir de Conversatie Eric Pruitt
On Wed, Mar 08, 2017 at 02:09:51AM -0800, mattn wrote: > On Wednesday, March 8, 2017 at 7:07:58 PM UTC+9, mattn wrote: > > ~/.tmux.conf is not detected as filetype=tmux because filetype command > > doesn't match it. > > > > diff --git a/runtime/filetype.vim b/runtime/filetype.vim > > index 20e9af4

New version of the java indent file

2017-03-08 Fir de Conversatie Hong Xu
Hi Bram, The attachment is the new version of the java indent file. It improves the handling of "throw" and uses shiftwidth() instead of &shiftwidth. Hong -- -- 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

Re: Patch 8.0.0428

2017-03-08 Fir de Conversatie Christian Brabandt
Hi Tony! On Mi, 08 Mär 2017, Tony Mechelynck wrote: > I'll attach a diff, you may pick and choose from it. I think it can be > used as-is, though some lines may be redundant and/or not to > everyone's taste. (I use 8 lines of context, the Mozilla convention, > though many people are content with

Re: [patch] neovim patches

2017-03-08 Fir de Conversatie Bram Moolenaar
Suresh Govindachar wrote: > On 3/7/2017 4:10 PM, Nikolay Aleksandrovich Pavlov wrote: > > 2017-03-08 1:14 GMT+03:00 Bram Moolenaar : > >> Nikolay Pavlov wrote: > >>> 2017-03-05 16:56 GMT+03:00 Bram Moolenaar : > Justin M. Keyes wrote: > > On Sat, Mar 4, 2017 at 10:10 PM, Christian Braban

Re: Patch 8.0.0428

2017-03-08 Fir de Conversatie Tony Mechelynck
On Wed, Mar 8, 2017 at 10:06 AM, Christian Brabandt wrote: > Hi Tony! Hello Christian! > > On Mi, 08 Mär 2017, Tony Mechelynck wrote: > >> On Wed, Mar 8, 2017 at 9:52 AM, Dominique Pellé >> wrote: >> > Tony Mechelynck wrote: >> > >> >> P.S. .hgignore is missing a few additional files, present in

Re: ~/.tmux.conf is not detected as filetype=tmux

2017-03-08 Fir de Conversatie mattn
On Wednesday, March 8, 2017 at 7:07:58 PM UTC+9, mattn wrote: > hi list. > > ~/.tmux.conf is not detected as filetype=tmux because filetype command > doesn't match it. > > diff --git a/runtime/filetype.vim b/runtime/filetype.vim > index 20e9af4a8..df0397be2 100644 > --- a/runtime/filetype.vim >

~/.tmux.conf is not detected as filetype=tmux

2017-03-08 Fir de Conversatie mattn
hi list. ~/.tmux.conf is not detected as filetype=tmux because filetype command doesn't match it. diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 20e9af4a8..df0397be2 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -2281,7 +2281,7 @@ au BufNewFile,BufRead .tidyrc,t

Re: Patch 8.0.0428

2017-03-08 Fir de Conversatie Christian Brabandt
Hi Tony! On Mi, 08 Mär 2017, Tony Mechelynck wrote: > On Wed, Mar 8, 2017 at 9:52 AM, Dominique Pellé > wrote: > > Tony Mechelynck wrote: > > > >> P.S. .hgignore is missing a few additional files, present in > >> .gitignore. See attached the revised patch. > > > > Hi Tony > > > > There is no .hg

Re: Patch 8.0.0428

2017-03-08 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > P.S. .hgignore is missing a few additional files, present in > .gitignore. See attached the revised patch. I have been told that having the .hgignore file in the git repository causes problems. We only have .gitignore there. The files are identical, except that .hgigno

Re: [patch] neovim patches

2017-03-08 Fir de Conversatie Christian Brabandt
On Mo, 06 Mär 2017, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > And another one that fixes the :move closes folds and :move invalidates > > folds: > > https://github.com/neovim/neovim/pull/6221 > > It's a bit big, but I suppose it's needed to make it work. > > Can someone turn t

Re: Patch 8.0.0428

2017-03-08 Fir de Conversatie Tony Mechelynck
On Wed, Mar 8, 2017 at 9:52 AM, Dominique Pellé wrote: > Tony Mechelynck wrote: > >> P.S. .hgignore is missing a few additional files, present in >> .gitignore. See attached the revised patch. > > Hi Tony > > There is no .hgignore file in the official vim git repository. > > Regards > Dominique N

Re: Patch 8.0.0428

2017-03-08 Fir de Conversatie Dominique Pellé
Tony Mechelynck wrote: > P.S. .hgignore is missing a few additional files, present in > .gitignore. See attached the revised patch. Hi Tony There is no .hgignore file in the official vim git repository. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top