kevinhwang91 / rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC
BSD 3-Clause "New" or "Revised" License
812 stars 17 forks source link

不能使用nvim打开文件夹,[Process exited 134] #73

Closed 10ve closed 3 years ago

10ve commented 3 years ago

Ranger

Python

Pynvim

Ueberzug (optional)

RPC

**Describe the bug**
let g:rnvimr_enable_ex = 1
nvim不能打开文件夹文件夹 
[Process exited 134]

**To Reproduce using `nvim -u mini.vim`**

Example:
`cat mini.vim`
```vim
" use your plugin manager, here is `vim-plug`
call plug#begin('~/.local/share/nvim/plugged')
Plug 'kevinhwang91/rnvimr'
let g:rnvimr_enable_ex = 1
tnoremap <silent> <M-i> <C-\><C-n>:RnvimrResize<CR>
nnoremap <silent> <M-o> :RnvimrToggle<CR>
tnoremap <silent> <M-o> <C-\><C-n>:RnvimrToggle<CR>
call plug#end()

Steps to reproduce the behavior: 1.let g:rnvimr_enable_ex = 1 2.使用nvim打开文件夹 3.[Process exited 134]

Expected behavior 正常打开文件夹

Screenshots

截屏2021-02-03 下午4 59 26
kevinhwang91 commented 3 years ago

谢谢反馈,你这更新nvim太频繁快了吧,是https://github.com/neovim/neovim/commit/ef7c6b972a1100fc5b173b7273f2c29017557669 引起的,我看看怎么解决:)

kevinhwang91 commented 3 years ago

上游bug,已经提了issue: https://github.com/neovim/neovim/issues/13874 我有办法解决规避这个问题,但还是等几天看看上游的态度吧:)

kevinhwang91 commented 3 years ago

上游有意愿修复,并且已经提交PR,我测试了是可以的,等着合并吧:)