comparison src/option.h @ 782:d20041a02ee5

updated for version 7.0228
author vimboss
date Sat, 18 Mar 2006 21:40:56 +0000
parents 8c9ef63b1ccc
children c8680debe1cc
comparison
equal deleted inserted replaced
781:afa9ef8a18a1 782:d20041a02ee5
1042 , WV_STL 1042 , WV_STL
1043 #endif 1043 #endif
1044 #ifdef FEAT_WINDOWS 1044 #ifdef FEAT_WINDOWS
1045 , WV_WFH 1045 , WV_WFH
1046 #endif 1046 #endif
1047 #ifdef FEAT_VERTSPLIT
1048 , WV_WFW
1049 #endif
1047 , WV_WRAP 1050 , WV_WRAP
1048 , WV_COUNT /* must be the last one */ 1051 , WV_COUNT /* must be the last one */
1049 }; 1052 };