commit | 9d47f1707bab4d318febcfbd65c692b2b3962f42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 15 23:03:01 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 15 23:03:01 2006 +0000 |
tree | 9d1a7c7c1e9309915133bbf009d0af41ba45f126 | |
parent | 7d47b6eed707db9af160ec517b71e1f9fdac1a0f [diff] [blame] |
updated for version 7.0225
diff --git a/src/globals.h b/src/globals.h index adde271..86d8ad9 100644 --- a/src/globals.h +++ b/src/globals.h
@@ -410,7 +410,8 @@ #ifdef FEAT_DIFF /* Value set from 'diffopt'. */ -EXTERN int diff_context INIT(= 6); /* context for folds */ +EXTERN int diff_context INIT(= 6); /* context for folds */ +EXTERN int diff_foldcolumn INIT(= 2); /* 'foldcolumn' for diff mode */ EXTERN int diff_need_scrollbind INIT(= FALSE); #endif