On Mo, 25 Feb 2019, Robert Webb wrote:
> [Note: a third patch below]
>
> Hmm, hard to see how those changes relate to either of those issues. The
> description of their solutions don't directly relate either. Maybe other
> changes were what fixed these things?
>
> The change to set_fractio
[Note: a third patch below]
Hmm, hard to see how those changes relate to either of those issues. The
description of their solutions don't directly relate either. Maybe other
changes were what fixed these things?
The change to set_fraction() for 7.4.280 looks a bit nonsensical too.
w_fraction is
Ken Takata wrote:
> I have updated some documents:
>
> * eval.txt:
> `:catch /^Vim\%((\a\+)\)\=:E123/` can also catch E1234 and so on when error
> numbers are increased in the future. Should be suffixed with ':' to avoid
> such unintentional match.
> * index.txt, terminal.txt:
> - Tags
Patch 8.1.0982
Problem:update_cursor() called twice in :shell.
Solution: Remove one of the calls. (Yasuhiro Matsumoto, closes #4039)
Files: src/terminal.c
*** ../vim-8.1.0981/src/terminal.c 2019-02-17 17:44:36.223875455 +0100
--- src/terminal.c 2019-02-25 06:24:22.988617186
Hi Bram,
I have updated some documents:
* eval.txt:
`:catch /^Vim\%((\a\+)\)\=:E123/` can also catch E1234 and so on when error
numbers are increased in the future. Should be suffixed with ':' to avoid
such unintentional match.
* index.txt, terminal.txt:
- Tags for terminal mode keys wer
Patch 8.1.0981
Problem:Pasting in terminal insufficiently tested.
Solution: Add more tests. (Dominique Pelle, closes #4040)
Files: src/testdir/test_terminal.vim
*** ../vim-8.1.0980/src/testdir/test_terminal.vim 2019-02-22
17:56:02.787842436 +0100
--- src/testdir/test_terminal.
Patch 8.1.0980
Problem:extend() insufficiently tested.
Solution: Add more tests. (Dominique Pelle, closes #4040)
Files: src/testdir/test_listdict.vim
*** ../vim-8.1.0979/src/testdir/test_listdict.vim 2019-02-10
22:14:24.184352831 +0100
--- src/testdir/test_listdict.vim 2
Hirohito Higashi wrote:
> Patch attached.
> I am so sleepy that I omit a detailed explanation. (sorry)
> If you have any questions, please ask me.
I'll include it, no explanation required.
--
hundred-and-one symptoms of being an internet addict:
26. You check your mail. It says "no new messag
Patch 8.1.0979
Problem:Compiler warning for unused functions. (Yasuhiro Matsumoto)
Solution: Adjust #ifdef.
Files: src/screen.c
*** ../vim-8.1.0978/src/screen.c2019-02-22 19:14:46.774074872 +0100
--- src/screen.c2019-02-25 05:36:30.020974182 +0100
***
***
Yasuhiro Matsumoto wrote:
> ```
> screen.c:860:1: warning: 'update_finish' defined but not used
> [-Wunused-function]
> update_finish(void)
> ^
> screen.c:841:1: warning: 'update_prepare' defined but not used
> [-Wunused-function]
> update_prepare(void)
> ```
> One of fixes stil
Addendum:
In addition to not having ~/.vimrc and ~/.vim, I do not have a system
vimrc - no $VIMRUNTIME/vimrc and /etc/vimrc. So, the options and
settings that were in effect were either Vim defaults, or the ones set
by $VIMRUNTIME/defaults.vim.
Operating system: Slackware GNU/Linux 14.2, x86_64
On So, 24 Feb 2019, Robert Webb wrote:
> > * Bug: resize windows by dragging the divider between them down to a
> single
> > line. The window directly above the divider is fine (as it has focus),
> but
> > windows higher up that are reduced to a single line, or windows below
Robert Webb wrote:
> A second small patch. This time I noticed that even though my cursor was
> on a line near the top of a window, when I resized the window down to two
> lines, it ended up at the bottom of the window. This is another new bug
> since the last vim I used.
>
> Again, I just ha
Hi Bram,
A second small patch. This time I noticed that even though my cursor was
on a line near the top of a window, when I resized the window down to two
lines, it ended up at the bottom of the window. This is another new bug
since the last vim I used.
Again, I just had to revert a change to
Hi Bram,
Patch attached.
I am so sleepy that I omit a detailed explanation. (sorry)
If you have any questions, please ask me.
--
Best regards,
Hirohito Higashi (h_east)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying
15 matches
Mail list logo