Files
neovim/runtime/lua/vim
Puneet Dixit 98098d8466 fix(startup): emitting useless OptionSet
Problem:
During startup, we manually trigger a useless and misleading `OptionSet`
event, which doesn't set `v:option_*` values (this is a limitation of
`nvim_exec_autocmds`).
ad4bc2d90c/runtime/lua/vim/_core/defaults.lua (L939).

Solution:
The `nvim_exec_autocmds('OptionSet',…)` call does not serve any purpose
since 5cbb9d613b, so just drop it.
2026-05-17 18:24:50 +02:00
..
2026-04-25 13:51:22 -04:00
2026-05-07 12:03:02 +02:00
2025-06-06 15:36:48 +01:00
2026-04-25 13:51:22 -04:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-26 19:45:57 +00:00