Re: [vim/vim] Update ms windows build doc (#5471)

2020-01-21 Fir de Conversatie Shane Harper
On Wednesday, 22 January 2020 08:14:29 UTC+11, Bram Moolenaar wrote: > > > Shane Harper wrote: > > > > > I believe > > > > copy runtime\* vim82 > > > > should be replaced by > > > > xcopy /e runtime\* vim82 > > > > in src/INSTALLpc.txt. > > > > > > > > The original copy command won't

Re: [vim/vim] Update ms windows build doc (#5471)

2020-01-21 Fir de Conversatie Bram Moolenaar
Shane Harper wrote: > > > I believe > > > copy runtime\* vim82 > > > should be replaced by > > > xcopy /e runtime\* vim82 > > > in src/INSTALLpc.txt. > > > > > > The original copy command won't copy subdirectories while "xcopy /e" > > will. > > > > Shouldn't that be: > > xcopy

Patch 8.2.0140

2020-01-21 Fir de Conversatie Bram Moolenaar
Patch 8.2.0140 Problem:CI does not test building doc tags. Solution: Add the vimtags/gcc build. Cleanup showing version. (Ozaki Kiichi, closes #5513) Files: .travis.yml, Filelist, ci/if_ver-1.vim, ci/if_ver-2.vim, ci/if_ver-cmd.vim, runtime/doc/Makefile,

Re: [vim/vim] proposal: some way to interrupt channel-backed command/function (#4224)

2020-01-21 Fir de Conversatie Bram Moolenaar
> On Monday, January 20, 2020 at 6:22:18 PM UTC+1, Bram Moolenaar wrote: > > > > > > > > then the Ctrl-C can mean "interrupt what is going on right now" > > > > > > Yes, where "going on right now" is from the user's perspective. > > > Because even in this state Vim is still responsive to `govim`

Re: [vim/vim] proposal: some way to interrupt channel-backed command/function (#4224)

2020-01-21 Fir de Conversatie Tom M
On Monday, January 20, 2020 at 6:22:18 PM UTC+1, Bram Moolenaar wrote: > > > > > then the Ctrl-C can mean "interrupt what is going on right now" > > > > Yes, where "going on right now" is from the user's perspective. > > Because even in this state Vim is still responsive to `govim` sending > > it