comparison src/option.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 3717d569027d
children 6db758f82227
comparison
equal deleted inserted replaced
5445:75c7eef1de70 5446:d0595545e98a
1029 , BV_TAGS 1029 , BV_TAGS
1030 , BV_TS 1030 , BV_TS
1031 , BV_TW 1031 , BV_TW
1032 , BV_TX 1032 , BV_TX
1033 , BV_UDF 1033 , BV_UDF
1034 , BV_UL
1034 , BV_WM 1035 , BV_WM
1035 , BV_COUNT /* must be the last one */ 1036 , BV_COUNT /* must be the last one */
1036 }; 1037 };
1037 1038
1038 /* 1039 /*
1107 , WV_WFW 1108 , WV_WFW
1108 #endif 1109 #endif
1109 , WV_WRAP 1110 , WV_WRAP
1110 , WV_COUNT /* must be the last one */ 1111 , WV_COUNT /* must be the last one */
1111 }; 1112 };
1113
1114 /* Value for b_p_ul indicating the global value must be used. */
1115 #define NO_LOCAL_UNDOLEVEL -123456