Files
neovim/runtime/doc
zeertzjq 003b429a86 vim-patch:9.1.1892: Not possible to know once Vim is done with sourcing vimrc (#36429)
Problem:   A plugin does not know when startup scripts were already
           triggered. This is useful to determine if a function is
           called inside vimrc or after (like when sourcing 'plugin/'
           files).
Solution:  Add the v:vim_did_init variable (Evgeni Chasnovski)

closes: vim/vim#18668

294bce21ee

Nvim has two more steps between sourcing startup scripts and loading
plugins. Set this variable after these two steps.

Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
2025-11-02 18:07:33 +08:00
..
2025-09-16 11:41:36 +08:00
2025-09-28 20:57:59 -07:00
2025-07-10 21:50:46 -04:00
2025-10-24 02:14:29 +02:00
2024-05-15 23:19:26 +02:00
2025-04-27 15:44:11 -07:00
2025-10-24 17:24:51 -07:00
2025-10-24 02:07:37 +02:00
2023-06-25 17:14:28 +02:00
2025-10-24 02:07:37 +02:00
2025-10-29 10:17:30 +08:00
2025-06-14 17:24:36 +02:00
2025-09-28 20:57:59 -07:00
2025-10-23 20:28:13 +03:00
2025-09-16 11:41:36 +08:00
2025-10-28 20:15:16 -07:00
2025-01-03 08:29:36 -08:00
2023-04-23 15:22:55 +02:00
2023-06-25 17:14:28 +02:00
2023-06-25 17:14:28 +02:00
2023-06-25 17:14:28 +02:00
2021-04-29 20:42:16 -04:00
2023-07-25 05:07:13 -07:00
2025-06-18 12:12:23 +02:00
2023-06-19 08:40:33 -07:00
2025-10-31 08:39:32 +01:00