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

Error when pressing Ctrl-c #346

Closed
vzytoi opened this issue Aug 31, 2021 · 1 comment
Closed

Error when pressing Ctrl-c #346

vzytoi opened this issue Aug 31, 2021 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@vzytoi
Copy link

vzytoi commented Aug 31, 2021

Description

When I press Ctrl-c I get this error : Error executing lua callback: Keyboard Interrupt

Neovim version

NVIM v0.5.0 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe /DWIN32 /D_WINDOWS /W3 -DNVIM_TS_HAS_SET_MATCH_LIMIT /MD /Zi /O2 /Ob1 /DNDEBUG /W3 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -D_WIN32_WINNT=0x0600 -DINCLUDE_GENERATED_DECLARATIONS -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -ID:/a/neovim/neovim/build/config -ID:/a/neovim/neovim/src -ID:/a/neovim/neovim/nvim-deps/usr/include -ID:/a/neovim/neovim/build/src/nvim/auto -ID:/a/neovim/neovim/build/include Compilé par runneradmin@fv-az152-786 Features: -acl +iconv +tui See ":help feature-compile" fichier vimrc système : "$VIM\sysinit.vim" $VIM par défaut : "C:/Program Files/nvim/share/nvim" Run :checkhealth for more info

Operating system and version

Windows 10

Steps to reproduce

Place your cursor on a text, press o / O / to create a new line and press .

Expected behavior

No response

Actual behavior

2021-08-31.13-52-20.mp4

Gitsigns debug messages

No response

Minimal config

use {
        'lewis6991/gitsigns.nvim',
        requires = {
            'nvim-lua/plenary.nvim'
        },
        config = function()
            require('gitsigns').setup()
        end
    }
@vzytoi vzytoi added the bug Something isn't working label Aug 31, 2021
@lewis6991 lewis6991 added the invalid This doesn't seem right label Aug 31, 2021
@vzytoi
Copy link
Author

vzytoi commented Aug 31, 2021

I forgot to give the ouput of :Gitsigns debug_messages

run_job: git --no-pager --version
setup_highlight: Deriving GitSignsDelete from DiffDelete
setup_highlight: Highlight GitSignsDelete is already defined
setup_highlight: Deriving GitSignsChange from DiffChange
setup_highlight: Deriving GitSignsAdd from DiffAdd
setup_highlight: Highlight GitSignsChange is already defined
attach(1): Attaching (trigger=setup)
run_job: git --no-pager config user.name
run_job: git --no-pager rev-parse --show-toplevel --absolute-git-dir --abbrev-ref HEAD
run_job: git --no-pager --git-dir=C:/Users/Cyprien/AppData/Local/nvim/.git ls-files --stage --others --exclude-standard C:\Users\Cyprien\AppData\Local\nvim\lua\plugins.lua
watch_index(1): Watching index
run_job: git --no-pager --git-dir=C:/Users/Cyprien/AppData/Local/nvim/.git show :0:lua/plugins.lua
run_job: git --no-pager -c core.safecrlf=false diff --color=never --diff-algorithm=myers --patch-with-raw --unified=0 C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\3_cmp C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\2_buf
update(1): updates: 1, jobs: 6
run_job: git --no-pager --git-dir=C:/Users/Cyprien/AppData/Local/nvim/.git show :0:lua/plugins.lua
run_job: git --no-pager -c core.safecrlf=false diff --color=never --diff-algorithm=myers --patch-with-raw --unified=0 C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\5_cmp C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\4_buf
update(1): updates: 2, jobs: 8
setup_highlight: Highlight GitSignsDelete is already defined
setup_highlight: Highlight GitSignsDelete is already defined
setup_highlight: Highlight GitSignsChange is already defined
setup_highlight: Highlight GitSignsAdd is already defined
setup_highlight: Highlight GitSignsChange is already defined
run_job: git --no-pager --version
attach(1): Already attached
attach(1): Already attached
run_job: git --no-pager --git-dir=C:/Users/Cyprien/AppData/Local/nvim/.git show :0:lua/plugins.lua
run_job: git --no-pager -c core.safecrlf=false diff --color=never --diff-algorithm=myers --patch-with-raw --unified=0 C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\7_cmp C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\6_buf
update(1): updates: 3, jobs: 11
run_job: git --no-pager --git-dir=C:/Users/Cyprien/AppData/Local/nvim/.git show :0:lua/plugins.lua
run_job: git --no-pager -c core.safecrlf=false diff --color=never --diff-algorithm=myers --patch-with-raw --unified=0 C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\9_cmp C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\8_buf
update(1): updates: 4, jobs: 13
run_job: git --no-pager --git-dir=C:/Users/Cyprien/AppData/Local/nvim/.git show :0:lua/plugins.lua
run_job: git --no-pager -c core.safecrlf=false diff --color=never --diff-algorithm=myers --patch-with-raw --unified=0 C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\11_cmp C:\Users\Cyprien\AppData\Local\Temp\nvimb3yncX\10_buf
update(1): updates: 5, jobs: 15
setup_highlight: Highlight GitSignsDelete is already defined
setup_highlight: Highlight GitSignsDelete is already defined
setup_highlight: Highlight GitSignsChange is already defined
setup_highlight: Highlight GitSignsAdd is already defined
setup_highlight: Highlight GitSignsChange is already defined
run_job: git --no-pager --version
attach(1): Already attached
attach(1): Already attached

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants