summaryrefslogtreecommitdiff
path: root/src/if_cscope.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-03-11 14:48:29 +0000
committerBram Moolenaar <Bram@vim.org>2007-03-11 14:48:29 +0000
commitd326ce83d57b6271692842674839fcf1e639f75b (patch)
tree0784ecab67487c94c7eb4a174c3d940ab96dbc15 /src/if_cscope.c
parent48c2c9a19a1f2703c500c6dc8c8250dbf6c0acc9 (diff)
downloadvim-git-d326ce83d57b6271692842674839fcf1e639f75b.tar.gz
updated for version 7.0-216v7.0.216
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index fd831393a..3e430168f 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -128,6 +128,7 @@ do_cscope_general(eap, make_split)
}
postponed_split = -1;
postponed_split_flags = cmdmod.split;
+ postponed_split_tab = cmdmod.tab;
}
#endif
@@ -135,6 +136,7 @@ do_cscope_general(eap, make_split)
#ifdef FEAT_WINDOWS
postponed_split_flags = 0;
+ postponed_split_tab = 0;
#endif
}