Ha, it would help, if I actually include the colorscheme, wouldn't it ;)
On Do, 03 Aug 2017, Christian Brabandt wrote:
> Bram,
> as requested in #1665 (distribute more colorschemes with Vim). Here is
> the seoul256 colorscheme. The author explicitly gives permission to
> distribute this file w
Bram,
as requested in #1665 (distribute more colorschemes with Vim). Here is
the seoul256 colorscheme. The author explicitly gives permission to
distribute this file with Vim:
https://github.com/junegunn/seoul256.vim/issues/46
(license: MIT)
This version has been cloned from the official seoul25
Bram,
as requested in #1665 (distribute more colorschemes with Vim). Here is
the gruvbox colorscheme. The author explicitly gives permission to
distribute this file with Vim:
https://github.com/morhetz/gruvbox/issues/180
This version has been cloned from the official gruvbox repository
https:/
On Mi, 02 Aug 2017, M Kelly wrote:
> Anyone know of a way to block paste from the external clipboard buffer ?
> I can paste but its not block paste.
> For example, I use tmux and block-copy selection to clipboard but cannot get
> this to block paste in vim.
That should actually work. At least I
Hi,
Anyone know of a way to block paste from the external clipboard buffer ?
I can paste but its not block paste.
For example, I use tmux and block-copy selection to clipboard but cannot get
this to block paste in vim.
thx,
m
--
--
You received this message from the "vim_dev" maillist.
Do not t
On Mon, 31 Jul 2017, Bram Moolenaar wrote:
Patch 8.0.0825
Problem:Not easy to see that a window is a terminal window.
Solution: Add StatusLineTerm highlighting.
Small issue, definitely not something that has to be fixed
immediately:
I use User1 through User9 highlighting in my statusl
Attached: the patch for the missing semicolon. Tested with 8.0.0844.
--
--
You received this message from the "vim_dev" 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 becau
Patch 8.0.0844
Problem:Wrong function prototype because of missing static.
Solution: Add "static".
Files: src/os_win32.c, src/proto/os_win32.pro
*** ../vim-8.0.0843/src/os_win32.c 2017-08-02 22:07:08.450378993 +0200
--- src/os_win32.c 2017-08-02 23:17:26.620063130 +0200
Patch 8.0.0843
Problem:MS-Windows: compiler warning for signed/unsigned.
Solution: Add type cast. (Yasuhiro Matsumoto, closes #1912)
Files: src/terminal.c
*** ../vim-8.0.0842/src/terminal.c 2017-08-02 22:10:30.520919428 +0200
--- src/terminal.c 2017-08-02 23:11:55.574462726
On Mi, 02 Aug 2017, Bram Moolenaar wrote:
> window. But perhaps "Terminal Job mode" doesn't help users? I rather
> use "Terminal mode" as the short name for "Terminal Normal mode", so we
> can do things like "tmap".
I thought tmap would be for Terminal insert mode? (which would then be
consis
Patch 8.0.0842
Problem:Using slave pty after closing it.
Solution: Do the ioctl() before dup'ing it.
Files: src/os_unix.c
*** ../vim-8.0.0841/src/os_unix.c 2017-08-01 22:24:21.553439094 +0200
--- src/os_unix.c 2017-08-02 22:30:14.404405569 +0200
***
*** 5316,53
Patch 8.0.0841
Problem:term_getline() may cause a crash.
Solution: Check that the row is valid. (Hirohito Higashi)
Files: src/terminal.c, src/testdir/test_terminal.vim
*** ../vim-8.0.0840/src/terminal.c 2017-08-01 22:24:21.553439094 +0200
--- src/terminal.c 2017-08-02 22:03:
Hirohito Higashi wrote:
> How to reproduce:
> $ vim --clean +term +"echo term_getline(2,0)"
> and
> $ vim --clean +term +"echo term_getline(2,999)"
>
> Expected behavior:
> term_getline() returns '' (empty string)
>
> Actual bhavior:
> SEGV occurs
>
>
> I wrote a patch with add a test.
> Chec
Christian wrote:
> > > This should be Terminal Normal Mode, or?
> >
> > It's hard to see what you comment on...
> >
> > Oh, it appears to be this line:
> >
> > +|CTRL-W_N| CTRL-W N terminal window: go to Terminal mode
>
> Yeah, the email doesn't show on what line I commented. On the
Patch 8.0.0840
Problem:MS-Windows: fopen() and open() prototypes do not match the ones in
the system header file. Can't build without FEAT_MBYTE.
Solution: Add "const". Move macro to after including protoo.h.
Files: src/os_win32.c, src/proto/os_win32.pro, src/macros.h, src
Ken Takata wrote:
> > > > Two years ago, you announced closing of Vim-multibyte mailing list.
> > > >
> > > > Vim-multibyte mailing list is closed
> > > > https://groups.google.com/d/msg/vim_announce/3Kzdhtsp9dQ/afcHmpksN7QJ
> > > >
> > > > In the announcement, you said:
> > > >
> > > > > Mult
Hi Bram and list,
How to reproduce:
$ vim --clean +term +"echo term_getline(2,0)"
and
$ vim --clean +term +"echo term_getline(2,999)"
Expected behavior:
term_getline() returns '' (empty string)
Actual bhavior:
SEGV occurs
I wrote a patch with add a test.
Check this out!
--
Best regards,
Hirohi
On 01/08/2017 21:48, Nikolay Aleksandrovich Pavlov wrote:
2017-08-01 22:17 GMT+03:00 R0b0t1 :
On Tue, Aug 1, 2017 at 12:13 PM, Bram Moolenaar wrote:
Ben Fritz wrote:
:help design-not needs an update considering the recent work on running a
terminal in Vim (even recursive vim in vim apparen
Hi Bram,
2016/10/18 Tue 17:16:14 UTC+9 mattn wrote:
> Hi, Bram.
>
> I hope to merge this. When using Visual Studio Code with terminal feature,
> vim always breaks the terminal like below.
>
>
> https://camo.githubusercontent.com/b4af7147f7689b5540ca0efec9d50cdef38c3867/687474703a2f2f676f2d6779
19 matches
Mail list logo