Files
neovim/src/nvim/api
Famiu Haque 9ae7d36ff5 refactor(options): split get_option_value() into smaller functions
Problem: Currently, `get_option_value()` returns 3 separate things: The actual value of the option, whether the option is hidden, and the option flags. This makes the function difficult to refactor, modify or otherwise reason about.

Solution: Split `get_option_value()` into 3 functions, each with a single purpose. This also affects `get_option_value_for()`.
2023-12-07 19:36:34 +00:00
..
2023-11-28 07:47:36 +08:00
2023-11-28 22:23:56 +01:00
2023-11-28 07:47:36 +08:00
2023-11-28 07:47:36 +08:00