Recently I have decided to dabble with neovim, version 0.9.2 as of this writing. The install went fine, however I get the following after executing nvim with absolutely no configuration. I was hoping someone would have seen this and worked out a solution or at least point me in the right direction. I did notice that the comments in the /usr/share/vim/vim90/ftplugin.vim used # instead of ", changing them did solve part of the problem but not enough to clear the remaining errors.
I am not sure if this is a bug or just a conflict that is part of my config.
Thanks.
Code: Select all
"noclear" [New]
Cannot open file "noclear"
Error detected while processing /usr/share/vim/vim90/ftplugin.vim:
line 1:
E480: No match: 9script
line 3:
E488: Trailing characters: Vim support file to switch on loading plugins for file types: # Vim su
pport file to switch on loading plugins for file types
line 4:
E749: empty buffer
line 5:
E488: Trailing characters: Maintainer:^IBram Moolenaar <Bram@vim.org>: # Maintainer:^IBram Moolen
aar <Bram@vim.org>
line 6:
E488: Trailing characters: Last change:^I2022 Feb 11: # Last change:^I2022 Feb 11
Pattern not found: did_load_ftplugin = 1
line 18:
E488: Trailing characters: No need to define the function again.: # No need to define the funct
ion again.
line 22:
E492: Not an editor command: def LoadFTPlugin()
line 24:
E488: Trailing characters: We assume b:undo_ftplugin is using legacy script syntax: # We assu
me b:undo_ftplugin is using legacy script syntax
line 29:
E492: Not an editor command: var s = expand("<amatch>")
line 30:
E121: Undefined variable: s
line 43:
E492: Not an editor command: enddef
Error detected while processing /usr/share/vim/vim90/indent.vim:
line 15:
E492: Not an editor command: def s:LoadIndent()
line 20:
E492: Not an editor command: var s = expand("<amatch>")
line 21:
E121: Undefined variable: s
line 32:
E492: Not an editor command: enddef
