Omni completion preview window not redraw properly

2019-12-12 Fir de Conversatie Fabrizio Cabaleiro
*Bug description * When using omni completion, content of preview window and/or separation bar not redraw properly. *How to reproduce* Having jedi-vim plugin (commit c80a08d9835565bb8988d6314dfec616f70c53da): $ mkdir $HOME/.vim/pack/python/start $ cd    $HOME/.vim/pack/python/start $ git clone

Re: Vim source code refactored in Vim 8.2

2019-12-12 Fir de Conversatie Yegappan Lakshmanan
On Thu, Dec 12, 2019 at 11:36 AM Bram Moolenaar wrote: > > Yegappan wrote: > > > In Vim 8.2, the vim source code has been significantly refactored to > > group functions by functionality and to reduce the source code file > > size. > > > > The following is a list of new source files created as par

Re: Vim 8.2 is released!

2019-12-12 Fir de Conversatie Ken Takata
Hi, 2019/12/13 Fri 3:38:41 UTC+9 Heptite wrote: > > On Thu, 12 Dec 2019, Christian J. Robinson wrote: > > > :echo v:version > > 801 > > > > This happens in my manually compiled version and in the Windows > > executable I got from vim.org. > > Correction, this does NOT happen with the version

Re: [vim/vim] Explicitly turn off VTP by variable (#5344)

2019-12-12 Fir de Conversatie Nick Jensen
The 2019-12-12 18:24, h_east wrote: `no-disable` is a denial of denial, it looks a bit confusing. How about 'effortusevtp' and 'noeffortusevtp' ? "effort" also looks strange - it is not a verb. Do you perhaps mean "attempt"? Nick -- -- You received this message from the "vim_dev" maillist.

Re: [vim/vim] Explicitly turn off VTP by variable (#5344)

2019-12-12 Fir de Conversatie h_east
Hi, `no-disable` is a denial of denial, it looks a bit confusing. How about 'effortusevtp' and 'noeffortusevtp' ? *'effortusevtp'* 'effortusevtp' boolean (default on) global {not available when compiled without the |+vtp| feature} When on, VTP (Virtual Terminal Processing) is automatically used w

Re: Vim 8.2 is released!

2019-12-12 Fir de Conversatie Nick Jensen
The 2019-12-12 16:08, Bram Moolenaar wrote: Announcing: Vim (Vi IMproved) version 8.2 Congratulations on the release Bram! Thanks for all the continued hard work and the great new features. Nick -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply be

Re: Vim 8.2 is released!

2019-12-12 Fir de Conversatie Tony Mechelynck
On Thu, Dec 12, 2019 at 7:38 PM Christian J. Robinson wrote: > > On Thu, 12 Dec 2019, Christian J. Robinson wrote: > > > :echo v:version > > 801 > > > > This happens in my manually compiled version and in the Windows > > executable I got from vim.org. > > Correction, this does NOT happen with the

Re: Vim source code refactored in Vim 8.2

2019-12-12 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > In Vim 8.2, the vim source code has been significantly refactored to > group functions by functionality and to reduce the source code file > size. > > The following is a list of new source files created as part of this > effort in Vim 8.2: > > arglist.c : argument list

Re: Vim 8.2 is released!

2019-12-12 Fir de Conversatie Christian J. Robinson
On Thu, 12 Dec 2019, Christian J. Robinson wrote: :echo v:version 801 This happens in my manually compiled version and in the Windows executable I got from vim.org. Correction, this does NOT happen with the version I got from vim.org, and I resolved the issue with my local compile by doing

Vim source code refactored in Vim 8.2

2019-12-12 Fir de Conversatie Yegappan Lakshmanan
Hi all, In Vim 8.2, the vim source code has been significantly refactored to group functions by functionality and to reduce the source code file size. The following is a list of new source files created as part of this effort in Vim 8.2: arglist.c : argument list handling autocmd.c :

Re: Vim 8.2 is released!

2019-12-12 Fir de Conversatie Christian J. Robinson
On Thu, 12 Dec 2019, Bram Moolenaar wrote: Announcing: Vim (Vi IMproved) version 8.2 :echo v:version 801 This happens in my manually compiled version and in the Windows executable I got from vim.org. -- Christian J. Robinson -- https://christianrobinson.name/ "The 'Net is

Vim 8.2 is released!

2019-12-12 Fir de Conversatie Bram Moolenaar
Hello Vim users! Announcing: Vim (Vi IMproved) version 8.2 This is a minor release, a lot of bugs have been fixed, documentation was updated, test coverage was improved, etc. There are a few interesting new features, see below. Read the announcement with links and a few images online: https: