We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
set inccommand=nosplitと一緒に使い,cmdwinを開くとエラーが出ます
set inccommand=nosplit
以下のvimrcと一緒に当該リポジトリ内で nvim -u vimrc をして確認しています
nvim -u vimrc
nvim -v | head -1 は NVIM v0.5.0-330-g71ee46acc
nvim -v | head -1
NVIM 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ではエラーが出て中断されてしまいます)
:mes
<C-c>
Error detected while processing function cursorword#timer_callback[1]..cursorword#matchadd: line 16: E171: Missing :endif
parenmatchでも似たようなエラーが出ます itchyny/vim-parenmatch#5
The text was updated successfully, but these errors were encountered:
ごめんなさい, NeoVim v0.4.3で試したら出なくなりました,neovimのバグな気がします Closeします...
Sorry, something went wrong.
I reported to neovim/neovim#11818. This is a bug of neovim, not this plugin.
Great thanks!!!!!
No branches or pull requests
set inccommand=nosplit
と一緒に使い,cmdwinを開くとエラーが出ます以下のvimrcと一緒に当該リポジトリ内で
nvim -u vimrc
をして確認していますnvim -v | head -1
はNVIM v0.5.0-330-g71ee46acc
(これは
:mes
をすることでエラーが確認できたんですが,普段の自分のvimrcではエラーが出て中断されてしまいます)parenmatchでも似たようなエラーが出ます itchyny/vim-parenmatch#5
The text was updated successfully, but these errors were encountered: