-
### Neovim version (nvim -v)
NVIM v0.6.0-dev+4785-g5fd455757
### Vim (not Nvim) behaves the same?
No, 8.2.3511
### Operating system/version
Manjaro Linux
### Terminal name/version
…
-
**Warning: I will close the issue without the minimal init.vim and the reproduction instructions.**
# Problems summary
Some sources cannot been registered.
...I cannot find this problem out …
-
## summary
When any candidates is shown, two-times type `` to leave insert mode.
Then back to insert mode and typing any character is found error.
## environment
Vim 8.2.3448
Neovim 0.6.…
-
![CleanShot 2021-10-05 at 15 16 37](https://user-images.githubusercontent.com/546312/135970436-787b5aa7-356d-48de-a7e6-81b0b49c8444.png)
-
## summary
When fired `ddc#map#insert_relative()`, complemented text overwrites chars right of cursor.
```
foobar
|baz // "|" is cursor
```
```
foobar
foobaz // use ddc-around
```
``…
-
## Summary
I expected:
```
// expand ddc-around and popup close
foobar
foobaz -> foobarbaz
```
but actual:
```
// popup doesn't close
foobaz -> foobaz
```
## Environment
Neovi…
-
# Problems summary
No next auto-completion is shown if finishing completion with typing.
## Expected
Next auto-completion is shown. ( `v0.15.0` is working expectedly. See screencast for d…
-
1. Add `let g:denops#debug = 1` in `.vimrc`
2. Start Vim
3. Execute `HelloWorld` on denops-helloworld.vim
```
Messages maintainer: Bram Moolenaar
[denops] channel server start: ['deno', 'run',…
-
**Warning: I will close the issue without the minimal init.vim and the reproduction instructions.**
# Problems summary
Error message:
[denops] Unexpected error occured in session: TypeError: thi…
ray-x updated
3 years ago
-
**Warning: I will close the issue without the minimal init.vim and the reproduction instructions.**
# Problems summary
Repetition `.` does not work if a user inserts a ddc completion word that …