-
-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The Neovim process has crashed when open .xm
file.
It's ok if I rename the .xm
file to .txt
.
Neovim version
0.8.0, 0.8.2
Operating system and version
Windows 10
Expected behavior
.xm
file opened successfully and I can edit it.
Actual behavior
The Neovim process has crashed.
Minimal config
local status, gitsigns = pcall(require, "gitsigns")
if not status then
return
end
-- 打开.xm文件意外退出是以下导致的
gitsigns.setup({})
Steps to reproduce
- unzip
nvim-win64
to my %home%. - clone
https://github.com/lewis6991/gitsigns.nvim
toshare\nvim\runtime\pack\packer\start
- double click
bin\nvim-qt.exe
to open it. - drag my
app.xm
file to it. - it crashed.
Gitsigns debug messages
I can't see any debug messages.
ianhomer
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working