aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript/executable_spec.lua
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2023-01-25 13:46:23 +0000
committerGitHub <noreply@github.com>2023-01-25 13:46:23 +0000
commite2a9d71521a1acdc5a554e3d9f54dfe543914db5 (patch)
tree07b5ac97f4770df35d8cf412b0a9c24f8c3a576d /test/functional/vimscript/executable_spec.lua
parentb8288df99be8df701308167e4b0b497f003f25e9 (diff)
parent7bee622fdc72d7461ed43ea170cca20056891d2c (diff)
downloadrneovim-e2a9d71521a1acdc5a554e3d9f54dfe543914db5.tar.gz
rneovim-e2a9d71521a1acdc5a554e3d9f54dfe543914db5.tar.bz2
rneovim-e2a9d71521a1acdc5a554e3d9f54dfe543914db5.zip
Merge pull request #21885 from lewis6991/refactor/options
Problems: - Scope of local variables in options code is too large. - did_set_string_option() is too large (>1000LOC). - Setting options for a particular window or buffer requires a changing context (assigning curwin/curbuf). Solutions: - Reduce the scope of local variables. - Break up did_set_string_option so it doesn't contain specific logic about each individual option (1038 LOC -> 310 LOC). - Begin work on making functions not depend on curbuf or curwin and pass window or buffer handles explicitly.
Diffstat (limited to 'test/functional/vimscript/executable_spec.lua')
0 files changed, 0 insertions, 0 deletions