Yegappan wrote:
> > > > > When you change the directory using the :cd or :tcd or :lcd commands,
> > > > > the previous directory is remembered. You can change to this
> > > > > directory, by passing "-" as the directory name to these commands.
> > > > >
> > > > > Currently only a single previous
Patch 8.1.1315
Problem:There is always a delay if a termrequest is never answered.
Solution: When the response is not received within two seconds consider the
request to have failed.
Files: src/term.c
*** ../vim-8.1.1314/src/term.c 2019-05-08 16:40:57.753592725 +0200
---
Hi Bram,
On Thu, May 9, 2019 at 4:36 AM Bram Moolenaar wrote:
>
> Yegappan wrote:
>
> > > > When you change the directory using the :cd or :tcd or :lcd commands,
> > > > the previous directory is remembered. You can change to this
> > > > directory, by passing "-" as the directory name to these c
Ken Takata wrote:
> Preprocessor directives in Make_mvc.mak are not properly indented now.
> The following patch indents them properly:
>
> https://bitbucket.org/k_takata/vim-ktakata-mq/src/685efe556ac637c1df1961e758fbd68b74903ccb/indent-make_mvc.patch?at=default
I'll include it, thanks.
--
> On Mon, May 06, 2019 at 03:54:14PM +0200, Bram Moolenaar wrote:
> >
> > > On Sat, May 04, 2019 at 05:35:06PM +0200, Bram Moolenaar wrote:
> > > >
> > > > Patch 8.1.1267
> > > > Problem:Cannot check if GPM mouse support is working.
> > > > Solution: Add the "mouse_gpm_enable" feature.
>
Patch 8.1.1314
Problem:MSVC makefile is not nicely indented.
Solution: Addjust spaces in preprocessor directives. (Ken Takata)
Files: src/Make_mvc.mak
*** ../vim-8.1.1313/src/Make_mvc.mak2019-05-07 22:25:23.486167275 +0200
--- src/Make_mvc.mak2019-05-10 21:36:50.126057947 +02
Patch 8.1.1313
Problem:Warnings for using localtime() and ctime().
Solution: Use localtime_r() if available. Avoid using ctime().
Files: src/configure.ac, src/auto/configure, src/config.h.in,
src/evalfunc.c, src/nbdebug.c, src/undo.c, src/memline.c,
src/proto/m
Hi,
Preprocessor directives in Make_mvc.mak are not properly indented now.
The following patch indents them properly:
https://bitbucket.org/k_takata/vim-ktakata-mq/src/685efe556ac637c1df1961e758fbd68b74903ccb/indent-make_mvc.patch?at=default
Regards,
Ken Takata
--
--
You received this message