Mercurial > vim
comparison src/feature.h @ 2214:f8222d1f9a73 vim73
Included patch for persistent undo. Lots of changes and added test.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 23 May 2010 23:34:36 +0200 |
parents | d0ddf7ba1630 |
children | 43cad213cb7f |
comparison
equal
deleted
inserted
replaced
2213:0e0e99d1092e | 2214:f8222d1f9a73 |
---|---|
1273 */ | 1273 */ |
1274 #if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \ | 1274 #if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \ |
1275 || defined(FEAT_BIG) | 1275 || defined(FEAT_BIG) |
1276 # define FEAT_AUTOCHDIR | 1276 # define FEAT_AUTOCHDIR |
1277 #endif | 1277 #endif |
1278 | |
1279 /* | |
1280 * +persistent_undo 'undofile', 'undodir' options, :wundo and :rundo, and | |
1281 * implementation. | |
1282 */ | |
1283 #ifdef FEAT_NORMAL | |
1284 # define FEAT_PERSISTENT_UNDO | |
1285 #endif |