Commit 7f97466
committed
fix(test_options): adapt global-local option to new Nvim default
The test previously depended on the 'statusline' option being empty by
default. The default 'statusline' value changed in Nvim commit
28e31f5d3d16fac349d5e2b55837afddb822b0f3 (2025-04-22):
feat(options): default statusline expression #33036
Adjust the test to first read the default (global) value of
'statusline', then change the local value of the option, then re-read
the global value and verify it hasn't changed.1 parent 466ffc8 commit 7f97466
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments