comparison src/structs.h @ 5446:d0595545e98a v7.4.073

updated for version 7.4.073 Problem: Setting undolevels for one buffer changes undo in another. Solution: Make 'undolevels' a global-local option. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Nov 2013 05:26:15 +0100
parents 878ed73c7070
children 6367a766027d
comparison
equal deleted inserted replaced
5445:75c7eef1de70 5446:d0595545e98a
1625 char_u *b_p_tags; /* 'tags' local value */ 1625 char_u *b_p_tags; /* 'tags' local value */
1626 #ifdef FEAT_INS_EXPAND 1626 #ifdef FEAT_INS_EXPAND
1627 char_u *b_p_dict; /* 'dictionary' local value */ 1627 char_u *b_p_dict; /* 'dictionary' local value */
1628 char_u *b_p_tsr; /* 'thesaurus' local value */ 1628 char_u *b_p_tsr; /* 'thesaurus' local value */
1629 #endif 1629 #endif
1630 long b_p_ul; /* 'undolevels' local value */
1630 #ifdef FEAT_PERSISTENT_UNDO 1631 #ifdef FEAT_PERSISTENT_UNDO
1631 int b_p_udf; /* 'undofile' */ 1632 int b_p_udf; /* 'undofile' */
1632 #endif 1633 #endif
1633 1634
1634 /* end of buffer options */ 1635 /* end of buffer options */