Monday, September 5, 2022

Long Vim start time after upgrading Debian

Hi,

After upgrading my Debian system from buster to bullseye (Vim 8.1 to
8.2), I'm seeing a noticeably longer start time for Vim, about 5-6
seconds. I tried:

vim --startuptime vim.log

and looking at that vim.log file it seems sourcing the syntax.vim file
is what's taking unusually long:

...
050.939 001.488 000.145: sourcing /usr/share/vim/vim82/syntax/synload.vim
050.969 001.925 000.184: sourcing /usr/share/vim/vim82/syntax/syntax.vim
5275.196 5255.470 5241.109: sourcing $HOME/.vimrc
5275.233 000.122: sourcing vimrc file(s)
...

Not sure what changed in upgrading my Debian OS that could've caused
this added startup time... any clues or suggestions much appreciated.

Thanks,

John

--
John Magolske
http://b79.net/contact

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/YxZmw72FocVIHvAs%40s70206.gridserver.com.

No comments: