Re: How do I show message on tabpage switch

2018-04-18 Fir de Conversatie Christian Brabandt
On Mi, 18 Apr 2018, dosimple wrote: > It seems this attempt is not wokring: > > au TabEnter * echo "Hi" > > Define a autocommand like this, open some tabpages and switch them with "gt". > The message wouldn't show. Why? I suppose the echo is being cleared by a redraw that happens when sw

How do I show message on tabpage switch

2018-04-18 Fir de Conversatie dosimple
It seems this attempt is not wokring: au TabEnter * echo "Hi" Define a autocommand like this, open some tabpages and switch them with "gt". The message wouldn't show. Why? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are

Re: Patch 8.0.1735

2018-04-18 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2018-04-19 0:01 GMT+03:00 Bram Moolenaar : > > Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) > Problem:Flexible array member feature not supported by HP-UX. (John > Marriott) > Solution: Do not use the flexible array member feature of C99. > Files: src/configure.ac, src/auto/c

Patch 8.0.1735

2018-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.0.1735 (after 8.0.1723 and 8.0.1730) Problem:Flexible array member feature not supported by HP-UX. (John Marriott) Solution: Do not use the flexible array member feature of C99. Files: src/configure.ac, src/auto/configure, src/structs.h, src/getchar.c, ru

Re: How about a release?

2018-04-18 Fir de Conversatie Bram Moolenaar
> These icons for example. Hmm, these are not IMproved. -- hundred-and-one symptoms of being an internet addict: 219. Your spouse has his or her lawyer deliver the divorce papers... via e-mail. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor

Re: Patch 8.0.1723

2018-04-18 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 18-Apr.-2018 07:24, Bram Moolenaar wrote: > > John Marriott wrote: > > > >> On 17-Apr.-2018 00:38, Mike Williams wrote: > >>> Hi > >>> > >>> On 16/04/2018 14:16, Bram Moolenaar wrote: > I wrote: > > > Patch 8.0.1723 > > Problem:    Using one item arr

Re: How about a release?

2018-04-18 Fir de Conversatie Ni Va
These icons for example. 2018-04-18 22:16 GMT+02:00 Bram Moolenaar : > > Christian wrote: > > > On Do, 08 Mär 2018, Bram Moolenaar wrote: > > > > > I'm thinking of creating the 8.1 release. The main new feature is the > > > terminal window, with the debugger plugin. And lots of smaller > > > ad

Patch 8.0.1734

2018-04-18 Fir de Conversatie Bram Moolenaar
Patch 8.0.1734 Problem:Package directory not added to 'rtp' if prefix matches. Solution: Check the match is a full match. (Ozaki Kiichi, closes #2817) Also handle different ways of spelling a path. Files: src/testdir/test_packadd.vim, src/ex_cmds2.c *** ../vim-8.0.1733/src

Re: Patch 8.0.1723

2018-04-18 Fir de Conversatie John Marriott
On 18-Apr.-2018 07:24, Bram Moolenaar wrote: John Marriott wrote: On 17-Apr.-2018 00:38, Mike Williams wrote: Hi On 16/04/2018 14:16, Bram Moolenaar wrote: I wrote: Patch 8.0.1723 Problem:    Using one item array size declaration is misleading. Solution:   Instead of using "[1]" and a

Re: How about a release?

2018-04-18 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 08 Mär 2018, Bram Moolenaar wrote: > > > I'm thinking of creating the 8.1 release. The main new feature is the > > terminal window, with the debugger plugin. And lots of smaller > > additions and plenty of bug fixes. > > > > Is there is something important that shoul

Terminal option names

2018-04-18 Fir de Conversatie Bram Moolenaar
We have s many options. Therefore it's important to pick a good name. For the terminal window we have options starting with "term". But we also have: 'term' name of the terminal 'termbidi''tbidi' terminal takes care of bi-directionality 'termencoding''ten

Re: How about a release?

2018-04-18 Fir de Conversatie Christian Brabandt
On Do, 08 Mär 2018, Bram Moolenaar wrote: > I'm thinking of creating the 8.1 release. The main new feature is the > terminal window, with the debugger plugin. And lots of smaller > additions and plenty of bug fixes. > > Is there is something important that should still be included? > Or someth

Re: [patch] runtime path doc patch

2018-04-18 Fir de Conversatie Christian Brabandt
On Mi, 18 Apr 2018, Bram Moolenaar wrote: > > Christian wrote: > > > can you please include the following change in the next runtime update? > > > > I have had now already twice the case¹ that a user of vim-airline has > > been using the plugin directory for cloning packages. That made the >

Re: [patch] runtime path doc patch

2018-04-18 Fir de Conversatie Bram Moolenaar
Christian wrote: > can you please include the following change in the next runtime update? > > I have had now already twice the case¹ that a user of vim-airline has > been using the plugin directory for cloning packages. That made the > plugin break miserably. So put a note into the standard d

[patch] runtime path doc patch

2018-04-18 Fir de Conversatie Christian Brabandt
Bram, can you please include the following change in the next runtime update? I have had now already twice the case¹ that a user of vim-airline has been using the plugin directory for cloning packages. That made the plugin break miserably. So put a note into the standard documentation that this

Re: vim prompt E484: Can't open file

2018-04-18 Fir de Conversatie brucekane22
在 2018年4月12日星期四 UTC+8下午2:14:24,Christian Brabandt写道: > On Mi, 11 Apr 2018, brucekan...@gmail.com wrote: > > > I traced the temp directory by "auditd", I found it's deleted by > > "gnome-settings-daemon" due to I have set cleanup temp files automatically > > for protect privacy in gnome-shell. >