Re: Patch 8.1.0482

2018-10-19 Fir de Conversatie Ken Takata
Hi Bram, 2018/10/19 Fri 6:46:44 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > You also included Michael's patch (only part of MinGW). > > Is it intentional? > > Sometimes I think it's not worth sending out a small change immediately, > and it gets picked up with the next change to the same

Re: Patch 8.1.0487

2018-10-19 Fir de Conversatie Tony Mechelynck
On Fri, Oct 19, 2018 at 10:37 PM Bram Moolenaar wrote: > > > Patch 8.1.0487 > Problem:No menus specifically for the terminal window. > Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439) Add a menu test. > Files: runtime/delmenu.vim, runtime/doc/autocmd.txt, runtime/doc/gui.txt, >

Patch 8.1.04

2018-10-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0487 Problem:No menus specifically for the terminal window. Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439) Add a menu test. Files: runtime/delmenu.vim, runtime/doc/autocmd.txt, runtime/doc/gui.txt, runtime/doc/index.txt, runtime/doc/terminal.txt,

Patch 8.1.0486

2018-10-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0486 (after 8.1.0485) Problem:Can't build in MS-Windows. Solution: Put mch_access() call inside #ifdef Files: src/channel.c *** ../vim-8.1.0485/src/channel.c 2018-10-19 16:53:36.732867808 +0200 --- src/channel.c 2018-10-19 17:34:14.806125758 +0200

Patch 8.1.0485

2018-10-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0485 Problem:term_start() does not check if directory is accessible. Solution: Add mch_access() call. (Jason Franklin) Files: src/channel.c, src/testdir/test_terminal.vim *** ../vim-8.1.0484/src/channel.c 2018-09-13 15:33:39.601712271 +0200 --- src/channel.c

Patch 8.1.0484

2018-10-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0484 Problem:Some file types are not recognized. Solution: Update the file type detection. Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.1.0483/runtime/filetype.vim2018-05-04 20:36:26.0 +0200 --- runtime/filetype.vim

Re: [patch] Fix several documents

2018-10-19 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Oh, Patch is just attached. Thanks, included most of it. > *'compatible'* *'cp'* *'nocompatible'* *'nocp'* > 'compatible' 'cp'boolean (default on, off when a |vimrc| or |gvimrc| > - file is found, reset