Friday, August 11, 2017

Re: Recognize Vim terminal buffers

On Fr, 11 Aug 2017, Lifepillar wrote:

> Is there any way yet to recognize that a window's buffer is a
> terminal buffer (say, to define a custom status line)?
>
> To be clear, I am talking about the terminal feature currently under
> development in Vim.

You can check the buftype option, which should be terminal as long as
the job is still running or use something like

index(term_list(), bufnr('')) > -1


Best,
Christian
--
Nichts auf der Welt ist so gerecht verteilt wie der Verstand. Denn
jedermann ist überzeugt, daß er genug davon habe.
-- René Descartes (1596-1650)

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: