commit | b5bf5b8fae9ff5e2f7704686efae2814be1e18f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 14:35:23 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 14:35:23 2004 +0000 |
tree | fcaa6e0f52dfd691d0c4796d34e402d46ce7c293 | |
parent | 1cd871b5341bf43ee99e136844e3131014880f92 [diff] [blame] |
updated for version 7.0024
diff --git a/src/structs.h b/src/structs.h index 4975af5..84b1a24 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -189,6 +189,10 @@ #endif long wo_scr; #define w_p_scr w_onebuf_opt.wo_scr /* 'scroll' */ +#ifdef FEAT_STL_OPT + char_u *wo_stl; +#define w_p_stl w_onebuf_opt.wo_stl /* 'statusline' */ +#endif #ifdef FEAT_SCROLLBIND int wo_scb; # define w_p_scb w_onebuf_opt.wo_scb /* 'scrollbind' */