www.vim.org must use forcibly HTTPS

2018-05-09 Fir de Conversatie mattn
Hi, all & administrator of www.vim.org www.vim.org have login feature. So it must use HTTPS. Currently, http://www.vim.org/ have cookies which accept HTTP too. If malicious advertisements are displayed, they might steal the cookie. - mattn -- -- You received this message from the "vim_dev" m

A few test failures vim-8.0.1806

2018-05-09 Fir de Conversatie raf
Hi, Just reporting a few test failures. I don't know if they're important or not. The message about "ttype" is really about "ttytype". When I "set ttytype=xxx" manually, vim does accept it. And term does default to ansi when I don't have $TERM set and check it manually. cheers, raf vim-8.0.1806,

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Tony Mechelynck
On Wed, May 9, 2018 at 10:54 PM, Bram Moolenaar wrote: [...] > What do others think? I use ":set wildmenu wildmode=longest:full,full" (provided of course that those settings are supported in the current Vim) and that suits me (then I navigate the "wild menu" by means of arrow keys); but as I said

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Christian Brabandt
On Mi, 09 Mai 2018, Bram Moolenaar wrote: > You can use Shift-Tab to go back to the uncompleted text (well, if > shift-Tab works on the terminal). Is that documented somewhere? BEst, Christian -- Lieber einen von innen verstellbaren Außenspiegel, als einen von außen verstellbaren Innenspiegel.

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie David Fishburn
> What do others think? I haven't tried the options to figure out what they do, so I will simply describe what I like. In bash it drives me insane when I hit Tab and it only stops at the match and makes me type another character just to further complete. I want: 1. Tab to show the full file na

Re: [patch] The official name is just "Vim script".

2018-05-09 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I found a not good name in the source code. > It was included by patch 8.0.1752. > > Basis that it is not good: > - Bram's answer > https://groups.google.com/d/msg/vim_dev/3Z5yM8KER2w/wAqws0QSEAAJ > - Patch 8.0.0360 > https://groups.google.com/d/msg/vim_dev/QEl3OuE

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Bram Moolenaar
Christian wrote: > can we please change the default for wildmode from "full" to > "list:longest,longest:full"? > > Rationale: I have been working lately on a system with many files laying > around with complex names across a complex directory structure. On that > system I did not have my curr

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Cesar Romani wrote: > > > On 09/05/2018 05:44 a.m., Christian Brabandt wrote: > > > > > > On Mi, 09 Mai 2018, Tony Mechelynck wrote: > > > > > >> With my longest:full,full setting I don't have to delete anything, I > > >> just repeatedly hit the right-arrow key (or

Re: New XML ftplugin files

2018-05-09 Fir de Conversatie Christian Brabandt
On Mi, 09 Mai 2018, Bram Moolenaar wrote: > Thanks, I can include them. > > For the xmlformat file, we would need some help entry with an example. Will add one. Generally the documentation on 'formatexpr' examples is a bit sparse. So where should I put the documentation (and what should the t

Re: New XML ftplugin files

2018-05-09 Fir de Conversatie Bram Moolenaar
Christian wrote: > the xml filetype plugin hasn't been updated for almost 10 years now. And > since I happened to have to edit a couple of xml files lately, I figured > I submit new xml filetype plugins. > > Additionally, it contains a xmlformat autoloadable file to be used as > formatexp so

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Dominique Pellé
Cesar Romani wrote: > On 09/05/2018 05:44 a.m., Christian Brabandt wrote: > > > > On Mi, 09 Mai 2018, Tony Mechelynck wrote: > > > >> With my longest:full,full setting I don't have to delete anything, I > >> just repeatedly hit the right-arrow key (or down-arrow to descend into > >> d

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Cesar Romani
On 09/05/2018 05:44 a.m., Christian Brabandt wrote: > > On Mi, 09 Mai 2018, Tony Mechelynck wrote: > >> With my longest:full,full setting I don't have to delete anything, I >> just repeatedly hit the right-arrow key (or down-arrow to descend into >> directories); if there are too many matches I ca

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Christian Brabandt
On Mi, 09 Mai 2018, Tony Mechelynck wrote: > With my longest:full,full setting I don't have to delete anything, I > just repeatedly hit the right-arrow key (or down-arrow to descend into > directories); if there are too many matches I can get an overview by > hitting Ctrl-D instead of , then type

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Tony Mechelynck
With my longest:full,full setting I don't have to delete anything, I just repeatedly hit the right-arrow key (or down-arrow to descend into directories); if there are too many matches I can get an overview by hitting Ctrl-D instead of , then type something more specific once I know what the choices

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Christian Brabandt
On Mi, 09 Mai 2018, Tony Mechelynck wrote: > So what's the problem? It is confusing and the chance that the first full match is actually the one wanted by the user is lesser, the more matches there are. This is a random example from my current system. It might differ if you have those files

Re: Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Tony Mechelynck
IMHO no particular choice can satisfy everyone. Happily we have the vimrc to change the defaults which are not to our personal taste. For instance the vimrc_example.vim (or the defaults.vim nowadays) has ":filetype plugin indent on" but just after calling it my vimrc has ":filetype indent off". Sim

Please change the default for 'wildmode'

2018-05-09 Fir de Conversatie Christian Brabandt
Bram, can we please change the default for wildmode from "full" to "list:longest,longest:full"? Rationale: I have been working lately on a system with many files laying around with complex names across a complex directory structure. On that system I did not have my current vimrc config files ar