Commit c7a3e47
committed
fix replacement key for deprecated option
replacement key for deprecated option `display.height` was set to `display.height` itself. I believe it should be `display.max_rows` instead.
This avoid a weird message in `describe_option()` :
display.height: [default: 60] [currently: 60]
: int
Deprecated.
(Deprecated, use `display.height` instead.)display.height
1 parent f9e0b7d commit c7a3e47
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments