diff options
| author | Alexey Yerin <yyp@disroot.org> | 2023-08-27 21:38:48 +0300 |
|---|---|---|
| committer | Randy Palamar <palamar@ualberta.ca> | 2023-08-27 12:55:29 -0600 |
| commit | 450dc2df6a3b6443e372dc86cbefc8fede71b54d (patch) | |
| tree | 28762e11e14318aa662b53b66074dd89f7438165 /vis-core.h | |
| parent | ae450f738c0ed07b3b892449463c817a2125c2e7 (diff) | |
| download | vis-450dc2df6a3b6443e372dc86cbefc8fede71b54d.tar.gz vis-450dc2df6a3b6443e372dc86cbefc8fede71b54d.tar.xz | |
Make tabwidth option window-local
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -183,7 +183,6 @@ struct Vis { char search_char[8]; /* last used character to search for via 'f', 'F', 't', 'T' */ int last_totill; /* last to/till movement used for ';' and ',' */ int search_direction; /* used for `n` and `N` */ - int tabwidth; /* how many spaces should be used to display a tab */ bool expandtab; /* whether typed tabs should be converted to spaces */ bool autoindent; /* whether indentation should be copied from previous line on newline */ bool change_colors; /* whether to adjust 256 color palette for true colors */ |
