[vim/vim] Errors message displayed when invoking help within gvim (Issue #10426)

9 views
Skip to first unread message

John Marriott

unread,
May 14, 2022, 7:56:48 PM5/14/22
to vim/vim, Subscribed

Steps to reproduce

  1. Open a vim source file in gvim (in this case textprop.c).
  2. Type :h linenr like this:
    image
  3. After pressing :
    image

If I resize the window and use the same command I get this:
image

So the error message seems to change depending on what is displayed.

Interestingly, typing other help commands (eg :h normal) gives no error.

Cheers
John

Expected behaviour

No error message displayed.

Version of Vim

8.2.4956 (including git pull which included updates to runtime help files)

Environment

Windows 8.1 x64
gvim was compiled with mingw64 (gcc 11.3.0).

Logs and stack traces

No response


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/10426@github.com>

Maxim Kim

unread,
May 15, 2022, 1:14:26 AM5/15/22
to vim/vim, Subscribed

duplicate #10409

This was fixed.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/10426/1126862373@github.com>

Bram Moolenaar

unread,
May 15, 2022, 7:27:15 AM5/15/22
to vim/vim, Subscribed

This is a different error. There is no check if the textprop feature is supported. I'll add that:

if has('textprop') && expand('%:p') =~ '[/\\]doc[/\\]syntax.txt'


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/10426/1126914970@github.com>

Christian Brabandt

unread,
May 28, 2022, 3:29:27 AM5/28/22
to vim/vim, Subscribed

this seems to be fixed now.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issues/10426/1140194597@github.com>

Christian Brabandt

unread,
May 28, 2022, 3:29:30 AM5/28/22
to vim/vim, Subscribed

Closed #10426 as completed.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/issue/10426/issue_event/6696587146@github.com>

Reply all
Reply to author
Forward
0 new messages