Re: posix threads and cpython master branch

2018-03-09 Fir de Conversatie Bram Moolenaar
Micah Bucy wrote: > So I've been debugging a build issue against python3. Specifically changes > made by https://www.python.org/dev/peps/pep-0539/ > > https://github.com/vim/vim/blob/master/src/if_python3.c lines 38-40 appear to > be the culprit. > > It's weird but it appears as if once

Re: [vim/vim] Fix HTML indent for custom elements (#2703)

2018-03-09 Fir de Conversatie Bram Moolenaar
> I have another issue want to discuss. > Also html indent function. > > 2 issues about indent attribute only lines. > > Now it is depend on the previous line have property. > > > class="foo" > > But some people don't write like this, but write all attributes in new

Patch 8.0.1592

2018-03-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.1592 Problem:Terminal windows in a session are not properly restored. Solution: Add "terminal" in 'sessionoptions'. When possible restore the command running in a terminal. Files: src/option.c, src/option.h, src/ex_docmd.c, src/terminal.c,

Re: How about a release?

2018-03-09 Fir de Conversatie Yegappan Lakshmanan
Hi Dave, On Fri, Mar 9, 2018 at 8:02 AM, David Fishburn wrote: >> > >> Oh and I think perhaps including the background make plugin would >> > >> make >> > >> sense for a new release. >> > >> >> > > I have been using Dispatch.vim (Tim Pope) for this: >> > >

Re: How about a release?

2018-03-09 Fir de Conversatie David Fishburn
> > > >> Oh and I think perhaps including the background make plugin would make > > >> sense for a new release. > > >> > > > I have been using Dispatch.vim (Tim Pope) for this: > > > https://www.vim.org/scripts/script.php?script_id=4504 > > > > > > Is the make plugin different from this? > > > > >

Re: How about a release?

2018-03-09 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Fri, Mar 9, 2018 at 5:36 AM, David Fishburn > wrote: > > > > > > On Thu, Mar 8, 2018 at 5:16 PM, Christian Brabandt > > wrote: > >> > >> Oh and I think perhaps including the background make plugin would make > >> sense for a

Re: How about a release?

2018-03-09 Fir de Conversatie Yegappan Lakshmanan
Hi Dave, On Fri, Mar 9, 2018 at 5:36 AM, David Fishburn wrote: > > > On Thu, Mar 8, 2018 at 5:16 PM, Christian Brabandt > wrote: >> >> Oh and I think perhaps including the background make plugin would make >> sense for a new release. >> > I have been

Debug history in viminfo

2018-03-09 Fir de Conversatie David Fishburn
Does anyone know how hard it would be to add the debug command lines into the viminfo so that they are preserved between Vim restarts? The repeat.txt indicates this: There is a separate command-line history for debug mode. Which is true, I use it immensely when testing. And viminfo: The

Re: How about a release?

2018-03-09 Fir de Conversatie David Fishburn
On Thu, Mar 8, 2018 at 5:16 PM, Christian Brabandt wrote: > > Oh and I think perhaps including the background make plugin would make > sense for a new release. > > > I have been using Dispatch.vim (Tim Pope) for this: https://www.vim.org/scripts/script.php?script_id=4504 Is

Re: How about a release?

2018-03-09 Fir de Conversatie Bram Moolenaar
> would this be a bad time to ask about variable tab stops? Yes, this is the kind of patch that needs time to wrinkle out all the problems. Like other things that change how text is displayed (linebreak, conceal). Also, I anticipate Vim becoming slower. And I think the audience is actually

Re: How about a release?

2018-03-09 Fir de Conversatie Bram Moolenaar
Jason Felice wrote: > wrt the interface, I've written a small plugin that starts a terminal > window with a program that runs my builds and prints their statuses. It > doesn't have a lot of output. I'd like to be able to have normal-mode-ish > keys for the window mapped (e.g. dd deletes a

Re: How about a release?

2018-03-09 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Do, 08 Mär 2018, Bram Moolenaar wrote: > > > > > I'm thinking of creating the 8.1 release. The main new feature is the > > terminal window, with the debugger plugin. And lots of smaller > > additions and plenty of bug fixes. > > > > Is there is something