commit | d326ce83d57b6271692842674839fcf1e639f75b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 14:48:29 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 14:48:29 2007 +0000 |
tree | 0784ecab67487c94c7eb4a174c3d940ab96dbc15 | |
parent | 48c2c9a19a1f2703c500c6dc8c8250dbf6c0acc9 [diff] [blame] |
updated for version 7.0-216
diff --git a/src/if_cscope.c b/src/if_cscope.c index fd83139..3e43016 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c
@@ -128,6 +128,7 @@ } postponed_split = -1; postponed_split_flags = cmdmod.split; + postponed_split_tab = cmdmod.tab; } #endif @@ -135,6 +136,7 @@ #ifdef FEAT_WINDOWS postponed_split_flags = 0; + postponed_split_tab = 0; #endif }