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 happened when opening cmdwin with Neovim inccommand=nosplit #19

Closed
ghost opened this issue Feb 5, 2020 · 3 comments
Closed

Error happened when opening cmdwin with Neovim inccommand=nosplit #19

ghost opened this issue Feb 5, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 5, 2020

set inccommand=nosplitと一緒に使い,cmdwinを開くとエラーが出ます

以下のvimrcと一緒に当該リポジトリ内で nvim -u vimrc をして確認しています

nvim -v | head -1NVIM v0.5.0-330-g71ee46acc

let &rtp ..= ',' .. expand('<sfile>:h')

set icm=nosplit

iabc<ESC>
:s/ab<C-f>
Error detected while processing function cursorword#matchadd:
line   16:
E171: Missing :endif
E171: Missing :endif

(これは :mes をすることでエラーが確認できたんですが,普段の自分のvimrcではエラーが出て中断されてしまいます)


<C-c>
Error detected while processing function cursorword#timer_callback[1]..cursorword#matchadd:
line   16:
E171: Missing :endif

parenmatchでも似たようなエラーが出ます itchyny/vim-parenmatch#5

@ghost
Copy link
Author

ghost commented Feb 5, 2020

ごめんなさい, NeoVim v0.4.3で試したら出なくなりました,neovimのバグな気がします
Closeします...

@itchyny
Copy link
Owner

itchyny commented Feb 5, 2020

I reported to neovim/neovim#11818. This is a bug of neovim, not this plugin.

@ghost
Copy link
Author

ghost commented Feb 5, 2020

Great thanks!!!!!

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

No branches or pull requests

2 participants