Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: fix broken sign command #435

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

alpaca-tc
Copy link
Contributor

In nvim v0.11.0-dev, sign command without {id} or * raises an exception.
I have not investigated which change in neovim are occurred this bug.

...
:48: VimEnter Autocommands for "*"..script nvim_exec2() called at VimEnter Autocommands for "*":0..function vimfiler#i
nit#_command[22]..vimfiler#init#_start[63]..<SNR>100_create_vimfiler_buffer[67]..vimfiler#handler#_event_handler[15]..
<SNR>126_on_BufReadCmd[23]..vimfiler#init#_vimfiler_directory[64]..vimfiler#view#_force_redraw_all_vimfiler[10]..vimfi
ler#view#_force_redraw_screen[61]..vimfiler#view#_redraw_screen[47]..vimfiler#view#_get_print_lines[8]..vimfiler#view#
_get_max_len, line 24: Vim(sign):E159: Missing sign number

```
...
:48: VimEnter Autocommands for "*"..script nvim_exec2() called at VimEnter Autocommands for "*":0..function vimfiler#i
nit#_command[22]..vimfiler#init#_start[63]..<SNR>100_create_vimfiler_buffer[67]..vimfiler#handler#_event_handler[15]..
<SNR>126_on_BufReadCmd[23]..vimfiler#init#_vimfiler_directory[64]..vimfiler#view#_force_redraw_all_vimfiler[10]..vimfi
ler#view#_force_redraw_screen[61]..vimfiler#view#_redraw_screen[47]..vimfiler#view#_get_print_lines[8]..vimfiler#view#
_get_max_len, line 24: Vim(sign):E159: Missing sign number
```
@Shougo
Copy link
Owner

Shougo commented May 20, 2024

Thanks.

@Shougo Shougo merged commit 69d5bc6 into Shougo:master May 20, 2024
@alpaca-tc alpaca-tc deleted the fix-sign-command branch May 20, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants