This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 232
Neovim 0.8.0: Error detected while processing BufWinEnter Autocommands #380
Comments
Check if your init.vim has something like this: let g:indentLine_concealcursor = 0 Earlier NeoVim versions used to ignore this but now this is an issue since error is being reported. Correct should be having a string with characters only comprising of 'i, n, c and v' |
I'm facing the same issue with vim 9.0 homebrew build.
Error message:
I tried removing indentLine configs based on vim/vim#10128 (comment) but that doesn't seem to help. The only fix is removing indentLine completely. My .vimrc config for reference: https://github.com/AravindVasudev/dotfiles/blob/main/vimrc |
AravindVasudev
referenced
this issue
in AravindVasudev/dotfiles
Nov 15, 2022
Thanks. Changing let g:indentLine_concealcursor = 0 to let g:indentLine_concealcursor = "" in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error detected while processing BufWinEnter Autocommands for "*"..function 139_Setup[6]..139_IndentLinesEnable[10]..139_SetConcealOption:
line 8:
The text was updated successfully, but these errors were encountered: