Re: Patch 8.0.0041

2016-10-18 Fir de Conversatie Tommy A
On Tuesday, October 18, 2016 at 7:07:10 AM UTC-4, Bram Moolenaar wrote: > Tommy Allen wrote: > > > Thanks again, Bram! There is one (hopefully last) issue. This works > > perfectly when using `` and ``, but the problem remains the > > same when `` and `` are used. > > Ah, yes. I'll fix this

Patch 8.0.0045

2016-10-18 Fir de Conversatie Bram Moolenaar
Patch 8.0.0045 Problem:Calling job_stop() right after job_start() does not work. Solution: Block signals while fork is still busy. (Ozaki Kiichi, closes #1155) Files: src/auto/configure, src/config.h.in, src/configure.in, src/os_unix.c,

Patch 8.0.0044

2016-10-18 Fir de Conversatie Bram Moolenaar
Patch 8.0.0044 Problem:In diff mode the cursor may end up below the last line, resulting in an ml_get error. Solution: Check the line to be valid. Files: src/move.c, src/diff.c, src/proto/diff.pro, src/testdir/test_diffmode.vim *** ../vim-8.0.0043/src/move.c

Re: E315 ml_get invalid lnum

2016-10-18 Fir de Conversatie Bram Moolenaar
John Beckett wrote: > Vim 8 deploys $VIMRUNTIME/defaults.vim which includes an autocmd > to "jump to the last known cursor position". > That can generate E315. > > Execute the following to create two files and exit. > At exit, the cursor is on the last line of each file. > > gvim -N -u NONE >

Re: [PATCH] syntax: Add command to control how foldlevel is computed for a line

2016-10-18 Fir de Conversatie Brad King
On 10/17/2016 04:45 PM, Bram Moolenaar wrote: > Brad King wrote: >> I've revised the change to add a new syntax command: >> >> :syntax foldlevel [start | minimum] >> >> that can be used to enable this. > > Thanks. I suppose that's the best way to do it. Great. I realized that the "syntax

Patch 8.0.0043

2016-10-18 Fir de Conversatie Bram Moolenaar
Patch 8.0.0043 (after 8.0.0041) Problem:When using Insert mode completion with 'completeopt' containing "noinsert" with CTRL-N the change is not saved for undo. (Tommy Allen) Solution: Call stop_arrow() before inserting for any key. Files: src/edit.c,

Re: Patch 8.0.0041

2016-10-18 Fir de Conversatie Bram Moolenaar
Tommy Allen wrote: > Thanks again, Bram! There is one (hopefully last) issue. This works > perfectly when using `` and ``, but the problem remains the > same when `` and `` are used. Ah, yes. I'll fix this with a more generic solution. This completion code has way too many states... --

[bug] GVim freezes when moving the scrollbar

2016-10-18 Fir de Conversatie Dang Duong
Vim version: 7.4 (installed using apt-get) GUI: GTK+3 OS: Trisquel 7.0 (Ubuntu 14.04 equivalent) Settings: All default (except that syntax highlighting is enabled) Description: When I use the mouse to move the left/right vertical scrollbar with syntax highlighting enabled, the editor freezes.

Re: vim.exe doesn't restore wide characters in cmd.exe

2016-10-18 Fir de Conversatie mattn
Hi, Bram. I hope to merge this. When using Visual Studio Code with terminal feature, vim always breaks the terminal like below.