Files
neovim/runtime
Gregory Anders f4f7e29469 refactor(defaults): always set options, even if value hasn't changed (#26595)
Comparing against the old value before setting matched the original
C implementation, but there is no reason to use this restriction. In
particular, this inhibits using OptionSet to determine when the option
was set. If users need to handle a case where the option _changed_, it
is easy to do so in an OptionSet autocommand using v:option_new and
v:option_old (and friends).
2023-12-15 16:35:55 -06:00
..
2023-12-16 05:28:57 +08:00
2023-09-13 17:23:45 +02:00
2023-12-15 06:42:29 +08:00
2023-12-15 10:30:13 +01:00
2023-12-15 10:30:13 +01:00
2023-11-05 21:56:56 +01:00
2023-08-23 20:36:16 +01:00
2023-12-15 10:30:13 +01:00
2022-08-20 10:04:55 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-24 11:33:06 +09:00
2023-08-13 13:25:10 +01:00
2023-08-31 10:58:54 +02:00