Patch 8.1.1462
Problem:MS-Windows: using special character requires quoting.
Solution: Add quotes. (Ken Takata)
Files: src/testdir/test_environ.vim
*** ../vim-8.1.1461/src/testdir/test_environ.vim2019-06-03
23:07:21.828486877 +0200
--- src/testdir/test_environ.vim201
Hi,
I see the following warning message when running "make test"
in a MacOS system:
memfile_test.c:70:7: warning: incompatible pointer types assigning to
'mf_hashitem_T *' (aka 'struct mf_hashitem_S *') from 'mf_hashtab_T *'
(aka 'struct mf_hashtab_S *') [-Wincompatible-pointer-types]
Dominique wrote:
> This part of the patch 8.1.1459 looks incorrect:
>
> *** ../vim-8.1.1458/src/screen.c2019-06-03 22:04:17.840244968 +0200
> --- src/screen.c2019-06-03 22:11:26.973743554 +0200
> ***
> *** 1078,1084
> + wp->w_height + wp->w_popup
Patch 8.1.1461
Problem:Tests do not run or are not reliable on some systems.
Solution: Use "findstr" instead of "grep" on MS-Windows. Clear
PROMPT_COMMAND in the terminal test. Delete temp file. Wait for
output after executing a debug command. (Yegappan Lakshmanan,
Dominique Pellé wrote:
> This part of the patch 8.1.1459 looks incorrect:
>
> *** ../vim-8.1.1458/src/screen.c2019-06-03 22:04:17.840244968 +0200
> --- src/screen.c2019-06-03 22:11:26.973743554 +0200
> ***
> *** 1078,1084
> + wp->w_height + wp->w_p
This part of the patch 8.1.1459 looks incorrect:
*** ../vim-8.1.1458/src/screen.c2019-06-03 22:04:17.840244968 +0200
--- src/screen.c2019-06-03 22:11:26.973743554 +0200
***
*** 1078,1084
+ wp->w_height + wp->w_popup_padding[2] + wp->w_popup_border[2
Patch 8.1.1460
Problem:Popup window border characters may be wrong.
Solution: Reset the border characters for each popup. Correct use of
'ambiwidth'.
Files: src/screen.c
*** ../vim-8.1.1459/src/screen.c2019-06-03 22:21:23.630304492 +0200
--- src/screen.c2
Patch 8.1.1459
Problem:Popup window border looks bad when 'ambiwidth' is "double".
(Yasuhiro Matsumoto)
Solution: Only use line drawing characters when 'ambiwidth' is "single".
(Ken Takata, closes #4477)
Files: src/screen.c
*** ../vim-8.1.1458/src/screen.c
Patch 8.1.1458
Problem:Crash when using gtags. (issue #4102)
Solution: Check for negative row or col in screen_puts_len(). (Christian
Brabandt)
Files: src/screen.c
*** ../vim-8.1.1457/src/screen.c2019-06-02 20:33:27.018782294 +0200
--- src/screen.c2019-06-
Hi,
On Mon, Jun 3, 2019 at 10:12 AM Daniel Hahler wrote:
>
> https://github.com/vim/vim/blob/98fb65cb051f625f4ce291a9f9cdb2e54ac1e688/runtime/doc/sign.txt#L185-L187:
>
> The priority is used to determine the
> highlight group used when multiple signs are placed on the
> same line.
>
> I assume it
Patch 8.1.1457
Problem:Cannot reuse a buffer when loading a screen dump.
Solution: Add the "bufnr" option.
Files: runtime/doc/eval.txt, src/structs.h, src/channel.c,
src/terminal.c, src/testdir/test_terminal.vim
*** ../vim-8.1.1456/runtime/doc/eval.txt2019-05-30 1
Ken Takata wrote:
> Here are some fixes for comments and indents.
> Please check.
Thanks. I'll include it with the next change to popupwin.c
--
>From "know your smileys":
!-|I-am-a-Cylon-Centurian-with-one-red-eye-bouncing-back-and-forth
/// Bram Moolenaar -- b...@moolenaar.net -- htt
Hi,
Here are some fixes for comments and indents.
Please check.
Regards,
Ken Takata
--
--
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 t
Thanks for the detailed response.
> I don't really see the difference between configuring via global
> variable or by calling a function in your vimrc. Your plugin doesn't
> need to check vim's global variable every time you use a feature, just
> check it once during plugin initialization and set
Hi,
I have tried to contact the author of hitest.vim a few days ago, but didn’t get
any answer yet. Anyway, hopefully it’s on this list, too.
I get E348 with runtime syntax/hitest.vim when whichwrap is set to a value
different from the default. To reproduce:
1. create vimrc-hitest with the foll
15 matches
Mail list logo