mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

Vim-startify uncompatible with vim-polyglot. #520

Closed hungpham3112 closed 2 years ago

hungpham3112 commented 2 years ago

Messages maintainer: Bram Moolenaar Bram@vim.org "~\C_Project\effective_c\pointer.c" 32 lines, 739 bytes Error detected while processing function startify#open_buffers[13]..116_open_buffer[12]..BufRead Autocommands for "*.c": E117: Unknown function: polyglot#ft#FTlpc

It happened when I open main.c file.

AniAggarwal commented 2 years ago

Try just updating your vim-polyglot. I had similar error yesterday and updating fixed it.

hungpham3112 commented 2 years ago

Try just updating your vim-polyglot. I had similar error yesterday and updating fixed it.

It worked. Thanks.