-
|
On every dataset I load I now get the warning: "setting unknown option color_selected_col" But I do not set the option I think this message popped up since I set Any idea what's going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This was a bug in visidata v3.2 and v3.3. It's been fixed for the forthcoming v3.4 release, which should happen in June. Till then, you can prevent the warning with these lines in your .visidatarc: When you upgrade to v3.4, the |
Beta Was this translation helpful? Give feedback.
This was a bug in visidata v3.2 and v3.3. It's been fixed for the forthcoming v3.4 release, which should happen in June.
Till then, you can prevent the warning with these lines in your .visidatarc:
When you upgrade to v3.4, the
delwill cause a newKeyErrorerror on startup, which will be an easy reminder to delete that obsolete line.