diff options
author | Famiu Haque <famiuhaque@proton.me> | 2023-06-20 13:09:06 +0600 |
---|---|---|
committer | Famiu Haque <famiuhaque@proton.me> | 2023-06-20 20:38:15 +0600 |
commit | 3681b7bb3bb942462c4261ab477e8912ae35b1a9 (patch) | |
tree | eed274e4907c0fa6d9f8546830e60fa2859ceeb1 /test/functional/lua/json_spec.lua | |
parent | c07dceba335c56c9a356395ad0d1e5a14d416752 (diff) | |
download | rneovim-3681b7bb3bb942462c4261ab477e8912ae35b1a9.tar.gz rneovim-3681b7bb3bb942462c4261ab477e8912ae35b1a9.tar.bz2 rneovim-3681b7bb3bb942462c4261ab477e8912ae35b1a9.zip |
refactor(option): use `void *` for pointer to option value
Option related code uses `char *` for pointer to option value, which is not the best way of representing a type-agnostic pointer.
Solution: Make pointers to option value use `void *` instead.
Diffstat (limited to 'test/functional/lua/json_spec.lua')
0 files changed, 0 insertions, 0 deletions